QSC_ELIGIBILITY_RULES_

This table stores details of the eligibility rules for Sales Catalog.

Details

  • Schema: FUSION

  • Object owner: QSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_SEED

Primary Key

Name Columns

QSC_ELIGIBILITY_RULES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, ELIGIBILITY_RULE_ID, REVISION_NUM

Columns

Name Datatype Length Precision Not-null Comments Status
ELIGIBILITY_RULE_ID NUMBER 18 Yes Eligibility Rule Identifier
REVISION_NUM NUMBER 18 Yes Revision Number
RULE_OBJECT_TYPE VARCHAR2 30 Parent type for this rule
PROD_GROUP_ID NUMBER 18 Product Group Identifier. Foreign Key to QSC_PROD_GROUPS_B.
INVENTORY_ITEM_ID NUMBER 18 Inventory Item Identifier. References an item.
INV_ORG_ID NUMBER 18 Inventory Organization Identifier for the item.
RULE_TYPE VARCHAR2 30 Rule Type
GEOGRAPHY_TYPE VARCHAR2 30 Type of geography.
GEOGRAPHY_ID NUMBER 18 Unique identifier for a geography.
START_DATE TIMESTAMP Date from which the eligibility rule is active.
END_DATE TIMESTAMP Date after which the eligibility rule is not active.
OBJECT_ID NUMBER 18 Persistent Id used to reference the original version.
CHANGE_NUM NUMBER 18 Column for internal use. Used internally for publishing product groups.
OBJECT_VERSION_NUMBER NUMBER 9 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. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
GEOGRAPHY_CODE VARCHAR2 30 Geography Code
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
QSC_ELIGIBILITY_RULES_N1_ Non Unique Default PROD_GROUP_ID, INVENTORY_ITEM_ID, INV_ORG_ID, LAST_UPDATE_DATE, LAST_UPDATED_BY
QSC_ELIGIBILITY_RULES_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, ELIGIBILITY_RULE_ID, REVISION_NUM