DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.HR_NAVIGATION_CONTEXT_RULES

Object Details
Object Name: HR_NAVIGATION_CONTEXT_RULES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.HR_NAVIGATION_CONTEXT_RULES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HR_NAVIGATION_CONTEXT_RULE_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAV_CONTEXT_RULE_ID
ColumnZD_EDITION_NAME
HR_NAVIGATION_CONTEXT_RULE_UK1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnGLOBAL_USAGE_ID
ColumnEVALUATION_TYPE_CODE
ColumnVALUE
ColumnZD_EDITION_NAME
HR_NAVIGATION_CONTEXT_RULE_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnGLOBAL_USAGE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

HR.HR_NAVIGATION_CONTEXT_RULES does not reference any database object

HR.HR_NAVIGATION_CONTEXT_RULES is referenced by following:

SchemaHR
ViewHR_NAVIGATION_CONTEXT_RULES#