Search Results po_cost_mst
Overview
The PO_COST_MST table is a core master data table within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the system of record for acquisition cost codes, which are fundamental to capturing and classifying the various costs associated with procuring materials and services. These predefined cost codes are essential for detailed cost distribution and analysis during the purchase order lifecycle, enabling granular financial tracking and accounting within a process manufacturing environment. The table's integrity is maintained through primary and unique key constraints, and it acts as a central reference point for numerous transactional tables via foreign key relationships.
Key Information Stored
While the full column list is not detailed in the provided metadata, the key identifiers and relationships are clearly defined. The primary key for the table is the AQUI_COST_ID, a unique internal identifier for each cost code record. A separate unique key constraint exists on the AQUI_COST_CODE, which is the user-defined, business-facing code or short name for the acquisition cost type (e.g., FREIGHT, DUTY, INSURANCE). Critical foreign key columns link this master data to other configuration entities, including ANALYSIS_CODE for cost analysis setups, CMPNTCLS_ID for component class definitions, and TEXT_CODE for associated descriptive text.
Common Use Cases and Queries
The primary use case for PO_COST_MST is to provide a validated list of allowable cost types for assignment to purchase order distributions. This ensures consistency in cost accounting and reporting. A common operational query involves fetching the active list of cost codes for a user interface LOV or for validating an inbound transaction. For reporting and analysis, the table is frequently joined to transactional details to summarize procurement costs by type.
- Basic Lookup:
SELECT AQUI_COST_CODE, AQUI_COST_ID FROM GML.PO_COST_MST WHERE ... ORDER BY AQUI_COST_CODE; - Cost Analysis Join: Queries often join PO_COST_MST to PO_COST_DTL or PO_DIST_DTL to aggregate costs from purchase orders, and further to CM_ALYS_MST for analytical reporting.
Related Objects
As indicated by the foreign key metadata, PO_COST_MST has significant integration across financial and procurement schemas. The table is directly referenced by key transactional tables, including PO_COST_DTL (detailed cost transactions) and PO_DIST_DTL (purchase order distributions). It is also linked to master data tables in the Cost Management (CM) module, specifically CM_ALYS_MST (analysis codes) and CM_CMPT_MST (component classes). The relationship with GL_ACCT_MAP is crucial, as it facilitates the mapping of a specific acquisition cost code to its corresponding General Ledger accounting flexfield, driving automated account generation. The PO_TEXT_HDR relationship allows descriptive text to be attached to a cost code definition.
-
Table: PO_COST_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
Table: PO_COST_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
APPS.GML_VALIDATE_PO dependencies on PO_COST_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on PO_COST_MST
12.2.2
-
APPS.GML_VALIDATE_PO dependencies on PO_COST_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on PO_COST_MST
12.2.2
-
APPS.GML_PO_GLDIST dependencies on PO_COST_MST
12.1.1
-
APPS.GMF_MIGRATION dependencies on PO_COST_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on PO_COST_MST
12.2.2
-
APPS.GML_PO_GLDIST dependencies on PO_COST_MST
12.2.2
-
SYNONYM: APPS.PO_COST_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_COST_MST, status:VALID,
-
VIEW: GML.PO_COST_MST#
12.2.2
owner:GML, object_type:VIEW, object_name:PO_COST_MST#, status:VALID,
-
SYNONYM: APPS.PO_COST_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_COST_MST, status:VALID,
-
VIEW: GML.PO_COST_MST#
12.2.2
-
TABLE: GML.PO_COST_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID,
-
TABLE: GML.PO_COST_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: PO_COST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_DTL, object_name:PO_COST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquistion cost details for a purchase order or a stock receipt. , implementation_dba_data: GML.PO_COST_DTL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: PO_COST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_DTL, object_name:PO_COST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquistion cost details for a purchase order or a stock receipt. , implementation_dba_data: GML.PO_COST_DTL ,
-
PACKAGE: APPS.GML_VALIDATE_PO
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GML_VALIDATE_PO, status:VALID,
-
Table: PO_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_HDR ,
-
Table: CM_CMPT_MST_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
PACKAGE: APPS.GML_VALIDATE_PO
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GML_VALIDATE_PO, status:VALID,
-
PACKAGE BODY: APPS.GML_VALIDATE_PO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_VALIDATE_PO, status:VALID,
-
Table: CM_CMPT_MST_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: PO_DIST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: PO_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_TEXT_HDR, object_name:PO_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for OPM Purchasing application. , implementation_dba_data: GML.PO_TEXT_HDR ,
-
Table: CM_ALYS_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: PO_DIST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_DIST_DTL, object_name:PO_DIST_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: General Ledger (GL) distribution for purchase orders and stock receipt transactions. , implementation_dba_data: GML.PO_DIST_DTL ,
-
PACKAGE BODY: APPS.GML_VALIDATE_PO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_VALIDATE_PO, status:VALID,
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
Table: GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
APPS.GML_VALIDATE_PO SQL Statements
12.1.1
-
APPS.GML_VALIDATE_PO SQL Statements
12.2.2
-
TABLE: GML.CPG_COST_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.CPG_COST_DTL, object_name:CPG_COST_DTL, status:VALID,
-
TABLE: GML.CPG_COST_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.CPG_COST_DTL, object_name:CPG_COST_DTL, status:VALID,