RC_CASE_DUMMY_V

(SQL View)
Index Back

Case Dummy View

This is used for Case CI to pass in DISP_TMPL_ID. Display template id is passed in as URL for on line, and for CI, it can only be passed in from create keys if the field is a key field. Since DISP_TMPL_ID is not a key in RC_CASE, we are creating this dummy view to have DISP_TMPL_ID as a key.

SELECT CASE_ID , BUSINESS_UNIT , DISP_TMPL_FAM_CD FROM %Table(RC_CASE) WHERE CASE_ID = 1

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.

Default Value: 999999999999999

2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_RC_NONVW

3 DISP_TMPL_FAM_CD Character(30) VARCHAR2(30) NOT NULL Display Template Family Code