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


TABLE: HR.PER_PERSON_LIST_CHG_ARCH

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


Archive table to hold content of PER_PERSON_LIST_CHANGES on upgrade.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (10) Yes Foreign key to PER_PEOPLE.
SECURITY_PROFILE_ID NUMBER (15) Yes Foreign key to PER_SECURITY_PROFILES.
INCLUDE_FLAG VARCHAR2 (30)
Include person in person list Y/N.
TERMINATION_FLAG VARCHAR2 (30)
Y if the person is in this list because they are terminated.
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.
Query Text

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


SELECT PERSON_ID
,      SECURITY_PROFILE_ID
,      INCLUDE_FLAG
,      TERMINATION_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM HR.PER_PERSON_LIST_CHG_ARCH;

Dependencies

[top of page]

HR.PER_PERSON_LIST_CHG_ARCH does not reference any database object

HR.PER_PERSON_LIST_CHG_ARCH is referenced by following:

SchemaAPPS
SynonymPER_PERSON_LIST_CHG_ARCH
SchemaPUBLIC
SynonymPER_PERSON_LIST_CHG_ARCH