[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: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_NAVIGATION_NODES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAV_NODE_ID
ZD_EDITION_NAME
|
| HR_NAVIGATION_NODES_UK2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
ZD_EDITION_NAME
|
| HR_NAVIGATION_NODES_FK1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
NAV_UNIT_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. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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;
HR.HR_NAVIGATION_NODES does not reference any database object
HR.HR_NAVIGATION_NODES is referenced by following:
HR
HR_NAVIGATION_NODES#
|
|
|
|