[Home] [Help]
[Dependency Information]
| Object Name: | PER_POS_STRUCTURE_VERSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
POS_STRUCTURE_VERSION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_POS_STRUCTURE_VERSIONS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
POS_STRUCTURE_VERSION_ID
|
| PER_POS_STRUCTURE_VERSIONS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUSINESS_GROUP_ID
|
| PER_POS_STRUCTURE_VERSIONS_FK2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
POSITION_STRUCTURE_ID
|
| Table | |
Foreign Table | Foreign Key Column | PER_POS_STRUCTURE_VERSIONS | ![]() |
HR_ALL_ORGANIZATION_UNITS
|
PER_POS_STRUCTURE_VERSIONS BUSINESS_GROUP_ID | PER_POS_STRUCTURE_VERSIONS | ![]() |
PER_POSITION_STRUCTURES
|
PER_POS_STRUCTURE_VERSIONS POSITION_STRUCTURE_ID |
GHR_MASS_TRANSFERS
|
![]() |
PER_POS_STRUCTURE_VERSIONS | GHR_MASS_TRANSFERS OLD_POS_STRUCTURE_VERSION_ID |
PER_POS_STRUCTURE_ELEMENTS
|
![]() |
PER_POS_STRUCTURE_VERSIONS | PER_POS_STRUCTURE_ELEMENTS POS_STRUCTURE_VERSION_ID |
PQH_ROUTING_HISTORY
|
![]() |
PER_POS_STRUCTURE_VERSIONS | PQH_ROUTING_HISTORY POS_STRUCTURE_VERSION_ID |
|---|
| 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 |
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;
HR.PER_POS_STRUCTURE_VERSIONS does not reference any database object
HR.PER_POS_STRUCTURE_VERSIONS is referenced by following:
HR
PER_POS_STRUCTURE_VERSIONS#
|
|
|
|