RC_CASE_DIS_HST

(SQL Table)
Index Back

Case extension table (Dispute)

Case extension table for capturing details for dispute case.

  • Parent record: RC_CASE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PSARCH_ID Character(8) VARCHAR2(8) NOT NULL Archive ID (see PSARCHTEMPLATE).
    2 PSARCH_BATCHNUM Number(30,0) DECIMAL(30) NOT NULL Archive Batch Number
    3 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

    4 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    5 RBTDISPTYPE Character(4) VARCHAR2(4) NOT NULL Dispute Type
    ACBL=Balance Dispute
    ACCT=Account
    ACUS=Usage Dispute
    EVNT=Bill Event
    ITM=Bill Item
    6 RBTBILLID Character(15) VARCHAR2(15) NOT NULL Bill Id
    7 RBTBILLITEMID Character(15) VARCHAR2(15) NOT NULL Bill Item Id
    8 RBTEVENTID Character(15) VARCHAR2(15) NOT NULL Event Id
    9 RBTADJTYPE Character(4) VARCHAR2(4) NOT NULL Adjustment Type
    CRED=Credit
    DEBT=Debit

    Default Value: CRED

    10 RBTAMTADJ Number(9,2) DECIMAL(8,2) NOT NULL amt adj
    11 RBTRESOURCETYPE Character(4) VARCHAR2(4) NOT NULL Resource Type
    EUM=EUM
    KW=Kw
    KWH=Kwh
    MINS=Minutes
    THER=Therms
    USD=Dollars

    Default Value: USD

    12 RBTDISPUTEAMT Number(9,2) DECIMAL(8,2) NOT NULL Dispute Amount
    13 RBTDISPREASON Character(4) VARCHAR2(4) NOT NULL Dispute Reason
    BR2=Incorrect Balance
    DR1=Billing Error
    RB3=Others
    14 RBTDISPSTATUS Character(4) VARCHAR2(4) NOT NULL rbtdispstatus
    APR=Approved
    DEN=Denied
    HLD=Hold
    PEN=Pending

    Default Value: PEN

    15 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254
    16 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    17 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    18 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    19 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    20 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.
    21 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time