CJM_CLAIM_TYPE_BU_MAPPINGS_ALL

This table contains mapping of the claim type to business units.

Details

  • Schema: FUSION

  • Object owner: CJM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CJM_CLAIM_TYPE_BU_MAPPINGS_PK

CLAIM_TYPE_BU_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
CLAIM_TYPE_BU_MAPPING_ID NUMBER 18 Yes Unique identifier for the mapping of the claim type to business units.
CLAIM_TYPE_ID NUMBER 18 Yes Unique identifier for the claim type created in the application.
BU_MAPPING_CODE VARCHAR2 240 Yes A unique identifier for code associated with mapping of the claim type to business units. Values are from the business unit selected or are specified by the user.
BU_MAPPING_GUID VARCHAR2 64 Unique identifier generated for the mapping of the claim type to business units.
BU_ID NUMBER 18 Yes Identifier of the business unit associated to the row.
DED_RCPT_WO_RCV_TRX_ID NUMBER 18 Identifier for the receivable activity associated with deduction receipt write-offs.
OPM_RCPT_WO_RCV_TRX_ID NUMBER 18 Identifier for the receivable activity associated with overpayment receipt write-offs.
INV_DED_WO_ADJ_RCV_TRX_ID NUMBER 18 Identifier for the receivable activity associated with invoice deduction write-off adjustments.
INV_OPM_WO_ADJ_RCV_TRX_ID NUMBER 18 Identifier for the receivable activity associated with invoice overpayment write-off adjustments.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CJM_CLAIM_TYPE_BU_MAPPINGS_ALL cjm_claim_types_b CLAIM_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
CJM_CLAIM_TYPE_BU_MAPPINGS_U1 Unique Default CLAIM_TYPE_BU_MAPPING_ID
CJM_CLAIM_TYPE_BU_MAPPINGS_U2 Unique Default CLAIM_TYPE_ID, BU_ID