[Home] [Help]
[Dependency Information]
Object Name: | PER_PERSON_LIST |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PER_PERSON_LIST holds the list of people that a specific secure user
can access. This list is created and maintained by the PERSLM
security process using the security profile definition where
it contains restricting criteria. The list shows people currently assigned,
(since the last date PERLSM was run), to the organizations, positions, payrolls
and any other custom attributes identified by the security profile.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PER_PERSON_LIST_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PER_PERSON_LIST_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PER_PERSON_LIST_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PER_PERSON_LIST_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Table | |
Foreign Table | Foreign Key Column | PER_PERSON_LIST | ![]() |
![]() |
PER_PERSON_LIST SECURITY_PROFILE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SECURITY_PROFILE_ID | NUMBER | (15) | Foreign key to PER_SECURITY_PROFILES. | |
PERSON_ID | NUMBER | (10) | Yes | Foreign key to PER_PEOPLE. |
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. | ||
GRANTED_USER_ID | NUMBER | (15) | Foreign key to FND_USER. |
Cut, paste (and edit) the following text to query this object:
SELECT SECURITY_PROFILE_ID
, PERSON_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, GRANTED_USER_ID
FROM HR.PER_PERSON_LIST;
HR.PER_PERSON_LIST does not reference any database object
HR.PER_PERSON_LIST is referenced by following:
|
|
|