[Home] [Help]
[Dependency Information]
Object Name: | HR_DM_HIERARCHIES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This entity will contain the relationships between tables. The following relationship will be recorded:
� Parent/Child relationship where the child is not striped by Business Group ID column.
� AOL ID which are stored in HRMS tables like the ID_FLEX_NUM value in the HR_SOFT_CODING_KEYFLEX table.
� Hierarchy like Org/Position tables. E.g. PER_ALL_POSITIONS has 2 columns SUCCESSOR_POSITION_ID and RELIEF_POSITION_ID which has FK to POSITION_ID in the same table. A row for PER_ALL_POSITIONS cannot be migrated in its entirety. The PK for the RELIEF_POSITION_ID or SUCCESSOR_POSITION_ID might not exist for the row. All rows should first be inserted with the above 2 columns as null. The 2 columns will then be updated after all the inserts.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_DM_HIERARCHIES_PK | NORMAL | UNIQUE |
![]() |
![]() |
HR_DM_HIERARCHIES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
HR_DM_HIERARCHIES_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | HR_DM_HIERARCHIES | ![]() |
![]() |
HR_DM_HIERARCHIES PARENT_TABLE_ID | HR_DM_HIERARCHIES | ![]() |
![]() |
HR_DM_HIERARCHIES TABLE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HIERARCHY_ID | NUMBER | (15) | Yes | System-generated primary key column. |
HIERARCHY_TYPE | VARCHAR2 | (2) | Yes | The hierarchy relationship. This value is a lookup code of the lookup type HR_DM_ HIERARCHY_TYPE and is defined in the table FND_LOOKUP_TYPES, FND_LOOKUP_VALUES. |
SQL_ORDER | NUMBER | (15) | Information used to derive the cursor order in the TDS packages for complex relationships. This feature is not currently used. | |
TABLE_ID | NUMBER | (15) | Yes | Foreign Key to HR_DM_TABLES.TABLE_ID |
COLUMN_NAME | VARCHAR2 | (30) | Yes | The column name of the child table. |
PARENT_TABLE_ID | NUMBER | (15) | Foreign Key to HR_DM_TABLES.TABLE_ID | |
PARENT_COLUMN_NAME | VARCHAR2 | (30) | The column name in the parent table.v | |
PARENT_ID_COLUMN_NAME | VARCHAR2 | (30) | The AOL developer key. | |
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
CREATION_DATE | DATE | Standard Who column. | ||
SECURITY_GROUP_ID | NUMBER | (15) | Foreign Key to FND_SECURITY_GROUPS. |
Cut, paste (and edit) the following text to query this object:
SELECT HIERARCHY_ID
, HIERARCHY_TYPE
, SQL_ORDER
, TABLE_ID
, COLUMN_NAME
, PARENT_TABLE_ID
, PARENT_COLUMN_NAME
, PARENT_ID_COLUMN_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, SECURITY_GROUP_ID
FROM HR.HR_DM_HIERARCHIES;
HR.HR_DM_HIERARCHIES does not reference any database object
HR.HR_DM_HIERARCHIES is referenced by following:
|
|
|