TL_SRCH_PDEL_VW(SQL View) |
Index Back |
---|---|
Delete View for Srch IdxFetches the deleted payable time for use in payable time Srch Index |
SELECT A.EMPLID , A.EMPL_RCD , A.DUR , A.SEQ_NBR , B.TL_CURRENCY_CD , A.LASTUPDDTTM FROM PS_TL_SRCH_PAY_DEL A , PS_TL_SRCH_CRCD_VW B |
# | 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 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
5 | TL_CURRENCY_CD | Character(15) | VARCHAR2(15) NOT NULL | Currency Code |
6 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |