Search Results denom_amount_delivered
Overview
APPS.CST_PROJMFG_CMT_STUB_V is an internal Oracle E-Business Suite view that exposes commitment (CMT) transaction data for project manufacturing cost collection. In EBS 12.1.1 and 12.2.2 it functions as a stub interface between Purchasing commitments and the Cost Management module, providing a flattened projection of commitment distribution lines together with their accounting and denominator (project cost) cost amounts. The view is registered under FND Design Data BOM.CST_PROJMFG_CMT_STUB_V and carries a status of VALID, with a View Type of Internal.
The object carries the standard Oracle warning that it is for Oracle Internal Use Only and is not supported for direct customer access. Its columns are consumed by standard Cost Management and Projects programs that transfer commitment costs into project cost and accounting distributions, rather than by end-user reporting tools. Because the display name is a stub view, the columns represent the denormalised shape required to feed the project manufacturing commitment processor.
Underlying Base Objects
The documented dependency for this view is PA_IMPLEMENTATIONS_ALL, referenced through a synonym. PA_IMPLEMENTATIONS_ALL is the Oracle Projects implementation/configuration table that stores the set of books and implementation options for each operating unit. Its presence indicates that CST_PROJMFG_CMT_STUB_V is filtered or joined against the implementation context so that returned commitment lines are restricted to valid, configured Projects implementations.
Conceptually the view sources commitment header and distribution information from the Purchasing commitment tables (PO_HEADERS, PO_LINES, PO_LINE_LOCATIONS, PO_DISTRIBUTIONS) and derives project/task association and cost amounts through Projects and Cost Management logic. The structure is intentionally denormalised: header attributes, distribution identifiers, quantity and amount metrics, and accounting versus denominator cost amounts are presented on a single row for downstream processing.
Key Columns
- PROJECT_ID and TASK_ID identify the project and task to which the commitment is charged.
- CMT_HEADER_ID, CMT_DISTRIBUTION_ID and CMT_LINE_NUMBER locate the source commitment and its distribution line.
- TRANSACTION_SOURCE and LINE_TYPE qualify the nature of the commitment transaction.
- EXPENDITURE_ITEM_DATE, PA_PERIOD and GL_PERIOD drive the accounting period and project period placement.
- VENDOR_ID, VENDOR_NAME, CMT_REQUESTOR_NAME and CMT_BUYER_NAME provide party context.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY and REVENUE_CATEGORY classify cost for project costing and revenue.
- DENOM_RAW_COST, DENOM_BURDENED_COST, ACCT_RAW_COST and ACCT_BURDENED_COST separate denominator (project) and accounting cost amounts.
- Quantity and amount metrics include AMOUNT_ORDERED, AMOUNT_DELIVERED, AMOUNT_INVOICED, AMOUNT_OUTSTANDING_DELIVERY, DENOM_AMOUNT_DELIVERED, and DENOM_AMT_OUTSTANDING_INVOICE, the last being the denominator amount still open against invoicing.
Common Use Cases and Queries
The view is used to feed commitment cost transfer and reconciliation routines, and to investigate open commitment balances. The user search term denom_amt_outstanding_invoice references the denominator amount not yet invoiced.
SELECT project_id, task_id, cmt_number, vendor_name,
denom_amount_delivered, denom_amt_outstanding_invoice
FROM apps.cst_projfmf_cmt_stub_v
WHERE project_id = :p_project_id;
-
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,
-
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,
-
VIEW: APPS.PA_PROJ_PO_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS_V, object_name:PA_PROJ_PO_DISTRIBUTIONS_V, status:VALID,
-
VIEW: APPS.CST_PROJMFG_CMT_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_BASIC_V, object_name:CST_PROJMFG_CMT_BASIC_V, status:VALID,
-
View: 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, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_PROJMFG_CMT_STUB_V ,
-
VIEW: APPS.PA_PROJ_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS, object_name:PA_PROJ_PO_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.CST_PROJMFG_CMT_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_BASIC_V, object_name:CST_PROJMFG_CMT_BASIC_V, status:VALID,
-
View: PJM_PO_COMMITMENTS_STUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_STUB_V, object_name:PJM_PO_COMMITMENTS_STUB_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view for non-project manufacturing customers , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_STUB_V ,
-
View: PJM_PO_COMMITMENTS_STUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_STUB_V, object_name:PJM_PO_COMMITMENTS_STUB_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view for non-project manufacturing customers , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_STUB_V ,
-
View: 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, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_PROJMFG_CMT_STUB_V ,
-
VIEW: APPS.PA_PROJ_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS, object_name:PA_PROJ_PO_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_STUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_STUB_V, object_name:PJM_PO_COMMITMENTS_STUB_V, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_STUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_STUB_V, object_name:PJM_PO_COMMITMENTS_STUB_V, status:VALID,
-
VIEW: APPS.PA_PROJ_PO_DISTRIBUTIONS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_PROJ_PO_DISTRIBUTIONS_V1, status:VALID,
-
VIEW: APPS.PA_PROJ_PO_DISTRIBUTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_PROJ_PO_DISTRIBUTIONS_V2, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_BASIC_V, object_name:PJM_PO_COMMITMENTS_BASIC_V, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_BASIC_V, object_name:PJM_PO_COMMITMENTS_BASIC_V, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID,
-
VIEW: APPS.PJM_PO_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID,
-
View: PJM_PO_COMMITMENTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_BASIC_V, object_name:PJM_PO_COMMITMENTS_BASIC_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_BASIC_V ,
-
View: PJM_PO_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_CMPRJ_V ,
-
View: PJM_PO_COMMITMENTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_BASIC_V, object_name:PJM_PO_COMMITMENTS_BASIC_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_BASIC_V ,
-
View: PJM_PO_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PO_COMMITMENTS_CMPRJ_V, object_name:PJM_PO_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: APPS.PJM_PO_COMMITMENTS_CMPRJ_V ,
-
View: CST_PROJMFG_CMT_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_BASIC_V, object_name:CST_PROJMFG_CMT_BASIC_V, status:VALID, product: BOM - Bills of Material , description: Manufacturing commitments , implementation_dba_data: APPS.CST_PROJMFG_CMT_BASIC_V ,
-
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 ,
-
View: CST_PROJMFG_CMT_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PROJMFG_CMT_BASIC_V, object_name:CST_PROJMFG_CMT_BASIC_V, status:VALID, product: BOM - Bills of Material , description: Manufacturing commitments , implementation_dba_data: APPS.CST_PROJMFG_CMT_BASIC_V ,
-
View: PJM_PO_COMMITMENTS_V
12.1.1
product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: Not implemented in this database ,
-
View: PJM_PO_COMMITMENTS_V
12.2.2
product: PJM - Project Manufacturing , description: Project-related unreceived purchase order distributions view , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_PO_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS_V, object_name:PA_PROJ_PO_DISTRIBUTIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS_V ,
-
View: PA_PROJ_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS, object_name:PA_PROJ_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: View for project-related uninvoiced purchase order distributions. The non-recoverable tax is added to the amount outstanding invoice values. , implementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS ,
-
View: PA_PROJ_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PO_DISTRIBUTIONS, object_name:PA_PROJ_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: View for project-related uninvoiced purchase order distributions. The non-recoverable tax is added to the amount outstanding invoice values. , implementation_dba_data: APPS.PA_PROJ_PO_DISTRIBUTIONS ,
-
eTRM - PJM Tables and Views
12.2.2
description: Change History of Serial Number - Model/Unit Number Associations ,
-
eTRM - PJM Tables and Views
12.1.1
description: Change History of Serial Number - Model/Unit Number Associations ,
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1