CBR_PRNT_PAR_V1(SQL View) |
Index Back |
---|---|
COBRA Re-print Partc-EmplidUsed by COBRA Re-print panel to return employee IDs for the print list. |
SELECT DISTINCT a.emplid ,b.name FROM ps_cbr_partic a , PS_PERSONAL_DT_FST b WHERE a.emplid=b.emplid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |