RC_CASE_BI_ERR

(SQL Table)
Index Back

Case Contract/Billing Error

Record to store the Error details returned from Contract Response Message.

# 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 MESSAGE_SET_NBR Number(5,0) INTEGER NOT NULL Message Set Number. This field refers to the Message Set Number in the Message Catalog.
4 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.
5 MESSAGE_TEXT Character(100) VARCHAR2(100) NOT NULL Message Text This field refers to the Text for a particular Message Number in the Message Catalog.
6 MESSAGE_PARM1 Character(30) VARCHAR2(30) NOT NULL Message Parameter 1
7 MESSAGE_PARM2 Character(30) VARCHAR2(30) NOT NULL Message Parameter 2
8 MESSAGE_PARM3 Character(30) VARCHAR2(30) NOT NULL Message Parameter 3
9 MESSAGE_PARM4 Character(30) VARCHAR2(30) NOT NULL Message Parameter 4
10 MESSAGE_PARM5 Character(30) VARCHAR2(30) NOT NULL Message Parameter 5
11 MESSAGE_PARM6 Character(30) VARCHAR2(30) NOT NULL Message Parameter 6 to be used in the Response from Contracts
12 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
13 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
14 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
15 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
16 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
17 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time