RC_CASE_VW1

(SQL View)
Index Back

Case View for Reports

Case View for Reports. Used in Crsytal Reports.

SELECT A.CASE_ID , A.BUSINESS_UNIT , A.ASSIGNED_TO , B.SETID , A.DEPTID FROM PS_RC_CASE A , PS_SET_CNTRL_REC B WHERE B.SETCNTRLVALUE = A.BUSINESS_UNIT AND B.RECNAME = 'DEPT_TBL'

# 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.
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 ASSIGNED_TO Character(15) VARCHAR2(15) NOT NULL This is a field to store assignment information.
4 SETID_DEPT Character(5) VARCHAR2(5) NOT NULL Department SetID
5 DEPTID Character(15) VARCHAR2(15) NOT NULL Department