CJM_CLAIM_LINES_ACCRUAL_ALL
This table is populated only for promotional customer claims and contains details about earnings associated with claim lines. Data from this table serves as a source for customer claim settlement accounting.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CJM_CLAIM_LINES_ACCRUAL_ALL_PK |
CLAIM_LINE_ACCRUAL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CLAIM_LINE_ACCRUAL_ID | NUMBER | 18 | Yes | Unique identifier of the claim line accrual. | |
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| CLAIM_LINE_ID | NUMBER | 18 | Unique identifier of the claim line record. | ||
| CUSTOMER_ACCRUAL_ID | NUMBER | 18 | Unique identifier of the customer accrual identification record. | ||
| ASSOCIATION_ID | NUMBER | 18 | Indicates the identifier of the association record from the CJM_CLAIM_ASSOCIATIONS_ALL table. | ||
| AMOUNT | NUMBER | Indicates the amount associated with a line from utilization in claim currency. | |||
| CURRENCY_CODE | VARCHAR2 | 15 | Indicates the currency code of the claim used for making the payment. | ||
| EXCHANGE_RATE_TYPE | VARCHAR2 | 30 | Indicates the type of exchange rate used to convert foreign currency payments. | ||
| EXCHANGE_RATE_DATE | DATE | Indicates the date of the exchange. | |||
| EXCHANGE_RATE | NUMBER | Indicates the exchange rate between the claim currency and the functional currency. | |||
| ACCTD_AMOUNT | NUMBER | Indicates the amount associated with a line in functional currency. | |||
| BU_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| ACCRUAL_CURR_AMOUNT | NUMBER | Indicates the amount associated with a line in utilization currency. | |||
| ACCRUAL_ACCTD_AMOUNT | NUMBER | Indicates the actual amount utilized by the line in functional currency. | |||
| PROGRAM_AMOUNT | NUMBER | Indicates the amount associated with the claim line in channel program currency. | |||
| FXGL_ACCTD_AMOUNT | NUMBER | Indicates the Foreign Exchange Gain Loss amount in functional currency. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CJM_CLAIM_LINES_ACCRUAL_ALL_N1 | Non Unique | Default | ASSOCIATION_ID |
| CJM_CLAIM_LINES_ACCRUAL_ALL_U1 | Unique | Default | CLAIM_LINE_ACCRUAL_ID |