[Home] [Help]
[Dependency Information]
| Object Name: | HR_NAVIGATION_UNITS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_NAVIGATION_UNITS
|
| Subobject Name: | |
| Status: | VALID |
HR_NAVIGATION_UNITS holds the predefined definitions of navigation
units that may be linked together in a taskflow. It identifies block
name where there are many navigable blocks within a form.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_NAVIGATION_UNITS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAV_UNIT_ID
ZD_EDITION_NAME
|
| HR_NAVIGATION_UNITS_UK2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
FORM_NAME
BLOCK_NAME
ZD_EDITION_NAME
|
| HR_NAVIGATION_UNITS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
DEFAULT_WORKFLOW_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAV_UNIT_ID | NUMBER | (9) | Yes | System-generated primary key column. |
| DEFAULT_WORKFLOW_ID | NUMBER | (9) | Foreign key to HR_WORKFLOWS. | |
| APPLICATION_ABBREV | VARCHAR2 | (3) | Yes | Abbreviation of the application name. |
| DEFAULT_LABEL | VARCHAR2 | (40) | Yes | Default label given to the navigation unit. |
| FORM_NAME | VARCHAR2 | (480) | Yes | Shortened form name that the unit refers to. |
| MAX_NUMBER_OF_NAV_BUTTONS | NUMBER | (1) | Yes | Maximum number of buttons allowed on the form. |
| BLOCK_NAME | VARCHAR2 | (30) | Used if more than one block within a form appears as a navigation option. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT NAV_UNIT_ID
, DEFAULT_WORKFLOW_ID
, APPLICATION_ABBREV
, DEFAULT_LABEL
, FORM_NAME
, MAX_NUMBER_OF_NAV_BUTTONS
, BLOCK_NAME
, ZD_EDITION_NAME
FROM HR.HR_NAVIGATION_UNITS;
HR.HR_NAVIGATION_UNITS does not reference any database object
HR.HR_NAVIGATION_UNITS is referenced by following:
HR
HR_NAVIGATION_UNITS#
|
|
|
|