Search Results cst_pac_process_phases
Overview
The table CST_PAC_PROCESS_PHASES is a core transactional data object within the Bills of Material (BOM) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves a critical function in the Process Activity and Costing (PAC) architecture, which is central to managing and tracking production costs in process manufacturing environments. Specifically, this table is designed to hold the execution status for each discrete process phase within a specific accounting period and cost group for an organization. It acts as a control and audit mechanism, ensuring that cost collection and processing activities for a given manufacturing phase are properly sequenced and completed before subsequent financial or costing operations can proceed.
Key Information Stored
The table's structure is defined by its primary key, which uniquely identifies a process phase status record. The key columns are PAC_PERIOD_ID, which links to the specific Process Activity and Costing period; COST_GROUP_ID, which identifies the organizational cost group; and PROCESS_PHASE, which denotes the specific costing or activity phase. While the full column list is not detailed in the provided metadata, typical data stored includes status flags (e.g., 'P' for Pending, 'R' for Running, 'C' for Complete), timestamps for phase initiation and completion, and potentially error or message identifiers if a phase failed. This data collectively provides a real-time snapshot of the costing workflow's progress.
Common Use Cases and Queries
The primary use case is monitoring and controlling the PAC costing cycle. Before initiating a new phase, such as cost collection or cost distribution, the application checks this table to verify the prerequisite phases are complete. Common queries involve generating status reports for cost accountants or troubleshooting incomplete costing runs. A sample SQL pattern to check the status of all phases for a given period and cost group would be:
- SELECT process_phase, status FROM bom.cst_pac_process_phases WHERE pac_period_id = :p_period_id AND cost_group_id = :p_cost_group_id ORDER BY process_phase;
Another critical use case is integration with custom reports that track the duration and success rates of various costing process phases over time, aiding in performance analysis.
Related Objects
CST_PAC_PROCESS_PHASES maintains documented foreign key relationships with two fundamental PAC setup tables, as per the provided metadata:
- CST_PAC_PERIODS: The column CST_PAC_PROCESS_PHASES.PAC_PERIOD_ID references CST_PAC_PERIODS. This links each process phase status to a defined PAC accounting period.
- CST_COST_GROUPS: The column CST_PAC_PROCESS_PHASES.COST_GROUP_ID references CST_COST_GROUPS. This links the status to a specific organizational cost group used for cost accumulation.
These relationships enforce data integrity, ensuring that status records are always associated with valid periods and cost groups. The table is also intrinsically linked to the engine that executes the various PAC processes, which would update the statuses as jobs proceed.
-
Table: CST_PAC_PROCESS_PHASES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID, product: BOM - Bills of Material , description: Holds the status for each process phase in a particular period and organization cost group , implementation_dba_data: BOM.CST_PAC_PROCESS_PHASES ,
-
Table: CST_PAC_PROCESS_PHASES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID, product: BOM - Bills of Material , description: Holds the status for each process phase in a particular period and organization cost group , implementation_dba_data: BOM.CST_PAC_PROCESS_PHASES ,
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CSTPPPSC dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CSTPDPPC dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CSTPPCIC dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CSTPPCIC dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CSTPDPPC dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CSTPPPUR dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CST_PERIODIC_AVERAGE_PROC_CP dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.BOM_CSTGILEV_XMLP_PKG dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CST_PERIODIC_AVERAGE_PROC_CP dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.CSTPPPUR dependencies on CST_PAC_PROCESS_PHASES
12.1.1
-
APPS.BOM_CSTGILEV_XMLP_PKG dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
APPS.CSTPPPSC dependencies on CST_PAC_PROCESS_PHASES
12.2.2
-
VIEW: APPS.CST_PAC_PROCESS_PHASES_V
12.2.2
-
VIEW: APPS.CST_PAC_PROCESS_PHASES_V
12.1.1
-
VIEW: BOM.CST_PAC_PROCESS_PHASES#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_PAC_PROCESS_PHASES#, status:VALID,
-
View: CST_PAC_PROCESS_PHASES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES_V, object_name:CST_PAC_PROCESS_PHASES_V, status:VALID, product: BOM - Bills of Material , description: To store acquisition and cost process status information , implementation_dba_data: APPS.CST_PAC_PROCESS_PHASES_V ,
-
View: CST_PAC_PROCESS_PHASES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES_V, object_name:CST_PAC_PROCESS_PHASES_V, status:VALID, product: BOM - Bills of Material , description: To store acquisition and cost process status information , implementation_dba_data: APPS.CST_PAC_PROCESS_PHASES_V ,
-
APPS.CSTPDPPC SQL Statements
12.2.2
-
APPS.CSTPDPPC SQL Statements
12.1.1
-
SYNONYM: APPS.CST_PAC_PROCESS_PHASES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_PAC_PROCESS_PHASES, status:VALID,
-
SYNONYM: APPS.CST_PAC_PROCESS_PHASES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_PAC_PROCESS_PHASES, status:VALID,
-
VIEW: BOM.CST_PAC_PROCESS_PHASES#
12.2.2
-
APPS.CSTPPPSC SQL Statements
12.1.1
-
TABLE: BOM.CST_PAC_PROCESS_PHASES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID,
-
TABLE: BOM.CST_PAC_PROCESS_PHASES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID,
-
APPS.CSTPPPSC SQL Statements
12.2.2
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on RCV_ACCOUNTING_EVENTS
12.1.1
-
APPS.CSTPPPSC dependencies on RCV_ACCOUNTING_EVENTS
12.1.1
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on RCV_ACCOUNTING_EVENTS
12.2.2
-
APPS.CSTPPPSC dependencies on WIP_TRANSACTIONS
12.2.2
-
APPS.CSTPPPSC dependencies on CST_LC_ADJ_TRANSACTIONS
12.2.2
-
APPS.CSTPPPSC dependencies on WIP_TRANSACTIONS
12.1.1
-
APPS.CSTPPPSC dependencies on CST_LC_ADJ_TRANSACTIONS
12.1.1
-
APPS.CSTPPPSC dependencies on RCV_ACCOUNTING_EVENTS
12.2.2
-
PACKAGE BODY: APPS.BOM_CSTGILEV_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_CSTGILEV_XMLP_PKG, status:VALID,
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_TRANSACTIONS
12.1.1
-
APPS.CSTPPPSC dependencies on RCV_TRANSACTIONS
12.2.2
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_TRANSACTIONS
12.2.2
-
PACKAGE BODY: APPS.CSTPPPUR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPPUR, status:VALID,
-
PACKAGE BODY: APPS.BOM_CSTGILEV_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_CSTGILEV_XMLP_PKG, status:VALID,
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on RCV_TRANSACTIONS
12.1.1
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on CST_PAC_PERIODS
12.2.2