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


TABLE: HR.PER_POS_STRUCTURE_VERSIONS

Object Details
Object Name: PER_POS_STRUCTURE_VERSIONS
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.PER_POS_STRUCTURE_VERSIONS
Subobject Name:
Status: VALID


PER_POS_STRUCTURE_VERSIONS holds information about different versions
of a position hierarchy, including version number with start and end
dates, and whether the current version has been copied from an
existing version. Only one version of a specific position hierarchy
can exist at any one time.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_POS_STRUCTURE_VERSIONS_PK
  1. ColumnPOS_STRUCTURE_VERSION_ID
Indexes
Index Type Uniqueness Tablespace Column
PER_POS_STRUCTURE_VERSIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOS_STRUCTURE_VERSION_ID
PER_POS_STRUCTURE_VERSIONS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
PER_POS_STRUCTURE_VERSIONS_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOSITION_STRUCTURE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PER_POS_STRUCTURE_VERSIONS PER_POS_STRUCTURE_VERSIONS_FK1 TableHR_ALL_ORGANIZATION_UNITS PER_POS_STRUCTURE_VERSIONS BUSINESS_GROUP_ID
PER_POS_STRUCTURE_VERSIONS PER_POS_STRUCTURE_VERSIONS_FK2 TablePER_POSITION_STRUCTURES PER_POS_STRUCTURE_VERSIONS POSITION_STRUCTURE_ID
TableGHR_MASS_TRANSFERS GHR_MASS_TRANSFERS_FK4 PER_POS_STRUCTURE_VERSIONS GHR_MASS_TRANSFERS OLD_POS_STRUCTURE_VERSION_ID
TablePER_POS_STRUCTURE_ELEMENTS PER_POS_STRUCTURE_ELEMENTS_FK2 PER_POS_STRUCTURE_VERSIONS PER_POS_STRUCTURE_ELEMENTS POS_STRUCTURE_VERSION_ID
TablePQH_ROUTING_HISTORY PQH_ROUTING_HISTORY_FK7 PER_POS_STRUCTURE_VERSIONS PQH_ROUTING_HISTORY POS_STRUCTURE_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
POS_STRUCTURE_VERSION_ID NUMBER
Yes Primary key system generated from PER_POS_STRUCTURE_VERSIONS_S.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ORGANIZATION_UNITS.
POSITION_STRUCTURE_ID NUMBER (15) Yes Foreign key to PER_POSITION_STRUCTURES.
DATE_FROM DATE
Yes Start date of this version .
VERSION_NUMBER NUMBER
Yes User enterable version number, not necessarily contiguous.
COPY_STRUCTURE_VERSION_ID NUMBER (15)
Foreign key to PER_POS_STRUCTURE_VERSIONS. Used if this version is copied from a previously existing structure .
DATE_TO DATE

End date of this version.
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) Yes OBJECT VERSION NUMBER
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT POS_STRUCTURE_VERSION_ID
,      BUSINESS_GROUP_ID
,      POSITION_STRUCTURE_ID
,      DATE_FROM
,      VERSION_NUMBER
,      COPY_STRUCTURE_VERSION_ID
,      DATE_TO
,      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_VERSIONS;

Dependencies

[top of page]

HR.PER_POS_STRUCTURE_VERSIONS does not reference any database object

HR.PER_POS_STRUCTURE_VERSIONS is referenced by following:

SchemaHR
ViewPER_POS_STRUCTURE_VERSIONS#