GPCN_ASSIGN_VW(SQL View) |
Index Back |
---|---|
AssigneesThis is the view that will be used to query all the assignees who has the role �GPCN Payroll Approval�. |
SELECT A.OPRID , A.EMPLID , A.DESCR FROM PS_ROLEXLATOPR A , PSROLEUSER B WHERE B.ROLENAME = 'GPCN Payroll Approver' AND A.ROLEUSER = B.ROLEUSER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |