DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.HR_NAVIGATION_NODES

Object Details
Object Name: HR_NAVIGATION_NODES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.HR_NAVIGATION_NODES
Subobject Name:
Status: VALID


HR_NAVIGATION_NODES holds the definitions for the individual nodes
that can be linked together in a taskflow. There may be multiple
entries for the same window, for example, where the window is called
with a custom restriction specified in CUSTOMIZED_RESTRICTION_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HR_NAVIGATION_NODES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAV_NODE_ID
ColumnZD_EDITION_NAME
HR_NAVIGATION_NODES_UK2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnZD_EDITION_NAME
HR_NAVIGATION_NODES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNAV_UNIT_ID
Columns
Name Datatype Length Mandatory Comments
NAV_NODE_ID NUMBER (9) Yes System-generated primary key column.
NAV_UNIT_ID NUMBER (9) Yes Foreign key to HR_NAVIGATION_UNITS.
NAME VARCHAR2 (80) Yes Name of the node.
CUSTOMIZED_RESTRICTION_ID NUMBER (15)
Customization ID of the node. Identifies any custom restriction to apply when the node is called.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NAV_NODE_ID
,      NAV_UNIT_ID
,      NAME
,      CUSTOMIZED_RESTRICTION_ID
,      ZD_EDITION_NAME
FROM HR.HR_NAVIGATION_NODES;

Dependencies

[top of page]

HR.HR_NAVIGATION_NODES does not reference any database object

HR.HR_NAVIGATION_NODES is referenced by following:

SchemaHR
ViewHR_NAVIGATION_NODES#