QP_COST_LIST_SETS_INT

This table represents the interface table for Cost List Access Sets.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QP_COST_LIST_SETS_INT_PK

COST_LIST_SETS_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
COST_LIST_SETS_INT_ID NUMBER 18 Yes Unique ID for interface table. System generated.
OPERATION_CODE VARCHAR2 30 Indicates the operation on the records to be imported.
SOURCE_COST_LIST_ID VARCHAR2 240 Unique ID for a cost list in the source system.
SOURCE_COST_LIST_SET_ID VARCHAR2 240 Unique ID for a cost 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 30 Set code which provides access to a cost list for pricing transactions.
INTERFACE_STATUS VARCHAR2 30 Status of a record, such as New, Error, Imported, and Validated.
COST_LIST_ST_ID NUMBER Unique ID for an access set record in the Cost List Set table.
COST_LIST_ID NUMBER 18 Number that uniquely identifies the cost list. The application updates this value based on Source Cost List Id and is used internally.
BATCH_ID NUMBER 18 Value that identifies the costing batch to process.
LOAD_REQUEST_ID NUMBER 18 Unique ID of the Load ESS job used to import into an interface table.
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 are picked up in 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_COST_LIST_SETS_INT_U1 Unique Default COST_LIST_SETS_INT_ID