EX_TIME_PPDT_VW(SQL View) |
Index Back |
---|---|
Past Period End Date ViewMKP-Past Period End Date View for Date Centric Time Adjustments |
SELECT EMPLID ,PERIOD_END_DT , VERSION_NUM ,TIME_SHEET_ID ,TIME_SHEET_STATUS FROM PS_EX_TIME_HDR WHERE POST_STATUS_EX = 'P' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | PERIOD_END_DT | Date(10) | DATE NOT NULL | Represents the date termination point for a given time set utilized in cash worksheet processing. |
3 | VERSION_NUM | Number(3,0) | SMALLINT NOT NULL | Version Number |
4 | TIME_SHEET_ID | Character(10) | VARCHAR2(10) NOT NULL | Time Sheet Unique Identifier (System Generated) |
5 | TIME_SHEET_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Time Sheet Status
ADJ=Adjusted APR=Approved DEN=Denied DNA=Denied by Approver DNU=Denied by Project Manager HDA=Hold by Approver HDU=Hold by Project Manager HLD=Hold MFS=Marked for Submit PAR=Approvals in Process PND=Pending PRO=In Process SFA=Submission in Process SUB=Submitted for Approval XML=Submitted, Pending Validation |