TL_SRCH_TLSECR(SQL View) |
Index Back |
---|---|
Time and Labor SecurityTime and Labor Group security |
SELECT B.ROWSECCLASS , A.EMPLID , A.EMPL_RCD ,G.DUR ,G.SEQ_NBR FROM PS_TL_GROUP_DTL A , PS_TL_GRP_SECURITY B ,PS_TL_RPTD_TIME G WHERE A.TL_GROUP_ID = B.TL_GROUP_ID AND G.EMPLID = A.EMPLID AND G.EMPL_RCD = A.EMPL_RCD AND G.DUR BETWEEN %DateAdd(%CurrentDateIn,-91) AND %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CLASSID | Character(30) | VARCHAR2(30) NOT NULL | The name of the class (see PSCLASSDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
4 | DUR | Date(10) | DATE | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
5 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |