Search Results csp_nav_node_types
Overview
Within Oracle E-Business Suite, the view APPS.CSP_NAV_NODE_TYPES belongs to the Spares Management (CSP) product family and carries a documented status of VALID. Its stated purpose is to expose metadata for the Navigator tree. In practice, the view is a thin projection over the underlying Navigator configuration view JTF_NAV_NODE_TYPES_V, re-publishing the same column set under the CSP schema namespace so that Spares Management functionality, personalizations, and dependent reports can reference node-type metadata through a CSP-branded object rather than the shared JTF object directly.
The Navigator tree in EBS is the hierarchical menu structure that determines how functions, forms, and HTML flows are presented to users. CSP_NAV_NODE_TYPES describes the individual node types that populate that tree — their identity, the flow or form that a node launches, the parameters passed to it, and the iconography used to render it. Because the object is a view, it is read-only by definition; it holds no data of its own and reflects the state of its base object at query time.
Underlying Base Objects
ETRM documentation records exactly one referenced base object: JTF_NAV_NODE_TYPES_V, itself a view. The CSP view is therefore a layered projection with no independent storage. The view text selects the full column list from that single source without joins, filters, aggregation, or a WHERE clause:
SELECT TREE_ROOT_ID, NODE_TYPE_ID, ROOT_KEY, NODE_TYPE, AK_FLOW_NAME, AK_PARENT_PAGE_NAME, AK_PK_NAME, AK_WHERE_CLAUSE, AK_WHERE_BINDS, ICON_NAME, FORM_NAME, FORM_PARAM_LIST, STATIC_CHILD_FLAG, CREATED_BY, CREATION_DATE, LAST_UPDATE_LOGIN, LAST_UPDATE_DATE, LAST_UPDATED_BY FROM JTF_NAV_NODE_TYPES_V
Because it is a straight pass-through, any change to the underlying JTF definition — or to the base tables beneath it — is immediately visible through CSP_NAV_NODE_TYPES. No CSP-specific filtering is applied, so consumers receive the entire node-type population maintained for the Navigator, not merely those nodes used by Spares Management.
Key Columns
The columns divide into several logical groups:
- Identity and hierarchy:
TREE_ROOT_IDties a node type to a specific Navigator tree root, whileNODE_TYPE_ID,ROOT_KEY, andNODE_TYPEidentify the node and its classification. - Flow and page routing:
AK_FLOW_NAME,AK_PARENT_PAGE_NAME, andAK_PK_NAMEdrive Oracle Application Framework (OAF) navigation, indicating the flow invoked, the parent page context, and the primary key attribute used to resolve the target entity. - Data restriction:
AK_WHERE_CLAUSEandAK_WHERE_BINDSsupply the predicate and bind variables applied when the node is opened, enabling context-sensitive queries keyed to the selected record. - Presentation:
ICON_NAMEcontrols the displayed icon;FORM_NAMEandFORM_PARAM_LISTidentify a Forms-based destination and the parameter string passed to it;STATIC_CHILD_FLAGindicates whether children are statically defined. - Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATE_LOGIN,LAST_UPDATE_DATE, andLAST_UPDATED_BYfollow standard EBS WHO-column conventions.
Common Use Cases and Queries
Typical uses include diagnosing why a Navigator node fails to launch, auditing which flow or form a node targets, and extracting node configuration for documentation or migration comparison. The following returns all node types for a given tree root:
SELECT node_type_id, node_type, ak_flow_name, form_name, icon_name FROM apps.csp_nav_node_types WHERE tree_root_id = :root_id ORDER BY node_type_id;
To locate nodes referencing a specific form or flow:
SELECT tree_root_id, node_type, form_name, form_param_list FROM apps.csp_nav_node_types WHERE form_name = :form_name;
Because the object is a read-only view over shared Navigator metadata, it should be used exclusively for query and reporting purposes; adjustments to node definitions must be made through the corresponding maintenance interface, not through DML against this view.
-
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.CSP_REP_HIER_SECINV_NAV
12.2.2
-
VIEW: APPS.CSP_REP_HIER_SECINV_NAV
12.1.1
-
VIEW: APPS.CSP_PLIST_BOXES_NAV
12.1.1
-
VIEW: APPS.CSP_PARTS_LOOPS_NAV
12.2.2
-
VIEW: APPS.CSP_PARTS_LOOPS_NAV
12.1.1
-
VIEW: APPS.CSP_PACK_LIST_NAV
12.1.1
-
VIEW: APPS.CSP_PLIST_STATUS_NAV
12.1.1
-
VIEW: APPS.CSP_NOT_PLTYPES_NAV
12.2.2
-
VIEW: APPS.CSP_NOT_PLTYPES_NAV
12.1.1
-
VIEW: APPS.CSP_NOT_STAT_ITEMS_NAV
12.2.2
-
VIEW: APPS.CSP_SEC_INVENTORIES_NAV
12.1.1
-
VIEW: APPS.CSP_NOT_STAT_ITEMS_NAV
12.1.1
-
VIEW: APPS.CSP_SEC_INVENTORIES_NAV
12.2.2
-
VIEW: APPS.CSP_NOT_PLOOP_NAV
12.1.1
-
VIEW: APPS.CSP_NOT_PLOOP_NAV
12.2.2
-
VIEW: APPS.CSP_REP_HIERARCHIES_NAV
12.1.1
-
VIEW: APPS.CSP_REP_HIERARCHIES_NAV
12.2.2
-
VIEW: APPS.CSP_PLN_REGIONS_NAV
12.1.1
-
VIEW: APPS.CSP_PACK_LIST_NAV
12.2.2
-
VIEW: APPS.CSP_PLN_REGIONS_NAV
12.2.2
-
VIEW: APPS.CSP_PLIST_BOXES_NAV
12.2.2
-
VIEW: APPS.CSP_PLIST_STATUS_NAV
12.2.2
-
View: CSP_REP_HIER_SECINV_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REP_HIER_SECINV_NAV, object_name:CSP_REP_HIER_SECINV_NAV, status:VALID, product: CSP - Spares Management , description: View for Reporting Hierarchy to Subinventory flow , implementation_dba_data: APPS.CSP_REP_HIER_SECINV_NAV ,
-
VIEW: APPS.CSP_NOT_TYSTAT_NAV
12.1.1
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.2.2
-
View: CSP_REP_HIER_SECINV_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REP_HIER_SECINV_NAV, object_name:CSP_REP_HIER_SECINV_NAV, status:VALID, product: CSP - Spares Management , description: View for Reporting Hierarchy to Subinventory flow , implementation_dba_data: APPS.CSP_REP_HIER_SECINV_NAV ,
-
VIEW: APPS.CSP_PLN_ORG_NAV
12.2.2
-
VIEW: APPS.CSP_PLIST_BOXITEMS_NAV
12.1.1
-
VIEW: APPS.CSP_PLN_ORG_NAV
12.1.1
-
VIEW: APPS.CSP_PLIST_BOXITEMS_NAV
12.2.2
-
VIEW: APPS.CSP_PLN_SUBINV_NAV
12.1.1
-
VIEW: APPS.CSP_PLIST_ITMSLNO_NAV
12.1.1
-
VIEW: APPS.CSP_NOT_TYSTAT_NAV
12.2.2
-
VIEW: APPS.CSP_PLN_REGION_ORG_NAV
12.1.1
-
VIEW: APPS.CSP_PLN_REGION_ORG_NAV
12.2.2
-
View: CSP_PLN_REGIONS_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_REGIONS_NAV, object_name:CSP_PLN_REGIONS_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_REGIONS_NAV ,
-
View: CSP_PLN_REGIONS_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_REGIONS_NAV, object_name:CSP_PLN_REGIONS_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_REGIONS_NAV ,
-
View: CSP_NOT_PLOOP_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLOOP_NAV, object_name:CSP_NOT_PLOOP_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Root to Parts Loop flow , implementation_dba_data: APPS.CSP_NOT_PLOOP_NAV ,
-
View: CSP_PLIST_BOXES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_BOXES_NAV, object_name:CSP_PLIST_BOXES_NAV, status:VALID, product: CSP - Spares Management , description: View for Packlist to Boxes flow , implementation_dba_data: APPS.CSP_PLIST_BOXES_NAV ,
-
View: CSP_PLIST_STATUS_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLIST_STATUS_NAV, object_name:CSP_PLIST_STATUS_NAV, status:VALID, product: CSP - Spares Management , description: View for Packlist Root to Packlist status , implementation_dba_data: APPS.CSP_PLIST_STATUS_NAV ,
-
View: CSP_PACK_LIST_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PACK_LIST_NAV, object_name:CSP_PACK_LIST_NAV, status:VALID, product: CSP - Spares Management , description: View for Packlist status to Packlist flow , implementation_dba_data: APPS.CSP_PACK_LIST_NAV ,
-
View: CSP_NOT_PLTYPES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLTYPES_NAV, object_name:CSP_NOT_PLTYPES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Notification Types flow , implementation_dba_data: APPS.CSP_NOT_PLTYPES_NAV ,
-
View: CSP_NOT_STAT_ITEMS_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_STAT_ITEMS_NAV, object_name:CSP_NOT_STAT_ITEMS_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification status to Items flow , implementation_dba_data: APPS.CSP_NOT_STAT_ITEMS_NAV ,
-
View: CSP_SEC_INVENTORIES_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_SEC_INVENTORIES_NAV, object_name:CSP_SEC_INVENTORIES_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop to Subinventory flow , implementation_dba_data: APPS.CSP_SEC_INVENTORIES_NAV ,
-
View: CSP_PLN_ORG_NAV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PLN_ORG_NAV, object_name:CSP_PLN_ORG_NAV, status:VALID, product: CSP - Spares Management , implementation_dba_data: APPS.CSP_PLN_ORG_NAV ,
-
View: CSP_NOT_PLOOP_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_NOT_PLOOP_NAV, object_name:CSP_NOT_PLOOP_NAV, status:VALID, product: CSP - Spares Management , description: View for Notification Root to Parts Loop flow , implementation_dba_data: APPS.CSP_NOT_PLOOP_NAV ,
-
View: CSP_PARTS_LOOPS_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PARTS_LOOPS_NAV, object_name:CSP_PARTS_LOOPS_NAV, status:VALID, product: CSP - Spares Management , description: View for Parts Loop Root to Parts Loop flow , implementation_dba_data: APPS.CSP_PARTS_LOOPS_NAV ,
-
View: CSP_REP_HIERARCHIES_NAV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_REP_HIERARCHIES_NAV, object_name:CSP_REP_HIERARCHIES_NAV, status:VALID, product: CSP - Spares Management , description: View for Reporting Hierarchy Root to Reporting Hierarchy flow , implementation_dba_data: APPS.CSP_REP_HIERARCHIES_NAV ,