EM_BUDAGREE2_VW(SQL View) |
Index Back |
---|---|
BUs that have an agreement |
SELECT DISTINCT sec.oprid , ag.setid , S.descr FROM PS_EM_AGREEMENT ag , ps_sec_bu_opr sec , ps_vendor v , PS_SETID_TBL S WHERE sec.business_unit = ag.setid AND v.setid = ag.vendor_setid AND v.vendor_id = ag.vendor_id AND v.vendor_status = 'A' AND AG.SETID = S.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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |