[Home] [Help]
View: XNC_ORD_IB_SYS_ACTIVE_NAV
| Product: | XNC - Sales for Communications (Obsolete) |
| Description: | View used to define the attribute fields for an AK object for construction of the Installed Base tree |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT SYSTEM_NAME LABEL
, 'INSTALL_ACTIVE_SYSTEMS' NODE_TYPE
, SYSTEM_ID||'
, '||ACCOUNT||'
, '||PARTY_ID NODE_KEY
, 'AFFLDHDR' ICON_NAME
, 'N' LEAF_FLAG
, 'INSTALL_ACTIVE_ACCOUNTS' PARENT_NODE_TYPE
, ACCOUNT||'
, '||PARTY_ID PARENT_NODE_KEY
FROM XNC_ACTIVE_SUBSCRIPTION_V
Columns
| Name |
| LABEL |
| NODE_TYPE |
| NODE_KEY |
| ICON_NAME |
| LEAF_FLAG |
| PARENT_NODE_TYPE |
| PARENT_NODE_KEY |