SP_BURC02_NONVW(SQL View) |
Index Back |
---|---|
HelpDesk BU'sSecurity view used by call center to get all business units registered on support cases which exist on Business unit definition for call center and field service. |
SELECT DISTINCT A.BUSINESS_UNIT , C.DESCR FROM PS_BUS_UNIT_TBL_RC A , PS_BUS_UNIT_RC_DEF B , PS_BUS_UNIT_TBL_FS C WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT AND B.PNLGRPNAME = 'RC_CASE' AND B.DISP_TMPL_FAM_CD = 'RC_HELPDESK' AND A.BU_STATUS = '1' AND C.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 |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |