CJM_XLA_CUSTOMER_CLAIM_HEADERS
This table contains information about the accounting events created as part of the channel customer claims settlement process. Data in this table will serve as extract information for create accounting in General Ledger via Subledger Accounting Architecture.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_XLA_CUSTOMER_CLAIM_HEA_PK |
XLA_CUSTOMER_CLAIM_HEADER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
XLA_CUSTOMER_CLAIM_HEADER_ID | NUMBER | 18 | Yes | Indicates internal identifier for XLA customer claim header. | |
EVENT_TYPE_CODE | VARCHAR2 | 30 | The unique abbreviated name assigned to an event type and used for reporting or in reference to an option. | ||
ENTITY_CODE | VARCHAR2 | 30 | The unique abbreviated name assigned to an entity and used for reporting or in reference to an option. The value will be always CLAIM_SETTLEMENT. | ||
EVENT_ID | NUMBER | 18 | Identifier of the categorization of accounting events that is unique within an application and event class. | ||
CLAIM_ID | NUMBER | 18 | Yes | Indicates the internal identifier for the claim. | |
BU_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated with the row. | |
REVERSAL_FLAG | VARCHAR2 | 1 | Reversal Flag to indicate that this row is created as part of a claim settlement reversal process. | ||
RELATED_EVENT_ID | NUMBER | 18 | If the claim settlement accounting is reversed, then this column will contain the event identifier of the original record, and the event identifier from this row will be populated as the related event identifier of the original record. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CJM_XLA_CUSTOMER_CLAIM_HEAD_U1 | Unique | Default | XLA_CUSTOMER_CLAIM_HEADER_ID |