QP_PRICE_LIST_SETS_INT

This table represents the interface table for PriceList Access Sets

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QP_PRICE_LIST_SETS_INT_PK

PRICE_LIST_SETS_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
PRICE_LIST_SETS_INT_ID NUMBER Yes Unique ID for interface table. System generated.
OPERATION_CODE VARCHAR2 30 Indicates the operation on the records to be imported.
SOURCE_PRICE_LIST_ID VARCHAR2 240 Unique ID for a price list in the source system.
SOURCE_PRICE_LIST_SET_ID VARCHAR2 240 Unique ID for a price list access set 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 240 Set code which provides access to a price list for pricing transactions.
INTERFACE_STATUS VARCHAR2 30 Status of a record, such as New, Error, Updated, Imported, and Validated.
LOAD_REQUEST_ID NUMBER Unique ID of the Load ESS job used to import into an interface table.
BATCH_NAME VARCHAR2 50 Identifies the batch to be processed.
SUB_BATCH_NAME VARCHAR2 80 Identifies the sub batch to be processed.
BATCH_ATTRIBUTE_CHAR1 VARCHAR2 50 Generic column to store information related to batching logic.
BATCH_ATTRIBUTE_CHAR2 VARCHAR2 50 Generic column to store information related to batching logic.
BATCH_ID NUMBER 18 Value that identifies the pricing batch to process.
BATCH_JOB_ID NUMBER 18 Value that identifies the records in the batch that are picked up in the current run.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
PRICE_LIST_ST_ID NUMBER Unique ID for an access set record in the Price List Set table.
PRICE_LIST_ID NUMBER 18 Number that uniquely identifies the price list. The application updates this value based on Source Price List Id and is used internally.
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
QP_PRICE_LIST_SETS_INT_U1 Unique FUSION_TS_TX_IDX PRICE_LIST_SETS_INT_ID