Search Results cm_acpr_ctl
Overview
The CM_ACPR_CTL table is a core control and communication mechanism within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central control table for the Actual Cost Process, a critical background engine responsible for calculating the actual cost of manufactured items in a process manufacturing environment. Its primary role is to facilitate interaction between the user and the running process, allowing for monitoring, review of historical execution data, and administrative intervention when necessary. The table acts as a persistent log and state manager for each execution instance of the cost calculation engine.
Key Information Stored
The table's structure is designed to track the lifecycle and status of each Actual Cost Process run. While a full column list is not provided in the metadata, the primary key is documented as ACPROC_ID, a unique identifier for each process execution instance. Based on its described function, the table likely contains columns to record the process initiation timestamp, the requesting user ID, the organizational and cost book parameters for the run, the current execution status (e.g., RUNNING, COMPLETED, ERROR, PAUSED), completion timestamp, and any user-initiated control flags. These flags would enable functionalities such as forcing the process to a specific state, which is a key administrative capability mentioned in the description.
Common Use Cases and Queries
The primary use case is monitoring and managing the Actual Cost Process. Users and system administrators query this table to assess the system's cost processing activity. Common SQL patterns include checking for currently running processes, reviewing the history of recent runs for audit purposes, and diagnosing failed executions. For example, a query to find incomplete runs might be: SELECT acproc_id, status, requested_by FROM gmf.cm_acpr_ctl WHERE status NOT IN ('COMPLETE', 'ERROR');. Another typical report would list all process runs for a specific cost book within a date range to analyze processing frequency and duration. The ability to "force the process to a" state, as noted in the description, implies there are also update operations performed on this table for administrative control.
Related Objects
As documented in the foreign key relationships, CM_ACPR_CTL is a parent table to several key transactional tables in the GMF cost accounting schema. The ACPROC_ID links each control record to its detailed output. Key child tables include:
- CM_ACER_MSG: Likely stores error or log messages generated during the cost process execution.
- CM_ACST_LED: Presumably holds the actual cost ledger entries or summaries resulting from the process.
- CM_CMPT_DTL: Probably contains the detailed component cost calculations for manufactured items.
-
Table: CM_ACPR_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
Table: CM_ACPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
APPS.GMF_MIGRATION dependencies on CM_ACPR_CTL
12.2.2
-
APPS.GMF_MIGRATION dependencies on CM_ACPR_CTL
12.1.1
-
SYNONYM: APPS.CM_ACPR_CTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CM_ACPR_CTL, status:VALID,
-
SYNONYM: APPS.CM_ACPR_CTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CM_ACPR_CTL, status:VALID,
-
VIEW: GMF.CM_ACPR_CTL#
12.2.2
owner:GMF, object_type:VIEW, object_name:CM_ACPR_CTL#, status:VALID,
-
VIEW: GMF.CM_ACPR_CTL#
12.2.2
-
APPS.GMF_MIGRATION dependencies on CM_WHSE_SRC
12.1.1
-
Table: CM_CMPT_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
Table: CM_ACST_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACST_LED, object_name:CM_ACST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Actual Costing Ledger Table. The purpose of this table is to serve as a depository of all actual costing transactions. These transactions may originate from Production Batch details (pm_matl_dtl) or POC resource details (pm_oprn_dtl) or Pu , implementation_dba_data: GMF.CM_ACST_LED ,
-
Table: CM_ACER_MSG
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACER_MSG, object_name:CM_ACER_MSG, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Error Message Table will provide the user a list of inconsistencies found during the actual cost process. These error messages will be used by the OPM user to evaluate performance and accuracy of the process and if , implementation_dba_data: GMF.CM_ACER_MSG ,
-
APPS.GMF_MIGRATION dependencies on CM_WHSE_SRC
12.2.2
-
Table: CM_ACER_MSG
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACER_MSG, object_name:CM_ACER_MSG, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Error Message Table will provide the user a list of inconsistencies found during the actual cost process. These error messages will be used by the OPM user to evaluate performance and accuracy of the process and if , implementation_dba_data: GMF.CM_ACER_MSG ,
-
APPS.GMF_MIGRATION dependencies on CM_RLUP_CTL
12.1.1
-
APPS.GMF_MIGRATION dependencies on CM_RLUP_CTL
12.2.2
-
Table: CM_CMPT_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
Table: CM_ACST_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACST_LED, object_name:CM_ACST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Actual Costing Ledger Table. The purpose of this table is to serve as a depository of all actual costing transactions. These transactions may originate from Production Batch details (pm_matl_dtl) or POC resource details (pm_oprn_dtl) or Pu , implementation_dba_data: GMF.CM_ACST_LED ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
TABLE: GMF.CM_ACPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID,
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
TABLE: GMF.CM_ACPR_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID,
-
APPS.GMF_MIGRATION dependencies on CM_CUPD_CTL
12.2.2
-
APPS.GMF_MIGRATION dependencies on CM_CUPD_CTL
12.1.1
-
APPS.GMF_MIGRATION SQL Statements
12.2.2
-
APPS.GMF_MIGRATION SQL Statements
12.1.1
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
APPS.GMF_VIB dependencies on FND_API
12.1.1
-
APPS.GMF_VIB dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
-
APPS.GMF_VIB SQL Statements
12.1.1
-
APPS.GMF_VIB SQL Statements
12.2.2
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
PACKAGE BODY: APPS.GMF_VIB
12.2.2
-
PACKAGE BODY: APPS.GMF_VIB
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1