AR_CMGT_DATA_POINTS_INT
This interface table contains the imported credit data point.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
AR_CMGT_DATA_POINTS_INT_PK |
CREDIT_DATA_INTERFACE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CREDIT_DATA_INTERFACE_ID | NUMBER | 18 | Yes | Credit Data interface identifier. | |
| PARTY_NUMBER | VARCHAR2 | 30 | Yes | Unique identification number for this party. | |
| ACCOUNT_NUMBER | VARCHAR2 | 30 | Unique identification number for the customer account. | ||
| CURRENCY_CODE | VARCHAR2 | 15 | Currency code. | ||
| DATA_POINT_CATEGORY_NAME | VARCHAR2 | 80 | Category name for the data point. | ||
| DATA_POINT_NAME | VARCHAR2 | 80 | Data point name. | ||
| 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. | |||
| INSERT_OR_UPDATE_FLAG | VARCHAR2 | 1 | Mode of insertion to the base table. | ||
| INTERFACE_STATUS_CODE | VARCHAR2 | 30 | Validation status of the record in the interface table. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Yes | Enterprise Service Scheduler: indicates the request ID of the interface load job that created 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_CMGT_DATA_POINTS_INT_N1 | Non Unique | Default | PARTY_NUMBER |
| AR_CMGT_DATA_POINTS_INT_U1 | Unique | Default | CREDIT_DATA_INTERFACE_ID |