AR_CMGT_CREDIT_DATA_INT

This table contains the imported credit data.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

AR_CMGT_CREDIT_DATA_INT_PK

CREDIT_DATA_ID

Columns

Name Datatype Length Precision Not-null Comments
CREDIT_DATA_ID NUMBER 18 Yes Credit data unique identifer.
DATA_POINT_ID NUMBER 18 Data point unique identifier.
PARTY_ID NUMBER 18 Unique party identifier of the customer.
CUST_ACCOUNT_ID NUMBER 18 Unique identifier of the customer account.
DATA_POINT_VALUE_CHAR VARCHAR2 240 Value for data points of VARCHAR2 type.
DATA_POINT_VALUE_NUM NUMBER Value for data points of NUMBER type.
DATA_POINT_VALUE_DATE DATE Value for data points of DATE type.
CURRENCY_CODE VARCHAR2 15 Currency code for data points of NUMBER type.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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_FROM_CODE VARCHAR2 30 This column identifies whether data point values are populated from REST service or FBDI.

Indexes

Index Uniqueness Tablespace Columns
AR_CMGT_CREDIT_DATA_INT_U1 Unique Default CREDIT_DATA_ID