Search Results jtf_nav_node_types_v
Overview
JTF_NAV_NODE_TYPES_V is a documented view owned by the APPS schema within the JTF – CRM Foundation product module of Oracle E-Business Suite, available in releases 12.1.1 and 12.2.2. The view is recorded in ETRM as VALID and is described simply as a "view on the base table." Functionally, it exposes the metadata that defines node types used by the Oracle CRM Foundation navigator infrastructure. Each node type represents a configurable category of navigable item within a CRM tree — for example, a folder, a form-launching node, or a static parent node. Because it joins node type definitions to their owning tree roots, the view provides a denormalized, business-friendly perspective used by reporting, integration, and diagnostic activities. Rather than querying the underlying definition table and the tree root translation table separately, consumers obtain node type attributes together with the root key in a single, read-only result set. This makes the view well suited to ad hoc queries, data extracts, and integration routines that must resolve how a given navigator tree is composed without directly manipulating the base tables.
Underlying Base Objects
The view is defined over two documented referenced objects:
JTF_NAV_NODE_TYPES(exposed through a synonym) — the primary base table holding the node type definitions, including the flow, parent page, primary key, and icon metadata columns.JTF_NAV_TREE_ROOTS_VL(a view) — the translated tree root view, supplying theROOT_VALUEused to derive theROOT_KEYcolumn.
The two objects are joined on TREE_ROOT_ID, so every node type is presented alongside the root key of the tree to which it belongs. Aliasing in the view text uses NT for the node types source and TR for the tree roots source, consistent with the documented view SQL. Because JTF_NAV_TREE_ROOTS_VL is itself a translated (VL) view, the joined result may reflect language-specific root values depending on session locale settings.
Key Columns
The view exposes the following documented columns:
NODE_TYPE_ID— primary identifier for the node type.ROOT_KEY— derived fromTR.ROOT_VALUE; the key of the owning tree root.NODE_TYPE— the node type designation used by the navigator.TREE_ROOT_ID— foreign key linking the node type to its tree root.AK_FLOW_NAME,AK_PARENT_PAGE_NAME,AK_PK_NAME,AK_WHERE_CLAUSE,AK_WHERE_BINDS— attributes describing the underlying AK (HTML/CRM) flow, parent page, primary key, and WHERE-clause binding behavior.ICON_NAME,FORM_NAME,FORM_PARAM_LIST— presentation and form-launch parameters.STATIC_CHILD_FLAG— indicates whether children are statically defined.- Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATE_LOGIN,LAST_UPDATE_DATE,LAST_UPDATED_BY.
Common Use Cases and Queries
Typical scenarios include auditing navigator configuration, identifying which node types belong to a particular tree, and resolving form-launch parameters for integration. A representative query joining node types to a specific root is:
SELECT node_type_id, root_key, node_type, form_name FROM jtf_nav_node_types_v WHERE root_key = :p_root_key;SELECT node_type, icon_name, static_child_flag FROM jtf_nav_node_types_v ORDER BY node_type;
Consultants frequently use the view to verify that custom node types have been registered correctly after a tree root migration or patch application, since the ROOT_KEY mapping confirms whether a node type is anchored to the expected tree.
-
View: JTF_NAV_NODE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_NODE_TYPES_V, object_name:JTF_NAV_NODE_TYPES_V, status:VALID, product: JTF - CRM Foundation , description: View on the base table. , implementation_dba_data: APPS.JTF_NAV_NODE_TYPES_V ,
-
View: JTF_NAV_NODE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_NODE_TYPES_V, object_name:JTF_NAV_NODE_TYPES_V, status:VALID, product: JTF - CRM Foundation , description: View on the base table. , implementation_dba_data: APPS.JTF_NAV_NODE_TYPES_V ,
-
VIEW: APPS.JTF_TERR_TEMPLATES_NAV
12.2.2
-
VIEW: APPS.JTF_TERR_ESCALATIONS_NAV
12.2.2
-
VIEW: APPS.JTF_TERRITORIES_NAV
12.2.2
-
VIEW: APPS.JTF_TERR_TYPES_NAV
12.2.2
-
VIEW: APPS.JTF_TERR_TYPES_NAV
12.1.1
-
VIEW: APPS.JTF_TERRITORIES_NAV
12.1.1
-
VIEW: APPS.JTF_TERR_TEMPLATES_NAV
12.1.1
-
VIEW: APPS.JTF_TERR_ESCALATIONS_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: 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.CN_NAV_NODE_TYPES
12.2.2
-
VIEW: APPS.CSP_NAV_NODE_TYPES
12.2.2
-
VIEW: APPS.CSP_NAV_NODE_TYPES
12.1.1
-
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_NAV_NODE_TYPES
12.1.1
-
View: XNC_NAV_NODE_TYPES_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: View based on JTF_NAV_NODE_TYPES_V. Used as start point of all flows used in Sales for Communications. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_NAV_NODE_TYPES_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: View based on JTF_NAV_NODE_TYPES_V. Used as start point of all flows used in Sales for Communications. , implementation_dba_data: Not implemented in this database ,
-
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: 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: 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_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 ,
-
SYNONYM: APPS.JTF_NAV_NODE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_NAV_NODE_TYPES, status:VALID,
-
SYNONYM: APPS.JTF_NAV_NODE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_NAV_NODE_TYPES, status:VALID,
-
View: CSP_NAV_NODE_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NAV_NODE_TYPES, object_name:CSP_NAV_NODE_TYPES, status:VALID, product: CSP - Spares Management , description: Meta data for Navigator tree , implementation_dba_data: APPS.CSP_NAV_NODE_TYPES ,
-
View: CSP_NAV_NODE_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NAV_NODE_TYPES, object_name:CSP_NAV_NODE_TYPES, status:VALID, product: CSP - Spares Management , description: Meta data for Navigator tree , implementation_dba_data: APPS.CSP_NAV_NODE_TYPES ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.CN_NAV_NODE_TYPES
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_NAV_NODE_TYPES, status:VALID,
-
VIEW: APPS.CN_NAV_NODE_TYPES
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_NAV_NODE_TYPES, status:VALID,
-
VIEW: APPS.JTF_NAV_TREE_ROOTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_TREE_ROOTS_VL, object_name:JTF_NAV_TREE_ROOTS_VL, status:VALID,
-
VIEW: APPS.JTF_NAV_TREE_ROOTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_TREE_ROOTS_VL, object_name:JTF_NAV_TREE_ROOTS_VL, status:VALID,
-
VIEW: APPS.CSP_NAV_NODE_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NAV_NODE_TYPES, object_name:CSP_NAV_NODE_TYPES, status:VALID,
-
VIEW: APPS.CSP_NAV_NODE_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NAV_NODE_TYPES, object_name:CSP_NAV_NODE_TYPES, status:VALID,
-
VIEW: APPS.JTF_NAV_NODE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_NODE_TYPES_V, object_name:JTF_NAV_NODE_TYPES_V, status:VALID,
-
VIEW: APPS.JTF_NAV_NODE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_NAV_NODE_TYPES_V, object_name:JTF_NAV_NODE_TYPES_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
eTRM - CSP Tables and Views
12.2.2
description: Summarized usage history information ,
-
eTRM - CSP Tables and Views
12.1.1
description: Summarized usage history information ,