QP_DISCOUNT_LIST_SETS_INT

This table represents the interface table for Discount List Access Sets

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QP_DISCOUNT_LIST_SETS_INT_PK

DISCOUNT_LIST_SET_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
DISCOUNT_LIST_SET_INT_ID NUMBER 18 Yes Value that uniquely identifies the discount list access set in the interface table.
OPERATION_CODE VARCHAR2 30 Value that identifies the operation to perform on the access set.
SOURCE_DISCOUNT_LIST_SET_ID VARCHAR2 240 Value that uniquely identifies the access set in the source system.
SOURCE_DISCOUNT_LIST_ID VARCHAR2 240 Yes Number that identifies the discount list in the source system.
SET_ID NUMBER 18 Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs.
SET_CODE VARCHAR2 30 Set code which provides access to a discount list for pricing transactions.
INTERFACE_STATUS VARCHAR2 30 Status of a record, such as New, Error, Validated and Imported.
DISCOUNT_LIST_ST_ID NUMBER 18 Number that uniquely identifies the access set. The application updates this value after it successfully creates the access set.
BATCH_ID NUMBER 18 Value that identifies the pricing batch to process.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that loaded this record.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_JOB_ID NUMBER 18 Value that identifies the records in the batch that belong to the current run.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated 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
QP_DISCOUNT_LIST_SETS_INT_PK Unique FUSION_TS_TX_IDX DISCOUNT_LIST_SET_INT_ID