ACA_MD_CRITERIA_CONDITION

This table stores the metadata for rules.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_MD_CRITERIA_CONDITION_PK

CRITERIA_CONDITION_ID

Columns

Name Datatype Length Precision Not-null Comments
CRITERIA_CONDITION_ID NUMBER 18 Yes This is the primary key for Rules metadata. As an internal ID used to uniquely identify the object, its values are governed by the global Fusion sequence generator.
CRITERIA_ID NUMBER 18 Yes The Criteria ID for the Au Rule. Foreign key to ACA_MD_CRITERIA.CRITERIA_ID.
ATTRIBUTE_TYPE VARCHAR2 30 Yes Attribute Type for the Au Rule.
ATTRIBUTE_INTERNAL_NAME VARCHAR2 80 Yes Attribute internal Name for the Au Rule.
IF_EXPRESSION VARCHAR2 240 Yes Condition for the Au Rule. Contains the IF conditions if applicable.
VALIDATION_CONDITION VARCHAR2 30 Yes Condition validation for the Au Rule.
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
ACA_MD_CRITERIA_CONDITION aca_md_criteria CRITERIA_ID

Indexes

Index Uniqueness Tablespace Columns
ACA_MD_CRITERIA_CONDITION_U1 Unique Default CRITERIA_CONDITION_ID