QP_MASS_ACTION_REQUESTS

This table stores the information about mass actions that are requested for different entities in Pricing.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_MASS_ACTION_REQUESTS_PK

MASS_ACTION_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
MASS_ACTION_REQUEST_ID NUMBER 18 Yes Value that uniquely identifies the mass action request. Oracle Fusion Pricing automatically assigns this value.
MASS_ACTION_REQUEST_NUMBER NUMBER 18 Yes Indicates the sequence number for the mass action. Oracle Fusion Pricing automatically assigns this value.
ENTITY_TYPE_CODE VARCHAR2 30 Yes Abbreviation that indicates the pricing entity for the mass action. A list of valid values include ORA_PRICE_LIST, ORA_DISCOUNT_LIST. The accepted values are defined in the lookup type ORA_QP_ENTITY_TYPES.
MASS_ACTION_CODE VARCHAR2 30 Yes Abbreviation that indicates the mass action. A list of valid values include ORA_ADD_ITEMS, ORA_CALCULATE_PRICES, ORA_CONVERT_UOM. The accepted values are defined in the lookup type ORA_QP_ACTION_CODE.
MASS_ACTION_REQUEST_DEFN CLOB Yes Represents the mass action request definition.
ESS_MODE_FLAG VARCHAR2 1 Yes Indicates whether the mass action is processed using Enterprise Scheduler Service (ESS).
ESS_REQUEST_ID NUMBER 18 Value that uniquely identifies the ESS process identifier for the mass action.
MASS_ACTION_STATUS_CODE VARCHAR2 30 Yes Abbreviation that indicates the status of the mass action. A list of valid values include ORA_COMPLETED, ORA_COMPLETED_WITH_ERRORS, (ORA_NOT_STARTED, ORA_IN_PROGRESS- Not in 25C scope). The accepted values are defined in the lookup type ORA_QP_MASS_ACTION_STATUS_CODE.
ESS_STATUS_CODE VARCHAR2 30 Abbreviation that indicates status of the ESS process. A list of valid values include ORA_NOT_STARTED, ORA_IN_PROGRESS, ORA_SUCCESS, ORA_FAILED, ORA_WARNING, ORA_PAUSED, ORA_WAITING, ORA_COMPLETED, ORA_CANCELED. The accepted values are defined in the lookup type ORA_QP_ESS_STATUS_CODE.
TOTAL_RECORD_COUNT NUMBER 9 Yes Indicates the total number of records to be processed by a mass action request.
SUCCESS_RECORD_COUNT NUMBER 9 Indicates the total number of records that were successfully processed by a mass action request.
FAILURE_RECORD_COUNT NUMBER 9 Indicates the total number of records that resulted in error by a mass action request.
WARNING_RECORD_COUNT NUMBER 9 Indicates the total number of records that resulted in warning by a mass action request.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes 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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.

Indexes

Index Uniqueness Tablespace Columns
QP_MASS_ACTION_REQ_N1 Non Unique DEFAULT CREATED_BY
QP_MASS_ACTION_REQ_N2 Non Unique DEFAULT CREATION_DATE
QP_MASS_ACTION_REQ_N3 Non Unique DEFAULT ENTITY_TYPE_CODE
QP_MASS_ACTION_REQ_U1 Unique DEFAULT MASS_ACTION_REQUEST_ID
QP_MASS_ACTION_REQ_U2 Unique DEFAULT MASS_ACTION_REQUEST_NUMBER