HRS_PROF_SEC_VW(SQL View) |
Index Back |
---|---|
Applicant Profile InterfaceThis Interface view is to retrieve all the applicant profiles. |
SELECT A.HRS_PERSON_ID ,A.HRS_PROFILE_SEQ ,B.OPRID FROM PS_HRS_APP_PROFILE A , PS_HRS_APP_SEC_VW B WHERE A.HRS_PERSON_ID = B.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). |