Search Results pc_tran_pnd
Overview
The PC_TRAN_PND table is a core transactional data object within the Oracle E-Business Suite Process Manufacturing (GME) module, specifically for Process Execution. It serves as the primary staging or pending transaction table for Point of Consumption (POC) transactions. In the context of process manufacturing, POC transactions are critical for recording the consumption of ingredients, resources, and by-products against a batch or process order in real-time. The table's role is to hold transaction data before it is fully processed, validated, and potentially posted to permanent inventory and costing tables, ensuring data integrity and supporting complex manufacturing execution workflows in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is POC_TRANS_ID, which uniquely identifies each pending transaction record. Based on the documented foreign key relationships, the table stores several key pieces of information that contextualize the transaction. This includes organizational data (ORGN_CODE linked to SY_ORGN_MST), the unit of measure for the transaction (TRANS_UM linked to SY_UOMS_MST), and reason codes (REASON_CODE linked to SY_REAS_CDS) for audit and analysis. It also links to quality or process events (EVENT_ID linked to PM_HIST_HDR), document types (DOC_TYPE linked to SY_DOCS_MST), and descriptive text (TEXT_CODE linked to PC_TEXT_HDR). These relationships indicate the table captures a comprehensive set of attributes necessary for a complete manufacturing transaction record.
Common Use Cases and Queries
A primary use case is investigating pending transactions that have not yet completed processing, which may indicate a system stall or require manual intervention. A common query would join to organization and item tables to list pending consumptions for a specific batch. For example:
SELECT pnd.poc_trans_id, pnd.orgn_code, gbh.batch_no, msib.segment1 item
Reporting use cases include analyzing consumption reasons, correlating transactions with process events for yield analysis, and auditing material movements prior to final cost posting. Integration points often involve the GME transaction manager and cost processor, which read from and clear this table.
FROM gme.pc_tran_pnd pnd,
gme.gme_batch_header gbh,
inv.mtl_system_items_b msib
WHERE pnd.batch_id = gbh.batch_id
AND pnd.inventory_item_id = msib.inventory_item_id
AND pnd.organization_id = msib.organization_id
AND pnd.transaction_status = 'PENDING';
Related Objects
As defined by its foreign keys, PC_TRAN_PND has direct relationships with several foundational and module-specific tables. Key related objects include:
- PC_TEXT_HDR: For descriptive text associated with the transaction.
- PM_HIST_HDR: For linking to process or quality management history events.
- SY_DOCS_MST, SY_ORGN_MST, SY_UOMS_MST, SY_REAS_CDS: For document types, organization, unit of measure, and reason code master data, respectively.
-
Table: PC_TRAN_PND
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TRAN_PND, object_name:PC_TRAN_PND, status:VALID, product: GME - Process Manufacturing Process Execution , description: POC transaction table. , implementation_dba_data: GME.PC_TRAN_PND ,
-
Table: PC_TRAN_PND
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TRAN_PND, object_name:PC_TRAN_PND, status:VALID, product: GME - Process Manufacturing Process Execution , description: POC transaction table. , implementation_dba_data: GME.PC_TRAN_PND ,
-
APPS.MIGRATE_BATCH dependencies on PC_TRAN_PND
12.1.1
-
APPS.MIGRATE_BATCH dependencies on PC_TRAN_PND
12.2.2
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on PC_TRAN_PND
12.1.1
-
SYNONYM: APPS.PC_TRAN_PND
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PC_TRAN_PND, status:VALID,
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ SQL Statements
12.1.1
-
SYNONYM: APPS.PC_TRAN_PND
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PC_TRAN_PND, status:VALID,
-
VIEW: APPS.OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
-
VIEW: GME.PC_TRAN_PND#
12.2.2
owner:GME, object_type:VIEW, object_name:PC_TRAN_PND#, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_RES_UTIL_FOPM_SZ
12.1.1
-
View: OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_RES_UTIL_FCV, object_name:OPI_EDW_OPM_RES_UTIL_FCV, status:VALID, product: OPI - Operations Intelligence , description: This view contains the extraction logic for data to the Resource Utilization fact from process manufacturing side. , implementation_dba_data: APPS.OPI_EDW_OPM_RES_UTIL_FCV ,
-
View: OPI_EDW_OPM_RES_UTIL_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This view contains the extraction logic for data to the Resource Utilization fact from process manufacturing side. , implementation_dba_data: Not implemented in this database ,
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on CR_RSRC_DTL
12.1.1
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on GL_SETS_OF_BOOKS
12.1.1
-
Table: PM_HIST_HDR
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_HIST_HDR, object_name:PM_HIST_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production history table. , implementation_dba_data: GME.PM_HIST_HDR ,
-
Table: PC_TEXT_HDR
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_HDR, object_name:PC_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for POC , implementation_dba_data: GME.PC_TEXT_HDR ,
-
VIEW: GME.PC_TRAN_PND#
12.2.2
-
Table: PC_TEXT_HDR
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_HDR, object_name:PC_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for POC , implementation_dba_data: GME.PC_TEXT_HDR ,
-
Table: PM_HIST_HDR
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_HIST_HDR, object_name:PM_HIST_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production history table. , implementation_dba_data: GME.PM_HIST_HDR ,
-
Table: SY_DOCS_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on EDW_TIME_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GME.PC_TRAN_PND
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TRAN_PND, object_name:PC_TRAN_PND, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_RES_UTIL_FOPM_SZ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_EDW_RES_UTIL_FOPM_SZ, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GME.PC_TRAN_PND
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TRAN_PND, object_name:PC_TRAN_PND, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on GL_PLCY_MST
12.1.1
-
Table: SY_DOCS_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_DOCS_MST, object_name:SY_DOCS_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: Oracle Process Manufacturing Document master. This table stores document definitions , implementation_dba_data: GMA.SY_DOCS_MST ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: SY_REAS_CDS
12.2.2
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.MIGRATE_BATCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MIGRATE_BATCH, status:VALID,
-
PACKAGE BODY: APPS.MIGRATE_BATCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MIGRATE_BATCH, status:VALID,
-
Table: SY_REAS_CDS_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_REAS_CDS_B, object_name:SY_REAS_CDS_B, status:VALID, product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: GMA.SY_REAS_CDS_B ,
-
Table: SY_REAS_CDS
12.1.1
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_REAS_CDS_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_REAS_CDS_B, object_name:SY_REAS_CDS_B, status:VALID, product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: GMA.SY_REAS_CDS_B ,
-
APPS.OPI_EDW_RES_UTIL_FOPM_SZ dependencies on SY_ORGN_MST
12.1.1
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
APPS.MIGRATE_BATCH dependencies on PM_OPRN_DTL
12.1.1
-
APPS.MIGRATE_BATCH dependencies on PM_OPRN_DTL
12.2.2
-
VIEW: APPS.OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_RES_UTIL_FCV, object_name:OPI_EDW_OPM_RES_UTIL_FCV, status:VALID,
-
APPS.MIGRATE_BATCH SQL Statements
12.1.1
-
APPS.MIGRATE_BATCH SQL Statements
12.2.2