ATC_BILL_ADJ_REQ_EVENTS

ATC_BILL_ADJ_REQ_EVENTS stores the events adjusted as part of an adjustment request

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_BILL_ADJ_REQ_EVENTS_PK

BILL_ADJ_REQ_EVENTS_ID

Columns

Name Datatype Length Precision Not-null Comments
BILL_ADJ_REQ_EVENTS_ID NUMBER 18 Yes ID: the auto-generated uniquely identifying key value.
BILL_ADJ_REQ_ID NUMBER 18 Yes Foreign Key. Refers to ATC_BILL_ADJUSTMENT_REQ. The parent adjustment request.
BILL_ADJ_REQ_EVENTS_NUMBER VARCHAR2 30 Yes PUID: Unique reference number
EXTERNAL_BILL_EVENT_ID VARCHAR2 300 Identifier of the bill event adjusted
EXTERNAL_BILL_EVENT_NUM VARCHAR2 300 Alternate Identifier of the bill event adjusted
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ATC_ADJ_BILL_REQ_EVENTS_N1 Non Unique Default BILL_ADJ_REQ_ID
atc_bill_adj_req_events_PK Unique Default BILL_ADJ_REQ_EVENTS_ID
atc_bill_adj_req_events_U1 Unique Default BILL_ADJ_REQ_EVENTS_NUMBER