CJM_XLA_CLAIM_HEADERS
This table contains information about the accounting events created as part of channel claims settlement process. Data in this table will serve as extract information for create accounting in General Ledger via Subledger Accounting Architechure.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_XLA_CLAIM_HEADERS_PK |
XLA_CLAIM_HEADER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
XLA_CLAIM_HEADER_ID | NUMBER | 18 | Yes | Indicates internal identifier for XLA Claim header | |
EVENT_TYPE_CODE | VARCHAR2 | 30 | Unique abbreviated name assigned to an event type and used for reporting or in reference to an option. | ||
ENTITY_CODE | VARCHAR2 | 30 | Unique abbreviated name assigned to an entity and used for reporting or in reference to an option.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 | Indicates the internal identifier for the claim | ||
BU_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
REVERSAL_FLAG | VARCHAR2 | 1 | Reversal Flag to indicate this row is created as part of a claim settlement reversal process | ||
RELATED_EVENT_ID | NUMBER | 18 | If claim settlement accounting is reversed, this column will contain the event identifier of the original record and event identifier from this row will be poplated as the related event identifier of 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
cjm_xla_claim_lines | cjm_xla_claim_headers | XLA_CLAIM_HEADER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CJM_XLA_CLAIM_HEADERS_N1 | Non Unique | Default | EVENT_TYPE_CODE, EVENT_ID, CLAIM_ID |
CJM_XLA_CLAIM_HEADERS_U1 | Unique | Default | XLA_CLAIM_HEADER_ID |