TL_PCHTIME_VW(SQL View) |
Index Back |
---|---|
Reported Punch TimeThis table contains reported punch time. |
SELECT A.EMPLID ,A.EMPL_RCD ,A.DUR ,A.PUNCH_DTTM ,A.PUNCH_TYPE ,A.TIMEZONE ,A.TRC ,A.TL_QUANTITY FROM PS_TL_RPTD_TIME A WHERE A.PUNCH_TYPE <> '0' |
# | 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 | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
4 | PUNCH_DTTM | DateTime(26) | TIMESTAMP | Date and time when the punch occurred. |
5 | PUNCH_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Global Punch Types
0=Elapsed 1=In 2=Out 3=Meal 4=Break 5=Transfer |
6 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL |
Time Zone
Prompt Table: PSTIMEZONE |
7 | TRC | Character(5) | VARCHAR2(5) NOT NULL | Time Reporting Code used to report time in Time and Labor |
8 | TL_QUANTITY | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | This field represents the measure of Work in hrs,amount etc., |