Search Results cst_projmfg_cmt_view
Overview
CST_PROJMFG_CMT_VIEW is a reporting view in Oracle E-Business Suite (12.1.1 and 12.2.2) whose documented title is View: CST_PROJMFG_CMT_VIEW, assigned to the BOM – Bills of Material product/module, with the description Manufacturing commitments. The view is designed to present project-related manufacturing commitments in a column structure that conforms to the Oracle Projects commitment interface used to feed commitment (encumbrance-style) data into Project Manufacturing cost collection and project reporting flows.
In ETRM documentation for 12.2.2 the view appears with no owner recorded and no formally documented referenced base objects, indicating that its metadata is sparse and that its definition must be read directly from the dictionary rather than inferred from a maintained object list. The position of the view within the BOM module and its reference to Project Manufacturing subelements suggests it serves reporting of material commitments arising from discrete manufacturing and purchasing transactions tied to a project and task context, rather than as an end-user maintenance object.
Underlying Base Objects
The documented ETRM metadata records no referenced base objects and notes that the implementation is Not implemented in this database; the object is therefore documented by its view text rather than by a maintained dependency listing. The view text shows a composite definition built over the following principal tables and functions:
- MTL_MATERIAL_TRANSACTIONS (MMT) – the driving transaction table supplying project, task, organization, inventory item, subinventory, transaction source, transaction date, primary quantity, and transaction identifier.
- RCV_TRANSACTIONS (RCT) and PO_DISTRIBUTION_ID – supply purchasing receipt and distribution linkage.
- PO_HEADERS_ALL (POH) and PO_LINES_ALL (POL) – provide the purchase order number (SEGMENT1), line number, line description, and line creation date.
- MTL_PARAMETERS (MP), MTL_SYSTEM_ITEMS (MSI), ORG_ORGANIZATION_DEFINITIONS (OOD), and GL_SETS_OF_BOOKS (GSOB) – provide costing parameters, primary unit of measure, organization context, and the set-of-books currency code.
- MTL_CST_ACTUAL_COST_DETAILS (COST1, COST2) – joined twice to derive the commitment and cumulative commitment amounts.
- PJM_TASK_AUTO_ASSIGN.INV_TASK_WNPS and PROJECT_MFG.MATL_SUBELEMENT – Project Manufacturing package functions that resolve the default task when TASK_ID is null and derive the material subelement used for cost grouping.
The view therefore links inventory transaction cost data to purchasing and Project Manufacturing constructs rather than to a single base table.
Key Columns
Columns are projected into a fixed positional structure resembling the Project commitments interface. Notable columns include:
- PROJECT_ID and the derived TASK_ID – identify the project and, via INV_TASK_WNPS, the resolved task.
- TRANSACTION_SOURCE_ID, TRANSACTION_DATE, and a truncated TRANSACTION_ID – trace the originating inventory transaction.
- SEGMENT1, LINE_NUM, ITEM_DESCRIPTION, PO_DISTRIBUTION_ID – purchase order and receipt references.
- PERIOD_NAME and GL_PERIOD_NAME – the inventory and general ledger accounting periods.
- MATL_SUBELEMENT(...) – the derived material subelement value.
- EXPENDITURE_CATEGORY and REVENUE_CATEGORY_CODE – Project Manufacturing categorization of the commitment.
- ACTUAL_COST * PRIMARY_QUANTITY combinations – commitment and cumulative commitment amounts derived from the two cost-detail aliases.
- CURRENCY_CODE – sourced from GL_SETS_OF_BOOKS.
Common Use Cases and Queries
The view supports reconciliation of manufacturing commitments against project expenditures, review of purchase-order-driven commitments by project and task, and diagnostic queries over material transaction cost flow.
SELECT project_id, task_id, segment1, line_num,
transaction_date, primary_quantity
FROM cst_projmfg_cmt_view
WHERE project_id = :project_id;
Summarizing commitment value by organization and period:
SELECT organization_id, period_name,
SUM(primary_quantity) qty
FROM cst_projmfg_cmt_view
GROUP BY organization_id, period_name;
Because the view is documented as not implemented in every database, availability and column layout should be verified against the target instance before relying on it in production reporting.
-
View: CST_PROJMFG_CMT_VIEW
12.2.2
product: BOM - Bills of Material , description: Manufacturing commitments , implementation_dba_data: Not implemented in this database ,
-
View: CST_PROJMFG_CMT_VIEW
12.1.1
product: BOM - Bills of Material , description: Manufacturing commitments , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.CST_PROJMFG_CMT_VIEW
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_PROJMFG_CMT_VIEW, status:VALID,
-
SYNONYM: APPS.CST_PROJMFG_CMT_VIEW
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_PROJMFG_CMT_VIEW, status:VALID,
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CHECK_COMMITMENTS, status:VALID,
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CHECK_COMMITMENTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CLIENT_EXTN_CHECK_CMT
12.1.1
-
VIEW: APPS.CST_PROJMFG_CMT_STUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_STUB_V, object_name:CST_PROJMFG_CMT_STUB_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CLIENT_EXTN_CHECK_CMT
12.2.2
-
VIEW: APPS.CST_PROJMFG_CMT_STUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_STUB_V, object_name:CST_PROJMFG_CMT_STUB_V, status:VALID,
-
APPS.PA_CLIENT_EXTN_CHECK_CMT SQL Statements
12.1.1
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID,
-
APPS.PA_CLIENT_EXTN_CHECK_CMT SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PJM_COMMITMENT_UTILS
12.1.1
-
PACKAGE BODY: APPS.PJM_COMMITMENT_UTILS
12.2.2
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.1.1
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.2.2
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.1.1
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.1.1
-
APPS.PA_CHECK_COMMITMENTS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.2.2
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.2.2
-
APPS.PA_CHECK_COMMITMENTS SQL Statements
12.1.1
-
View: PA_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENTS_V PA.PA_COMMITMENTS_V, object_name:PA_COMMITMENTS_V, status:VALID, product: PA - Projects , description: A view of all oustanding project-related commitment costs , implementation_dba_data: APPS.PA_COMMITMENTS_V ,
-
View: PA_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID, product: PA - Projects , description: A view of all oustanding project-related commitment costs. , implementation_dba_data: APPS.PA_COMMITMENT_TXNS_V ,
-
View: PA_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID, product: PA - Projects , description: A view of all oustanding project-related commitment costs. , implementation_dba_data: APPS.PA_COMMITMENT_TXNS_V ,
-
VIEW: APPS.PA_COMMITMENTS_V
12.2.2
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENTS_V PA.PA_COMMITMENTS_V, object_name:PA_COMMITMENTS_V, status:VALID,
-
View: GMS_COMMITMENTS_OVERRIDE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_COMMITMENTS_OVERRIDE_V ,
-
View: GMS_COMMITMENTS_OVERRIDE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENTS_OVERRIDE_V, object_name:GMS_COMMITMENTS_OVERRIDE_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_COMMITMENTS_OVERRIDE_V ,
-
VIEW: APPS.PA_COMMITMENTS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V1, status:VALID,
-
View: PA_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.PA_COMMITMENT_TXNS_V ,
-
View: PA_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.PA_COMMITMENT_TXNS_V ,
-
VIEW: APPS.PA_COMMITMENTS_V1
12.2.2
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENT_TXNS_V PA.PA_COMMITMENT_TXNS_V, object_name:PA_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V, status:VALID,
-
APPS.PA_CHECK_COMMITMENTS dependencies on CST_PROJMFG_CMT_VIEW
12.1.1
-
APPS.PA_CHECK_COMMITMENTS dependencies on CST_PROJMFG_CMT_VIEW
12.2.2
-
View: PA_COMMITMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.PA_COMMITMENTS_V PA.PA_COMMITMENTS_V, object_name:PA_COMMITMENTS_V, status:VALID, product: JA - Asia/Pacific Localizations , description: This view overrides PA_COMMITMENTS_V provided by Projects to include Non Recoverable Taxes , implementation_dba_data: APPS.PA_COMMITMENTS_V ,
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_COMMITMENT_TXNS
12.1.1
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_COMMITMENT_TXNS
12.2.2
-
eTRM - GMS Tables and Views
12.1.1
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,
-
eTRM - GMS Tables and Views
12.2.2
description: Versions of award and budget workflows. There can be many workflows for an award or budget. ,