HRS_HIRE_PRB

(SQL View)
Index Back

Contract Info for Applicant

Contract Data - Hire Integration

SELECT B.EMPLID , A.CONTRACT_NUM , A.PROBATION_DT , A.PROBATN_REASON , B.HRS_HIRE_SEQ FROM PS_HRS_APP_CNTRACT A , PS_HRS_HIRE B WHERE A.HRS_PERSON_ID = B.HRS_PERSON_ID AND A.PROBATION_DT IS NOT NULL

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 CONTRACT_NUM Character(25) VARCHAR2(25) NOT NULL Contract Number
3 PROBATION_DT Date(10) DATE Probation Date
4 PROBATN_REASON Character(2) VARCHAR2(2) NOT NULL New Probation Reason
01=Unsatisfactory Performance
02=New Date Needed
5 HRS_HIRE_SEQ Number(10,0) DECIMAL(10) NOT NULL Hire Sequence ID