AR_NOTES

This table is used when correcting credit card errors raised for the transaction by the Automatic Receipt Program.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_NOTES_PK

NOTE_ID

Columns

Name Datatype Length Precision Not-null Comments
NOTE_ID NUMBER Yes Note identifier.
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.
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.
NOTE_TYPE VARCHAR2 30 Yes Type of note
TEXT VARCHAR2 2000 Yes Text of the line
CUSTOMER_CALL_TOPIC_ID NUMBER 18 Not currently used.
CALL_ACTION_ID NUMBER 18 Not currently used.
CUSTOMER_TRX_ID NUMBER 18 Transaction identifier.
CUSTOMER_CALL_ID NUMBER 18 Not currently used.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
AR_NOTES ra_customer_trx_all CUSTOMER_TRX_ID

Indexes

Index Uniqueness Columns
AR_NOTES_N1 Non Unique CUSTOMER_CALL_TOPIC_ID
AR_NOTES_N3 Non Unique CUSTOMER_TRX_ID
AR_NOTES_U1 Unique NOTE_ID
AR_NOTES_N2 Non Unique CALL_ACTION_ID
AR_NOTES_N4 Non Unique CUSTOMER_CALL_ID