Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
/* Application Controls */
SELECT 'Control_General.asp' AS file_name,
'IMG_CONTROL' AS item_image,
co.OBJ_ID AS item_id,
co.OBJ_NAME AS item_name,
'obj_id='|| co.obj_id AS param
FROM CONTROL_OBJECTS co
WHERE co.APP_ID = :APP_ID
ORDER BY UPPER(co.OBJ_NAME)