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


TABLE: HR.PER_POS_STRUCTURE_ELEMENTS

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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_POS_STRUCTURE_ELEMENTS_PK
  1. ColumnPOS_STRUCTURE_ELEMENT_ID
Unique Key: PER_POS_STRUCTURE_ELEMENTS_UK2
  1. ColumnPOS_STRUCTURE_VERSION_ID
  2. ColumnSUBORDINATE_POSITION_ID
Indexes
Index Type Uniqueness Tablespace Column
PER_POS_STRUCTURE_ELEMENTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOS_STRUCTURE_ELEMENT_ID
PER_POS_STRUCTURE_ELEMENTS_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOS_STRUCTURE_VERSION_ID
ColumnSUBORDINATE_POSITION_ID
PER_POS_STRUCTURE_ELEMENTS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
PER_POS_STRUCTURE_ELEMENTS_FK3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBORDINATE_POSITION_ID
PER_POS_STRUCTURE_ELEMENTS_FK4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_POSITION_ID
PER_POS_STRUCTURE_ELEMENTS_N50 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOS_STRUCTURE_VERSION_ID
ColumnPARENT_POSITION_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PER_POS_STRUCTURE_ELEMENTS PER_POS_STRUCTURE_ELEMENTS_FK1 TableHR_ALL_ORGANIZATION_UNITS PER_POS_STRUCTURE_ELEMENTS BUSINESS_GROUP_ID
PER_POS_STRUCTURE_ELEMENTS PER_POS_STRUCTURE_ELEMENTS_FK2 TablePER_POS_STRUCTURE_VERSIONS PER_POS_STRUCTURE_ELEMENTS POS_STRUCTURE_VERSION_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

HR.PER_POS_STRUCTURE_ELEMENTS does not reference any database object

HR.PER_POS_STRUCTURE_ELEMENTS is referenced by following:

SchemaAPPS
SynonymPER_POS_STRUCTURE_ELEMENTS
TriggerPER_POS_STRUCTURE_ELEMENTS_OVN
TriggerPER_POS_STRUCTURE_ELEMENTS_WHO
SchemaPUBLIC
SynonymPER_POS_STRUCTURE_ELEMENTS