RS_WRKR_REGION(SQL View) |
Index Back |
---|---|
Worker Region view |
SELECT B.EMPLID , B.REGION_CD FROM %Table(RS_WRKR_ELGBL_V) A , %Table(RS_WORKER_TBL) 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 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL | Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to. |