SP_SET_CT_OPRVW(SQL View) |
Index Back |
---|---|
AP Contract SetidAP Contract SetID operator view |
SELECT DISTINCT d.oprid , b.setid , c.descr FROM PS_BUS_UNIT_TBL_AP a , ps_set_cntrl_group b , ps_setid_tbl c , ps_sec_setid_opr d WHERE a.business_unit = b.setcntrlvalue AND b.setid = c.setid AND b.setid = d.setid |
# | 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 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |