EM_LOCL_BU_VW(SQL View) |
Index Back |
---|---|
Local Adm. BU PermissionsMarketPay Security This SQLview is used as a prompt table behind BUs in the Buyer Security page.This list is retreived from PS_SEC_BU_OPR, where the Host or System Administrator has entered the Seller Administrator's Business Unit Permissions from Administer Security, Use, Unit Security by User ID. RSR Replaced ROWSECCLASS w/ OPRID Need to test references. |
SELECT DISTINCT A.BUSINESS_UNIT ,A.OPRID ,B.DESCR FROM PS_SEC_BU_OPR A ,PS_BUS_UNIT_TBL_FS B WHERE A.BUSINESS_UNIT =B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: BUS_UNIT_TBL_AP |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |