QSC_ELIGIBILITY_RULES_INT

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

Details

  • Schema: FUSION

  • Object owner: QSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QSC_ELIGIBILITY_RULES_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Primary Key. Batch Identifier. Identifier that groups data into a batch.
INTERFACE_ROW_ID NUMBER 18 Yes Primary Key. Interface Row Id. Will be used to link this row with rows in the error table.
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the status of the row to be processed.
ACTION_CODE VARCHAR2 30 Indicates the operation to be performed on a row such as Insert, Update etc.
INTERNAL_ACTION_CODE VARCHAR2 30 For Internal Use. Used to evaluate the operation to be performed on a row such as Insert, Update etc.
ITEM_NUMBER VARCHAR2 300 Item Number
ITEM_NAME VARCHAR2 1995 stores the item_name of the product
INV_ORG_CODE VARCHAR2 30 Inventory Organization Code for the organization that the item belongs to.
PG_REF_NUMBER VARCHAR2 50 Reference Number. Used for integration with external systems. Stores the unique identifier of the product group in the source system.
PG_INTERNAL_NAME VARCHAR2 150 Internal name for product groups.
PROD_GROUP_ID NUMBER 18 Used for internal processing. Product group identifier in fusion base table.
INVENTORY_ITEM_ID NUMBER 18 Used for internal processing. Inventory Item Identifier in fusion.
INV_ORG_ID NUMBER 18 Used for internal processing. Item organization identifier in fusion.
ELIGIBILITY_RULE_ID NUMBER 18 Eligibility Rule Identifier
RULE_OBJECT_TYPE VARCHAR2 30 Parent type for this rule
PROD_GROUP_ITEM_ID NUMBER 18 Used for internal processing Product group item identifier in fusion.
RULE_TYPE VARCHAR2 30 Rule Type
GEOGRAPHY_TYPE VARCHAR2 30 Type of geography.
GEOGRAPHY_ID NUMBER 18 Unique identifier for a geography.
COUNTRY_NAME VARCHAR2 360 COUNTRY_NAME
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ADMIN_REVISION_NUM NUMBER 18 Used for internal processing. The revision number of the workspace version.
START_DATE TIMESTAMP START_DATE
END_DATE TIMESTAMP END_DATE
FILE_NAME_SYSTASK_ID NUMBER 18 Individual System Task Id for each input csv file.
FILE_RECORD_NUM NUMBER Used by the file import wizard to relate a row in the interface table to the data file that was uploaded.
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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.

Indexes

Index Uniqueness Tablespace Columns
QSC_ELIGIBILITY_RULES_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID