CST_CP_REQUESTS

Contains the request level parameters used by the main program and is created by the Cost Process main program.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

CST_CP_REQUESTS_PK

REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
RUN_CONTROL VARCHAR2 30 Yes Identifies the Run Control used for cost processing.
PREPROCESS_FLAG VARCHAR2 1 Indicates if the Pre-processors were executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
COST_ADJUSTMENTS_FLAG VARCHAR2 1 Indicates if AP Cost Adjustments were processed. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
PERPETUAL_AVERAGE_COST_FLAG VARCHAR2 1 Indicates if the Perpetual Average Cost Processor was executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
COST_PROCESSOR_FLAG VARCHAR2 1 Indicates if the Cost Processor was executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
COGS_RECOGNITION_FLAG VARCHAR2 1 Indicates if the COGS Recognition Processor was executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
COST_DISTRIBUTION_FLAG VARCHAR2 1 Indicates if the Cost Distribution Processor was executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
CST_REPORTS_FLAG VARCHAR2 1 Indicates if the Reporting Logic should be executed as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
COMMIT_LIMIT NUMBER 18 Identifies the Commit Limit used for the Cost Process. It is the unit of work to perform before committing the work to the database.
MAX_PARALLEL_WORKERS NUMBER 9 The maximum number of parallel workers that the cost processor will submit while processing the transactions.
COLLECT_STATS_FLAG VARCHAR2 1 Indicates if table statistics were collected as part of the cost process run. N - No, Y - Yes. There is no LOOKUP_TYPE for these codes.
USER_COMMENT VARCHAR2 240 Optional user comment or description.
START_DATE TIMESTAMP Identifies the start date of the request.
END_DATE TIMESTAMP Identifies the end date of the request.
RUN_STATUS VARCHAR2 1000 Identifies the Cost Process run status or the diagnostic exception information if an error occurred.
ROWS_PROCESSED NUMBER 18 Identifies the number of inventory transactions that successfully staged distributions on this run.
ERRORS NUMBER 18 Identifies the total number of errors in CST_CP_ERRORS for the request.
WARNINGS NUMBER 18 Identifies the total number of warnings in CST_CP_ERRORS for the request.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.
INCREMENTAL_LOGIC_FLAG VARCHAR2 1 Indicates Pre-processor ran for Incremental code or non-incremental code. 'Y' mean processor ran for incremental code.
FX_PO_ACCT_SECONDARY_BOOK_FLAG VARCHAR2 1 Indicates if the opt in profile to account secondary cost book transactions based on entered currency for purchase receipts was enabled. Valid values are N, Y.
DUOM_FLAG VARCHAR2 1 Indicates if the DUOM feature was enabled. Valid values are N, Y.
PAC_REQ_ONLY VARCHAR2 1 Indicates whether run control has only periodic average cost books. Valid values are Y, N.

Foreign Keys

Table Foreign Table Foreign Key Column
cst_cp_drivers cst_cp_requests REQUEST_ID
cst_sql_timings cst_cp_requests REQUEST_ID
cst_cost_conversion_tmp cst_cp_requests REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
CST_CP_REQUESTS_N1 Non Unique DEFAULT RUN_CONTROL
CST_CP_REQUESTS_U1 Unique DEFAULT REQUEST_ID