[Home] [Help]
[Dependency Information]
Object Name: | HR_INCOMPATIBILITY_RULES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_INCOMPATIBILITY_RULES holds details of units that are incompatible
for application reasons. These restrictions are defined by holding
FROM_NAV_UNIT_ID and TO_NAV_UNIT_ID of the restricted units.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_INCOMPATIBILITY_RULES_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
HR_INCOMPATIBILITY_RULES_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FROM_NAV_UNIT_ID | NUMBER | (9) | Yes | Foreign key to HR_NAVIGATION_UNITS. |
TO_NAV_UNIT_ID | NUMBER | (9) | Yes | Foreign key to HR_NAVIGATION_UNITS. |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FROM_NAV_UNIT_ID
, TO_NAV_UNIT_ID
, ZD_EDITION_NAME
FROM HR.HR_INCOMPATIBILITY_RULES;
HR.HR_INCOMPATIBILITY_RULES does not reference any database object
HR.HR_INCOMPATIBILITY_RULES is referenced by following:
|
|
|