TL_URPT_EXCP_VW(SQL View) |
Index Back |
---|---|
Unprocessed TIme w/ExceptionsUsed in Unprocessed Reported Time Component |
SELECT DISTINCT A.EMPLID , A.EMPL_RCD , A.DUR , A.TRC , A.REPORTED_STATUS , A.TL_QUANTITY FROM PS_TL_RPTD_TIME A WHERE EXISTS ( SELECT 'X' FROM PS_TL_EXCEPTION B WHERE A.EMPLID = B.EMPLID AND A.EMPL_RCD = B.EMPL_RCD AND A.DUR = B.DUR AND B.EXCEPTION_STATUS = 'U' ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Rcd Nbr |
3 | DUR | Date(10) | DATE | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
4 | TRC | Character(5) | VARCHAR2(5) NOT NULL |
Time Reporting Code used to report time in Time and Labor
Prompt Table: TL_TRC_TBL |
5 | REPORTED_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Reported Status
AP=Approved CN=Cancelled DN=Denied IE=In Error NA=Needs Approval NW=New PB=Pushed Back PR=Processed SB=Submitted SV=Saved VD=Voided |
6 | TL_QUANTITY | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | This field represents the measure of Work in hrs,amount etc., |