ATC_PRODOFFER_ELIGIBILITIES

Stores details of product offer eligibilities

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATC_PRODOFFER_ELIGIBILITIES_PK

PRODOFFER_ELIGIBILITY_ID

Columns

Name Datatype Length Precision Not-null Comments
PRODOFFER_ELIGIBILITY_ID NUMBER 18 Yes Unique row id for eligibility
PRODOFFER_ELIGIBILITY_NAME VARCHAR2 200 Yes Indicates name of the eligibility
PRODOFFER_ELIGIBILITY_DESC VARCHAR2 4000 Indicates description of the eligibility
RULE_TYPE_CODE VARCHAR2 200 Specifies whether the offer is eligible or not on satisfying the conditions
ACTIVE_FLAG VARCHAR2 1 Specifies if the rule is active or not
CONIDITION_TYPE_CODE VARCHAR2 200 Specifies if there are conditions for the offer to be eligible or is always true
CONDITION_ATTRIBUTE VARCHAR2 4000 Provides the set of conditions
CONDITION_ATTR CLOB Provides the set of conditions which determine the products which will be eligible.
ORDER_OF_OPERATION VARCHAR2 4000 Provides the order of execution of the conditions
ENTITY_ID NUMBER 18 Yes Indicates the product offer to which the eligibility 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 eligibility is valid
END_DATE_TIME TIMESTAMP End Time to which the eligibility 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_prodoffer_eligibilities_N1 Non Unique Default ENTITY_ID
atc_prodoffer_eligibilities_N2 Non Unique Default ENTITY_NAME
atc_prodoffer_eligibilities_PK Unique Default PRODOFFER_ELIGIBILITY_ID
atc_prodoffer_eligibilities_U1 Unique Default PRODOFFER_ELIGIBILITY_NAME, ENTITY_ID