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


TABLE: HR.PER_POSITION_LIST

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


PER_POSITION_LIST holds the list of positions that can be accessed by
a specific security profile. This table is populated for a security
profile where VIEW_ALL_ORGANIZATIONS_FLAG = N or the
VIEW_ALL_POSITIONS_FLAG = N. It is refreshed each night by the
Security List Maintenance process, (LISTGEN).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PER_POSITION_LIST_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECURITY_PROFILE_ID
ColumnPOSITION_ID
ColumnUSER_ID
PER_POSITION_LIST_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOSITION_ID
PER_POSITION_LIST_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECURITY_PROFILE_ID
ColumnUSER_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PER_POSITION_LIST PER_POSITION_LIST_FK1 TablePER_SECURITY_PROFILES PER_POSITION_LIST SECURITY_PROFILE_ID
Columns
Name Datatype Length Mandatory Comments
SECURITY_PROFILE_ID NUMBER (15) Yes Foreign key to PER_SECURITY_PROFILES.
POSITION_ID NUMBER (15) Yes Foreign key to PER_ALL_POSITIONS.
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.
USER_ID NUMBER (15)
User Id
Query Text

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


SELECT SECURITY_PROFILE_ID
,      POSITION_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      USER_ID
FROM HR.PER_POSITION_LIST;

Dependencies

[top of page]

HR.PER_POSITION_LIST does not reference any database object

HR.PER_POSITION_LIST is referenced by following:

SchemaAPPS
SynonymPER_POSITION_LIST
SchemaPUBLIC
SynonymPER_POSITION_LIST