GPCH_CONTRCT_VW

(SQL View)
Index Back

Active Contracts View

View linking Contract Data and Type of Contract per effective date;

SELECT A.EMPLID ,A.CONTRACT_NUM ,A.EFFDT ,A.CONTRACT_TYPE ,B.CONTRACT_BEGIN_DT ,B.CONTRACT_END_DT ,B.CONTRCT_EXP_END_DT ,B.CONTRACT_STATUS FROM PS_WKF_CNT_TYPE A , PS_CONTRACT_DATA B WHERE A.EMPLID = B.EMPLID AND A.CONTRACT_NUM=B.CONTRACT_NUM

# 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 EFFDT Date(10) DATE Effective Date

Default Value: %date

4 CONTRACT_TYPE Character(3) VARCHAR2(3) NOT NULL Contract Type
5 CONTRACT_BEGIN_DT Date(10) DATE Contract Begin Date
6 CONTRACT_END_DT Date(10) DATE Contract End Date
7 CONTRCT_EXP_END_DT Date(10) DATE Contract Expected End Date
8 CONTRACT_STATUS Character(1) VARCHAR2(1) NOT NULL Contract Status - The values 'N - N/A' and 'P - Pending' are suppressed from release 8.
A=Active
I=Inactive