Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
/* Application Pages */
SELECT 'Page_General.asp' AS file_name,
'IMG_PAGE' AS item_image,
ap.PAGE_ID AS item_id,
ap.PAGE_NAME AS item_name,
'page_id='|| ap.page_id AS param
FROM APPLICATION_PAGES ap
WHERE ap.APP_ID = :APP_ID
ORDER BY UPPER(ap.PAGE_NAME)