[Home] [Help]
[Dependency Information]
| Object Name: | HR_NAVIGATION_NODES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
NAV_NODE_ID
NAME| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_NAVIGATION_NODES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAV_NODE_ID
|
| HR_NAVIGATION_NODES_UK2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
|
| HR_NAVIGATION_NODES_FK1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
NAV_UNIT_ID
|
| Table | |
Foreign Table | Foreign Key Column | HR_NAVIGATION_NODES | ![]() |
HR_NAVIGATION_UNITS
|
HR_NAVIGATION_NODES NAV_UNIT_ID |
HR_NAVIGATION_NODE_USAGES
|
![]() |
HR_NAVIGATION_NODES | HR_NAVIGATION_NODE_USAGES NAV_NODE_ID |
|---|
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT NAV_NODE_ID
, NAV_UNIT_ID
, NAME
, CUSTOMIZED_RESTRICTION_ID
FROM HR.HR_NAVIGATION_NODES;
HR.HR_NAVIGATION_NODES does not reference any database object
HR.HR_NAVIGATION_NODES is referenced by following:
APPS
HR_NAVIGATION_NODES
PUBLIC
HR_NAVIGATION_NODES
|
|
|
|