[Home] [Help]
[Dependency Information]
Object Name: | HR_NAV_UNIT_GLOBAL_USAGES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_NAV_UNIT_GLOBAL_USAGES holds details of global variable usage by
specific navigation unit A navigation unit may be a form, or a block
within a form and the variable may be passed in or out. The
information is used to restrict paths between pairs of nodes by
checking that the necessary context is available at each point. For
example, the ASSIGNMENTS form must have the global G_PERSON_ID passed
in, and passes the global G_ASSIGNMENT_ID out.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_NAV_UNIT_GLOBAL_USAGES_PK | NORMAL | UNIQUE |
![]() |
![]() |
HR_NAV_UNIT_GLOBAL_USAGES_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Table | |
Foreign Table | Foreign Key Column | HR_NAV_UNIT_GLOBAL_USAGES | ![]() |
![]() |
HR_NAV_UNIT_GLOBAL_USAGES NAV_UNIT_ID |
![]() |
![]() |
HR_NAV_UNIT_GLOBAL_USAGES | HR_NAVIGATION_CONTEXT_RULES GLOBAL_USAGE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GLOBAL_USAGE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
NAV_UNIT_ID | NUMBER | (9) | Yes | Foreign key to HR_NAVIGATION_UNITS. |
GLOBAL_NAME | VARCHAR2 | (30) | Yes | Name of the global parameter. |
IN_OR_OUT | VARCHAR2 | (1) | Yes | Indicates whether the global parameter is passed in or out. |
MANDATORY_FLAG | VARCHAR2 | (30) | Yes | Specifies whether the global parameter is mandatory or optional. |
Cut, paste (and edit) the following text to query this object:
SELECT GLOBAL_USAGE_ID
, NAV_UNIT_ID
, GLOBAL_NAME
, IN_OR_OUT
, MANDATORY_FLAG
FROM HR.HR_NAV_UNIT_GLOBAL_USAGES;
HR.HR_NAV_UNIT_GLOBAL_USAGES does not reference any database object
HR.HR_NAV_UNIT_GLOBAL_USAGES is referenced by following:
|
|
|