HRS_APP_SEC_VW(SQL View) |
Index Back |
---|---|
RS Applicant Security ViewThis view is used by Recruiting Solutions to implement row level security for applicants. This view filters what applicants a user may access based on the configuration present. |
SELECT APP.HRS_PERSON_ID , APP.APP_PER_STATUS ,OPR.OPRID FROM PS_HRS_APPLICANT APP ,PSOPRDEFN OPR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | APP_PER_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Identifies the type of applicant - External Applicant, Employee or Non-Employee
A=External Applicant E=Employee N=Non-Employee |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |