SP_BU3RC_CLSVW(SQL View) |
Index Back |
---|---|
Call Center Business Units ClsSecurity View - Call Center Business Units by Permission List |
SELECT B.OPRCLASS , A.BUSINESS_UNIT , A.BUSINESS_UNIT %Concat ' - ' %Concat %Substring(C.DESCR,1,22) , C.DESCRSHORT FROM PS_BUS_UNIT_TBL_RC A , PS_SEC_BU_CLS B , PS_BUS_UNIT_TBL_FS 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 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |