HRS_RCMJOBSTS_I(SQL View) |
Index Back |
|---|---|
Recruitment Job Status ViewThis is the interface view for the base table HRS_RCMJOB_STTS. This view should be used in place of the base table when being accessed outside of the Applicant Tracking module. |
| SELECT A.HRS_PERSON_ID ,A.HRS_RCMNT_ID ,A.JOBCODE ,A.HRS_REC_STS_SEQ ,A.HRS_REC_JOB_STTS ,A.HRS_STTS_RSN ,A.HRS_STTS_DT ,%subrec(HRS_AUDIT_SBR,A) FROM PS_HRS_RCM_JOB_STS A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Person Id | |
| 2 | Number(15,0) | DECIMAL(15) NOT NULL | App Tracking Recruitment ID | |
| 3 | Character(6) | VARCHAR2(6) NOT NULL | Job Code | |
| 4 | HRS_REC_STS_SEQ | Number(3,0) | SMALLINT NOT NULL | Recruitment Status Sequence |
| 5 | HRS_REC_JOB_STTS | Character(2) | VARCHAR2(2) NOT NULL | Indicates the status of a candidate with respect to a specific job opening job. |
| 6 | HRS_STTS_RSN | Character(3) | VARCHAR2(3) NOT NULL | Identifies a reason associated with a particular status. |
| 7 | HRS_STTS_DT | Date(10) | DATE | Status Date |
| 8 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
| 9 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
| 10 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
| 11 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |