SP_BURC03_CLSVW(SQL View) |
Index Back |
---|---|
Self-Service Support BU'sSelf-Service Support Business Units. All Verticals. SVC002 - 6/28/2012 - ADDED RC_CASE_SS |
SELECT DISTINCT D.OPRCLASS , A.BUSINESS_UNIT , A.RC_DESCR_SS FROM PS_BUS_UNIT_TBL_RC A , PS_BUS_UNIT_RC_DEF B , PS_SEC_BU_CLS D WHERE D.BUSINESS_UNIT = A.BUSINESS_UNIT AND B.BUSINESS_UNIT = A.BUSINESS_UNIT AND (B.PNLGRPNAME = 'RC_CASE_SW_SS_RPT' OR B.PNLGRPNAME = 'RC_CASE_SS') AND A.BU_STATUS = '1' AND A.RC_DESCR_SS <> ' ' |
# | 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 | RC_DESCR_SS | Character(30) | VARCHAR2(30) NOT NULL | Description to be shown on Self-Service Pages |