DBA Data[Home] [Help]

VIEW: APPS.CN_PAY_PLANS_NAV

Source

View Text - Preformatted

SELECT substrb( pp.name,1,78) label, nt.node_type node_type, '"' || pp.pmt_plan_id || '"' node_key, nt.icon_name icon_name, 'Y' leaf_flag, 'ROOT' parent_node_type, nt.root_key parent_node_key from cn_nav_node_types nt, cn_pmt_plans pp where nt.root_key = 'CN_PAY_PLAN_ROOT' and nt.node_type = 'PAY_PLAN' order by label
View Text - HTML Formatted

SELECT SUBSTRB( PP.NAME
, 1
, 78) LABEL
, NT.NODE_TYPE NODE_TYPE
, '"' || PP.PMT_PLAN_ID || '"' NODE_KEY
, NT.ICON_NAME ICON_NAME
, 'Y' LEAF_FLAG
, 'ROOT' PARENT_NODE_TYPE
, NT.ROOT_KEY PARENT_NODE_KEY
FROM CN_NAV_NODE_TYPES NT
, CN_PMT_PLANS PP
WHERE NT.ROOT_KEY = 'CN_PAY_PLAN_ROOT'
AND NT.NODE_TYPE = 'PAY_PLAN' ORDER BY LABEL