CJM_SETTING_VALUES

CJM_SETTING_VALUES contains details of the values of Channel Revenue Management settings.

Details

  • Schema: FUSION

  • Object owner: CJM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CJM_SETTING_VALUES_PK

SETTING_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
SETTING_VALUE_ID NUMBER 18 Yes Unique identifier for the value of the channel setting created in the application.
SETTING_ID NUMBER 18 Yes Unique identifier for the channel setting created in the application.
SETTING_VALUE_GUID VARCHAR2 64 Unique identifier generated for the value of the channel setting.
VALUE_CODE VARCHAR2 240 Yes Unique identifier for the value of the setting.
SETTING_VALUE_CODE VARCHAR2 30 Yes Indicates the value for the channel setting.
BU_ID NUMBER 18 Indicates the identifier of the business unit associated with the row.
ENABLED_FLAG VARCHAR2 1 Yes Indicates whether the setting value is enabled or not.
OWNER_USER_ID NUMBER 18 Indicates the value for the Claim Owner or Write-off Reviewer before data migration.
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_SETTING_VALUES cjm_settings_b SETTING_ID

Indexes

Index Uniqueness Tablespace Columns
CJM_SETTING_VALUES_U1 Unique Default SETTING_VALUE_ID
CJM_SETTING_VALUES_U2 Unique Default SETTING_ID, BU_ID, SETTING_VALUE_CODE