ATC_OFFER_COMPATIB_RULES

Stores details of product offer compatibitlity rules

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_OFFER_COMPATIB_RULES_PK

OFFER_COMPATIB_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
OFFER_COMPATIB_RULE_ID NUMBER 18 Yes Unique row id
OFFER_COMPATIB_RULE_NAME VARCHAR2 200 Yes Identifier of the compatibility rule
SUBJECT_PRODUCT VARCHAR2 200 Subject offer component of the compatibility rule
OBJECT_PRODUCT VARCHAR2 200 Object offer component of the compatibility rule
SUBJECT_PRODUCT_LINE VARCHAR2 200 Indicates the subject product line associated with the rule
OBJECT_PRODUCT_LINE VARCHAR2 200 Indicates the subject product line associated with the rule
ACTIVE_FLAG VARCHAR2 1 A flag indicating if this Compatibility Rule is active or not
COMPAB_RULE_TYPE_CODE VARCHAR2 200 Type of compatibility rule
ENTITY_ID NUMBER 18 Yes Indicates the entity id to which the rule is associated to
ENTITY_NAME VARCHAR2 100 Yes Indicates the entity name to which the rule is associated to
START_DATE_TIME TIMESTAMP Start time from which the rule is valid
END_DATE_TIME TIMESTAMP End Time to which the rule is valid
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.
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.

Indexes

Index Uniqueness Tablespace Columns
atc_offer_compatib_rules_N1 Non Unique Default ENTITY_NAME
atc_offer_compatib_rules_N2 Non Unique Default ENTITY_ID
atc_offer_compatib_rules_N3 Non Unique Default OBJECT_PRODUCT, ENTITY_ID
atc_offer_compatib_rules_N4 Non Unique Default OBJECT_PRODUCT_LINE, ENTITY_ID
atc_offer_compatib_rules_PK Unique Default OFFER_COMPATIB_RULE_ID
atc_offer_compatib_rules_U1 Unique Default OFFER_COMPATIB_RULE_NAME, ENTITY_ID