RF_AGR_CA_ERROR

(SQL Table)
Index Back

Agreement Contract Error

Record to store the Error details returned from Contract for Agreement Creation

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
2 AGREEMENT_CODE Character(30) VARCHAR2(30) NOT NULL This field represents the agreement code (name) for an agreement
3 AGR_RENEWAL_NUM Number(4,0) SMALLINT NOT NULL This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal)
4 SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence
5 MESSAGE_SET_NBR Number(5,0) INTEGER NOT NULL Message Set Number. This field refers to the Message Set Number in the Message Catalog.
6 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.
7 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.
8 MESSAGE_PARM1 Character(30) VARCHAR2(30) NOT NULL Message Parameter 1
9 MESSAGE_PARM2 Character(30) VARCHAR2(30) NOT NULL Message Parameter 2
10 MESSAGE_PARM3 Character(30) VARCHAR2(30) NOT NULL Message Parameter 3
11 MESSAGE_PARM4 Character(30) VARCHAR2(30) NOT NULL Message Parameter 4
12 MESSAGE_PARM5 Character(30) VARCHAR2(30) NOT NULL Message Parameter 5
13 MESSAGE_PARM6 Character(30) VARCHAR2(30) NOT NULL Message Parameter 6 to be used in the Response from Contracts
14 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
15 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
16 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
17 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
18 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.
19 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time