EM_APBUY_SRC_VW(SQL View) |
Index Back |
---|---|
AP Buyer Security View.View of AP business units a user has access to based on BU/Oprid security. |
SELECT B.OPRID , A.BUSINESS_UNIT , C.DESCR FROM PS_BUS_UNIT_TBL_AP A , PS_SEC_BU_OPR B , PS_BUS_UNIT_TBL_FS C WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND C.BUSINESS_UNIT = A.BUSINESS_UNIT |
# | 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 |