EX_ADJ_SRCH_VW(SQL View) |
Index Back |
|---|---|
Time Adjustment Search View |
| SELECT c.authorized_oprid , a.time_sheet_id , b.name , a.emplid , a.period_end_dt FROM ps_ex_time_hdr a , ps_personal_data b , PS_EX_EE_AUTH_TBL c WHERE a.time_sheet_status = 'SUB' AND b.emplid = a.emplid AND c.emplid = a.emplid |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Time Sheet Unique Identifier (System Generated) | |
| 3 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
| 4 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: EX_EE_AUTH_VW |
| 5 | PERIOD_END_DT | Date(10) | DATE | Represents the date termination point for a given time set utilized in cash worksheet processing. |