Search Results leaf_flag
Overview
The view XNC_ORD_ORDERTYP_NAV belongs to the XNC — Sales for Communications product family in Oracle EBS 12.1.1 and 12.2.2. Within the ETRM metadata, XNC is flagged as Obsolete, and this view is documented with the description: "View used to define the attribute fields for an AK object for construction of the Order Navigator tree." In practical terms, XNC_ORD_ORDERTYP_NAV is a navigation-tree helper view rather than a transactional reporting view. It does not return order data itself; instead it synthesizes a fixed set of node definitions that an AK (Oracle Application Framework/Application Kit) object consumes to render the "Order Navigator" hierarchical tree used by the Sales for Communications order console.
The view supplies the label, key, icon, parent linkage, and leaf indicator required for each navigational node. Its role in EBS integration is therefore limited to UI tree construction and metadata enrichment rather than data extraction, reconciliation, or interface staging.
Underlying Base Objects
According to the documented view text, XNC_ORD_ORDERTYP_NAV is defined over a single referenced base object: XNC_NAV_NODE_TYPES_V, joined to DUAL. Notably, the ETRM "Referenced base objects" section lists none documented, and the "Implementation/DBA Data" note records that the view is Not implemented in this database. This is consistent with its Obsolete XNC status — the view may exist only in historical or customized instances of Sales for Communications.
The relationship to XNC_NAV_NODE_TYPES_V is through a correlated filter: every union branch selects icon and root-key attributes from the node-types view where NODE_TYPE = 'ORDER_TYPE' and ROOT_KEY = 'XNC_ORDERS_STATUS'. The five UNION branches therefore reuse the same source row from XNC_NAV_NODE_TYPES_V, varying only the literal node key, label, and appended status classification.
Key Columns
- NODE_KEY — Unique identifier for each navigational node. The view emits five fixed literals:
1-NEW,2-OPEN,3-ERROR,4-CANCELLED, and5-CLOSED. - LABEL — Display text for each node: "NEW ORDERS", "OPEN ORDERS", "ERROR ORDERS", "CANCELLED ORDERS", and "CLOSED ORDERS".
- NODE_TYPE — Always the literal
'ORDER_TYPE', identifying the node classification used by the AK object. - PARENT_NODE_TYPE — Fixed to
'ROOT', placing each of the five status nodes directly beneath the tree root. - ICON_NAME — Sourced from XNC_NAV_NODE_TYPES_V; provides the icon rendered beside each node.
- PARENT_NODE_KEY — Sourced from XNC_NAV_NODE_TYPES_V as
NT.ROOT_KEY, equal toXNC_ORDERS_STATUS, linking the nodes to the parent root. - LEAF_FLAG — Hard-coded to
'N', indicating these nodes are expandable and not terminal leaves.
Common Use Cases and Queries
Because the view supplies fixed, literal-driven rows, its primary use case is inspection or verification of the Order Navigator tree structure — confirming which status nodes appear and how they are keyed. Administrators diagnosing a missing or mislabelled navigator node can query the view directly to confirm expected values.
A representative query lists the full node set:
SELECT node_key, label, node_type, parent_node_key, leaf_flag FROM xnc_ord_ordertyp_nav ORDER BY node_key;
To confirm the icon and parent linkage inherited from the node-types source, a join-aware query can be run against XNC_NAV_NODE_TYPES_V. Because the view is documented as Obsolete and not implemented in the reference database, queries should be validated per instance. Where the view is absent, the equivalent result set can be reconstructed from XNC_NAV_NODE_TYPES_V with explicit literals for the five status nodes. Integration use is minimal given the view's UI-oriented purpose.
-
View: XNC_ORD_ORDERTYP_NAV
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Order Navigator tree , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.JTF_TERRITORIES_NAV
12.1.1
-
VIEW: BIM.BIM_TARGET_SEGMENTS_DENORM#
12.2.2
-
View: XNC_ORD_ORDERTYP_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Order Navigator tree , implementation_dba_data: Not implemented in this database ,
-
View: JTF_TERRITORIES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERRITORIES_NAV, object_name:JTF_TERRITORIES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Territories - Defines navigator tree structure for territory parent to child hierarchy. , implementation_dba_data: APPS.JTF_TERRITORIES_NAV ,
-
VIEW: APPS.JTF_TERRITORIES_NAV
12.2.2
-
View: JTF_TERRITORIES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERRITORIES_NAV, object_name:JTF_TERRITORIES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Territories - Defines navigator tree structure for territory parent to child hierarchy. , implementation_dba_data: APPS.JTF_TERRITORIES_NAV ,
-
VIEW: APPS.JTF_TERR_TYPES_NAV
12.1.1
-
VIEW: APPS.JTF_TERR_TYPES_NAV
12.2.2
-
VIEW: APPS.JTF_TERR_TEMPLATES_NAV
12.2.2
-
VIEW: JTF.JTF_TERR_DENORM#
12.2.2
-
VIEW: APPS.JTF_TERR_TEMPLATES_NAV
12.1.1
-
VIEW: APPS.JTF_TERR_ESCALATIONS_NAV
12.1.1
-
VIEW: APPS.CN_PLAN_ELEMENTS_NAV
12.2.2
-
View: JTF_TERR_TEMPLATES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TEMPLATES_NAV, object_name:JTF_TERR_TEMPLATES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Templates - Defines navigator tree structure for territory template to created territory hierarchy. , implementation_dba_data: APPS.JTF_TERR_TEMPLATES_NAV ,
-
VIEW: APPS.CN_PLAN_ELEMENTS_NAV
12.1.1
-
View: JTF_TERR_TYPES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPES_NAV, object_name:JTF_TERR_TYPES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Territory Types - Defines navigator tree structure for type to territory hierarchy. , implementation_dba_data: APPS.JTF_TERR_TYPES_NAV ,
-
View: JTF_TERR_TYPES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TYPES_NAV, object_name:JTF_TERR_TYPES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Territory Types - Defines navigator tree structure for type to territory hierarchy. , implementation_dba_data: APPS.JTF_TERR_TYPES_NAV ,
-
VIEW: APPS.JTF_TERR_ESCALATIONS_NAV
12.2.2
-
View: JTF_TERR_ESCALATIONS_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_ESCALATIONS_NAV, object_name:JTF_TERR_ESCALATIONS_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Escalations - Defines navigator tree structure for territory escalations escalating hierarchy. , implementation_dba_data: APPS.JTF_TERR_ESCALATIONS_NAV ,
-
View: JTF_TERR_TEMPLATES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_TEMPLATES_NAV, object_name:JTF_TERR_TEMPLATES_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Templates - Defines navigator tree structure for territory template to created territory hierarchy. , implementation_dba_data: APPS.JTF_TERR_TEMPLATES_NAV ,
-
VIEW: APPS.CN_RULESETS_NAV
12.1.1
-
VIEW: APPS.CN_RULESETS_NAV
12.2.2
-
VIEW: APPS.CN_COMP_GROUPS_NAV
12.2.2
-
View: JTF_TERR_ESCALATIONS_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_ESCALATIONS_NAV, object_name:JTF_TERR_ESCALATIONS_NAV, status:VALID, product: JTF - CRM Foundation , description: View for UI Navigator - view by Escalations - Defines navigator tree structure for territory escalations escalating hierarchy. , implementation_dba_data: APPS.JTF_TERR_ESCALATIONS_NAV ,
-
View: XNC_CATALOG_SET_NAV
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Runtime Product Catalog Setup tree , implementation_dba_data: Not implemented in this database ,
-
VIEW: JTF.JTF_TERR_DENORM_RULES_ALL#
12.2.2
-
VIEW: APPS.CN_COMP_GROUPS_NAV
12.1.1
-
View: XNC_CATALOG_SET_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Runtime Product Catalog Setup tree , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CN_RULES_NAV
12.2.2
-
VIEW: APPS.CN_RULES_NAV
12.1.1
-
View: XNC_IB_ACTIVE_ACCT_NAV
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view is used in Install Base Navigator tree to display active accounts. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_IB_ACTIVE_ACCT_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view is used in Install Base Navigator tree to display active accounts. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CN_PAY_PLANS_NAV
12.1.1
-
VIEW: APPS.CN_HIERARCHIES_NAV
12.1.1
-
VIEW: APPS.CN_COMP_PLANS_NAV
12.2.2
-
VIEW: APPS.CN_REV_CLASSES_NAV
12.2.2
-
VIEW: APPS.CSP_NOT_STAT_ITEMS_NAV
12.2.2
-
APPS.JTF_TERR_DENORM_PVT SQL Statements
12.2.2
-
View: XNC_IB_H_ACCT_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view gives account numbers for inactive products. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_ORD_IB_SYSTEM_NAV
12.2.2
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: XNC_PCS_CATGRP_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Product Catalog Setup tree , implementation_dba_data: Not implemented in this database ,
-
View: XNC_ORD_IB_SYSTEM_NAV
12.1.1
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: XNC_ORD_IB_SYS_ACTIVE_NAV
12.2.2
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: XNC_PL_ALL_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Runtime Product Catalog Navigator tree , implementation_dba_data: Not implemented in this database ,
-
View: XNC_PCS_STATITM_NAV
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Product Catalog Setup tree. Returns all items falling under a valid status. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_PL_ALL_NAV
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: View used to define the attribute fields for an AK object for construction of the Runtime Product Catalog Navigator tree , implementation_dba_data: Not implemented in this database ,
-
View: XNC_IB_H_ACCT_NAV
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view gives account numbers for inactive products. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CN_FORMULAS_NAV
12.1.1
-
VIEW: APPS.CN_PAY_GROUPS_NAV
12.2.2