RC_CASEPRG_VW(SQL View) |
Index Back |
---|---|
View for cases with providerView for cases with provider group |
SELECT BUSINESS_UNIT , CASE_ID , PROVIDER_GRP_ID ,RC_MANAGER FROM PS_RC_CASEWPRG_VW UNION SELECT BUSINESS_UNIT , CASE_ID , PROVIDER_GRP_ID ,RC_MANAGER FROM PS_RC_CASENPRG_VW |
# | 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. |