[Home] [Help]
[Dependency Information]
| Object Name: | PER_POS_STRUCTURE_ELEMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_POS_STRUCTURE_ELEMENTS
|
| Subobject Name: | |
| Status: | VALID |
PER_POS_STRUCTURE_ELEMENTS holds information on the hierarchical
relationship between positions in a specific hierarchy version. Each
row stores one parent-child relationship. The parent is identified by
PARENT_POSITION_ID and the child is identified by
SUBORDINATE_POSITION_ID. A position can never be its own parent or
child, and the top position in a hierarchy will never appear in
SUBORDINATE_POSITION_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
POS_STRUCTURE_ELEMENT_ID
POS_STRUCTURE_VERSION_ID
SUBORDINATE_POSITION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_POS_STRUCTURE_ELEMENTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
POS_STRUCTURE_ELEMENT_ID
|
| PER_POS_STRUCTURE_ELEMENTS_UK2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
POS_STRUCTURE_VERSION_ID
SUBORDINATE_POSITION_ID
|
| PER_POS_STRUCTURE_ELEMENTS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUSINESS_GROUP_ID
|
| PER_POS_STRUCTURE_ELEMENTS_FK3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SUBORDINATE_POSITION_ID
|
| PER_POS_STRUCTURE_ELEMENTS_FK4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_POSITION_ID
|
| PER_POS_STRUCTURE_ELEMENTS_N50 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
POS_STRUCTURE_VERSION_ID
PARENT_POSITION_ID
|
| Table | |
Foreign Table | Foreign Key Column | PER_POS_STRUCTURE_ELEMENTS | ![]() |
HR_ALL_ORGANIZATION_UNITS
|
PER_POS_STRUCTURE_ELEMENTS BUSINESS_GROUP_ID | PER_POS_STRUCTURE_ELEMENTS | ![]() |
PER_POS_STRUCTURE_VERSIONS
|
PER_POS_STRUCTURE_ELEMENTS POS_STRUCTURE_VERSION_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| POS_STRUCTURE_ELEMENT_ID | NUMBER | (15) | Yes | System generated position structure element primary key from PER_POS_STRUCTURE_ELEMENTS_S. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| POS_STRUCTURE_VERSION_ID | NUMBER | Yes | Foreign key to PER_POS_STRUCTURE_VERSIONS. | |
| SUBORDINATE_POSITION_ID | NUMBER | (15) | Yes | Foreign key to PER_ALL_POSITIONS. Identifies the child position. |
| PARENT_POSITION_ID | NUMBER | (15) | Yes | Foreign key to PER_ALL_POSITIONS. Identifies the parent position. |
| REQUEST_ID | NUMBER | (15) | Standard Who Column. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who column. | |
| PROGRAM_ID | NUMBER | (15) | Standard Who Column. | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who column. | ||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. |
Cut, paste (and edit) the following text to query this object:
SELECT POS_STRUCTURE_ELEMENT_ID
, BUSINESS_GROUP_ID
, POS_STRUCTURE_VERSION_ID
, SUBORDINATE_POSITION_ID
, PARENT_POSITION_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
FROM HR.PER_POS_STRUCTURE_ELEMENTS;
HR.PER_POS_STRUCTURE_ELEMENTS does not reference any database object
HR.PER_POS_STRUCTURE_ELEMENTS is referenced by following:
APPS
PER_POS_STRUCTURE_ELEMENTS
PER_POS_STRUCTURE_ELEMENTS_OVN
PER_POS_STRUCTURE_ELEMENTS_WHO
PUBLIC
PER_POS_STRUCTURE_ELEMENTS
|
|
|
|