TL_SRCH_RPTD_VW(SQL View) |
Index Back |
---|---|
Reported TimeReported Elapsed and Reported Punch time storage. Punch Time Storage Punch Type = '0' for elapsed Dur = Local time zone Date for Punch time Time = Local time zone Time for Punch time Punch Dttm = Base time zone Punch Date time for Punch time |
SELECT EMPLID ,EMPL_RCD ,DUR ,SEQ_NBR ,%CAST(DUR , DATE , CHARACTER) FROM PS_TL_RPTD_TIME |
# | 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 Record |
3 | DUR | Date(10) | DATE NOT NULL | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
4 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
5 | DATE_TIME_STRING | Character(22) | VARCHAR2(22) NOT NULL | Submitted On |