EM_LOCL_BU_LGVW(SQL View) |
Index Back |
---|---|
Local Adm. BU Permissions LangMarketPay Security - Related Language View of EM_LOCL_BU_LGVW 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 , C.LANGUAGE_CD , C.DESCR FROM PS_SEC_BU_OPR A , PS_BUS_UNIT_TBL_FS B , PS_BUS_UNIT_LANG C WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.BUSINESS_UNIT = C.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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |