HRS_APP_PRF_SEC(SQL View) |
Index Back |
---|---|
RS App Profile SecurityThis view is used by Recruiting Solutions to implement row level security for applicant profiles. |
SELECT E.HRS_PERSON_ID , E.HRS_PROFILE_SEQ , SEC.OPRID FROM PS_HRS_APP_PROFILE E ,PS_HRS_APP_SEC_VW SEC WHERE E.HRS_PERSON_ID = SEC.HRS_PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_PROFILE_SEQ | Number(3,0) | SMALLINT NOT NULL | Profile sequece |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |