CJM_CLAIM_LINES_UTIL_ALL
This table will be populated only for promotional claims and will contain details about earnings associated with claim lines. Data from this table serves as a source for claim settlement accounting.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CJM_CLM_LINES_UTIL_PK |
CLAIM_LINE_UTIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CLAIM_LINE_UTIL_ID | NUMBER | 18 | Yes | Unique identifier of the claim line utilization. | |
| 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 | Yes | Identifier for the claim line record. | |
| UTILIZATION_ID | NUMBER | 18 | Yes | Identifier for the utilization record. | |
| ASSOCIATION_ID | NUMBER | 18 | Indicates the identifier of the association record from cjm_claim_associations_all | ||
| AMOUNT | NUMBER | Amount associated to a line from utilization in claim currency. | |||
| CURRENCY_CODE | VARCHAR2 | 15 | Currency Code of the claim in which payment is made. | ||
| EXCHANGE_RATE_TYPE | VARCHAR2 | 30 | Type of exchange rate used to convert foreign currency payments. | ||
| EXCHANGE_RATE_DATE | DATE | The date when the exchange occurred. | |||
| EXCHANGE_RATE | NUMBER | The exchange rate between claim currency and functional currency. | |||
| ACCTD_AMOUNT | NUMBER | Amount associated to a line in functional currency. | |||
| BU_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| UTIL_CURR_AMOUNT | NUMBER | Amount associated to a line in utilization currency. | |||
| UTILIZED_ACCTD_AMOUNT | NUMBER | Actual amount utilized by the line in functional currency. | |||
| PROGRAM_AMOUNT | NUMBER | Indicates the amount associated to the claim line in channnel program currency. | |||
| FXGL_ACCTD_AMOUNT | NUMBER | Indicates the Foreign Exchange Gain Loss amount in functional currency. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CJM_CLAIM_LINES_UTIL_ALL_N1 | Non Unique | Default | CLAIM_LINE_ID |
| CJM_CLAIM_LINES_UTIL_ALL_N2 | Non Unique | Default | ASSOCIATION_ID |
| CJM_CLAIM_LINES_UTIL_ALL_N3 | Non Unique | Default | UTILIZATION_ID |
| CJM_CLAIM_LINES_UTIL_ALL_U1 | Unique | Default | CLAIM_LINE_UTIL_ID |