RC_CASEWPRG_VW

(SQL View)
Index Back

View for cases with provider

View for cases with provider group

SELECT A.BUSINESS_UNIT , A.CASE_ID , A.PROVIDER_GRP_ID ,B.RC_MANAGER FROM PS_RC_CASE A , PS_RF_PROVIDER_GRP B WHERE A.PROVIDER_GRP_ID=B.PROVIDER_GRP_ID AND B.SETID= ( SELECT C.SETID FROM PS_SET_CNTRL_REC C WHERE C.SETCNTRLVALUE = A.BUSINESS_UNIT AND C.RECNAME = 'RF_PROVIDER_GRP')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 CASE_ID Number(15,0) DECIMAL(15) NOT NULL Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
3 PROVIDER_GRP_ID Character(10) VARCHAR2(10) NOT NULL Identification number for the provider group.
4 RC_MANAGER Character(15) VARCHAR2(15) NOT NULL Call Center Manager. Used in call center business unit setup.