[Home] [Help]
[Dependency Information]
Object Name: | HR_NAVIGATION_CONTEXT_RULES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_NAVIGATION_CONTEXT_RULES is referenced by
HR_NAV_UNIT_GLOBAL_USAGES. Some units can be accessed only under
certain conditions. For example, the path from PERSON to ASSIGNMENT
is only valid if the currently selected person is an employee. This
table holds the conditions to apply when a navigation option is
selected. The condition will be applied at the very last moment
before a call form or new form is issued. If the condition fails, the
navigation is not permitted and a message is displayed.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_NAVIGATION_CONTEXT_RULE_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
HR_NAVIGATION_CONTEXT_RULE_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
HR_NAVIGATION_CONTEXT_RULE_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAV_CONTEXT_RULE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
GLOBAL_USAGE_ID | NUMBER | (9) | Yes | Foreign key to HR_NAV_UNIT_GLOBAL_USAGES. |
EVALUATION_TYPE_CODE | VARCHAR2 | (30) | Yes | Evaluation type of the criteria, for example Not Null or Equals. |
VALUE | VARCHAR2 | (80) | Acceptable value for the criteria that is acceptable under the rule. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT NAV_CONTEXT_RULE_ID
, GLOBAL_USAGE_ID
, EVALUATION_TYPE_CODE
, VALUE
, ZD_EDITION_NAME
FROM HR.HR_NAVIGATION_CONTEXT_RULES;
HR.HR_NAVIGATION_CONTEXT_RULES does not reference any database object
HR.HR_NAVIGATION_CONTEXT_RULES is referenced by following:
|
|
|