DBA Data[Home] [Help]

VIEW: APPS.CSP_PLIST_STATUS_NAV

Source

View Text - Preformatted

SELECT fl.meaning , nt.node_type , fl.lookup_code , nt.icon_name , 'N' , 'ROOT' , nt.root_key from csp_nav_node_types nt, fnd_lookups fl where nt.root_key = 'CSP_PACKLIST' and nt.node_type = 'PLIST_STATUS' and fl.lookup_type = 'CSP_PACKLIST_STATUS' order by 1
View Text - HTML Formatted

SELECT FL.MEANING
, NT.NODE_TYPE
, FL.LOOKUP_CODE
, NT.ICON_NAME
, 'N'
, 'ROOT'
, NT.ROOT_KEY
FROM CSP_NAV_NODE_TYPES NT
, FND_LOOKUPS FL
WHERE NT.ROOT_KEY = 'CSP_PACKLIST'
AND NT.NODE_TYPE = 'PLIST_STATUS'
AND FL.LOOKUP_TYPE = 'CSP_PACKLIST_STATUS' ORDER BY 1