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 |
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 | Yes | 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 | Yes | Rule Type | ||
| GEOGRAPHY_TYPE | VARCHAR2 | 30 | Type of geography. | |||
| GEOGRAPHY_ID | NUMBER | 18 | Unique identifier for a geography. | |||
| START_DATE | TIMESTAMP | Yes | Date from which the eligibility rule is active. | |||
| END_DATE | TIMESTAMP | Yes | Date after which the eligibility rule is not active. | |||
| OBJECT_ID | NUMBER | 18 | Yes | 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 | 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | 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 |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| QSC_ELIGIBILITY_RULES_N1 | Non Unique | Default | PROD_GROUP_ID, INVENTORY_ITEM_ID, INV_ORG_ID |
| QSC_ELIGIBILITY_RULES_U1 | Unique | Default | ELIGIBILITY_RULE_ID, REVISION_NUM |