Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* Application Roles */SELECT 'Role_General.asp' AS file_name,'IMG_ROLE' AS item_image,ro.ROLE_ID AS item_id,ro.ROLE_NAME AS item_name,'role_id='|| ro.role_id AS paramFROM ROLES roWHERE ro.APP_ID = :APP_IDAND ro.IS_ROLE_VARIATION IS NULLORDER BY UPPER(ro.ROLE_NAME)