ZCH_SETUP_VALIDATIONS

This table store the validation results for Customer Data Management configuration setting.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_SETUP_VALIDATIONS_PK

SETUP_VALIDATION_ID

Columns

Name Datatype Length Precision Not-null Comments
SETUP_VALIDATION_ID NUMBER 18 Yes System generated primary key of this record.
PROCESS_ID NUMBER 18 Yes Identifier for validation report submission process.
VALIDATION_RULE_CODE VARCHAR2 30 Yes Validation rule for Customer Data Management configuration settings. Refer lookup table, for type ORA_ZCH_SETUP_VALIDATIONS, to view all supported lookup values.
SEVERITY_LEVEL VARCHAR2 30 Yes Validation severity for Customer Data Management configuration settings. Refer lookup table, for type ORA_ZCH_SETUP_SEVERITY, to view all supported lookup values. Possible values: ORA_ZCH_SEVERITY_WARNING, ORA_ZCH_SEVERITY_URGENT, ORA_ZCH_SEVERITY_INFORMATION.
RECOMMENDATION VARCHAR2 100 Yes Recommendation messages shown to customer to guide them to fix the reported configuration issue.
MESSAGE_TOKEN VARCHAR2 250 Store message token value if message has token.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
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.
VALIDATION_STATUS VARCHAR2 1 Store evaluation status of the validation result.

Indexes

Index Uniqueness Tablespace Columns
ZCH_SETUP_VALIDATIONS_N1 Non Unique Default PROCESS_ID
ZCH_SETUP_VALIDATIONS_U1 Unique Default SETUP_VALIDATION_ID