RC_CASEPRIO_VW(SQL View) |
Index Back |
---|---|
View for cases with priorityView for cases keyed by business unit, case id, and priority of the case. |
SELECT BUSINESS_UNIT , CASE_ID , RC_PRIORITY ,RC_SHORT_DESCR FROM PS_RC_CASEWPRIO_VW UNION SELECT BUSINESS_UNIT , CASE_ID , RC_PRIORITY ,RC_SHORT_DESCR FROM PS_RC_CASENPRIO_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 | RC_PRIORITY | Character(5) | VARCHAR2(5) NOT NULL | Case Priority |
4 | RC_SHORT_DESCR | Character(20) | VARCHAR2(20) NOT NULL | Short Description. Used on may CallCenter set-up tables |