BI_CLS_BU_VW(SQL View) |
Index Back |
---|---|
BIBusiness Unit Class SecurityBilling Business Unit Class Security |
SELECT DISTINCT OPRID , CLASSID , BUSINESS_UNIT FROM PSROLECLASS C , PSROLEUSER_VW U , PS_SP_BU_BI_CLSVW B WHERE C.ROLENAME = U.ROLENAME AND B.OPRCLASS = C.CLASSID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
2 | CLASSID | Character(30) | VARCHAR2(30) NOT NULL | The name of the class (see PSCLASSDEFN). |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |