Search Results oracle_purchasing
Overview
PA_COMMITMENTS_V is an APPS-owned database view that is delivered as an override of the standard Projects commitment view of the same name. Within the JA (Asia/Pacific Localizations) product family, this view replaces the Projects version of PA_COMMITMENTS_V in order to include non-recoverable taxes in the commitment amounts presented to Oracle Projects, Oracle Purchasing, and Oracle Payables. Documented in ETRM for both 12.1.1 and 12.2.2, the object has a status of VALID and is implemented entirely in the APPS schema.
The view consolidates requisition, purchase order, and invoice commitment data into a single, horizontally structured result set. The ORACLE_PURCHASING literal embedded in the view definition identifies the source system for the requisition rows, while the accompanying column values describe the project, task, expenditure organization, vendor, and expenditure attributes associated with each commitment line. Its principal role is to provide a Projects-facing commitment feed whose amounts reflect the local tax treatment required for Asia/Pacific implementations.
Underlying Base Objects
The documented dependency list for this view spans both synonyms and PL/SQL packages. The data-oriented sources are PA_PROJ_REQ_DISTRIBUTIONS_V (requisition commitments), PA_PROJ_PO_DISTRIBUTIONS_V (purchase order commitments), PA_PROJ_AP_INV_DIST_V (invoice commitments), and the package-specific aliases CST_PROJMFG_CMT_VIEW, PA_PJM_PO_COMMITMENTS_TMP, and PA_PJM_REQ_COMMITMENTS_TMP. In the excerpted definition, the requisition branch is driven by PPRD (the requisition distribution view), exposing PROJECT_ID, TASK_ID, REQ_NUMBER, REQ_DISTRIBUTION_ID, REQUISITION_HEADER_ID, ITEM_DESCRIPTION, EXPENDITURE_ITEM_DATE, REQ_LINE, APPROVED_FLAG, NEED_BY_DATE, EXPENDITURE_ORGANIZATION_ID, VENDOR_ID, VENDOR_NAME, EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY, UNIT, UNIT_PRICE, QUANTITY, and ACCT_EXCHANGE_RATE.
Functional behavior is supplied by several packages. JAI_PA_COSTING_PKG.GET_NONREC_TAX_AMOUNT supplies the non-recoverable tax component, keyed by source system, distribution identifiers, currency indicator, unit, quantity, and accounting exchange rate; JAI_PA_COSTING_PKG.GET_FUNC_CURR_INDICATOR supplies the functional currency flag. PA_BURDEN_CMTS.GET_CMT_COMPILED_SET_ID and PA_BURDEN_CMTS.GET_CMT_BURDENED_COST compute the burden compiled set and burdened cost for each commitment. The remaining documented packages — PA_CMT_UTILS, PA_FUNDS_CONTROL_UTILS, PA_MULTI_CURRENCY, PA_PJC_CWK_UTILS, and AP_INVOICES_PKG — support commitment utilities, funds control, currency conversion, and invoice processing logic invoked elsewhere in the complete view body.
Key Columns
- PROJECT_ID / TASK_ID — Project and task identifiers used to tie each commitment to Projects structures.
- Source identifiers — REQ_NUMBER, REQ_LINE, REQ_DISTRIBUTION_ID, and REQUISITION_HEADER_ID identify the originating requisition document and distribution.
- EXPENDITURE_ITEM_DATE — Date used for commitment aging and burden calculation, and passed into the burden and tax routines.
- EXPENDITURE_ORGANIZATION_ID / EXPENDITURE_TYPE — Determine the applicable burden schedule and costing treatment.
- VENDOR_ID / VENDOR_NAME — Supplier against whom the commitment is held.
- AMOUNT — The commitment amount, computed as PPRD.AMOUNT plus the non-recoverable tax returned by JAI_PA_COSTING_PKG.GET_NONREC_TAX_AMOUNT; this is the defining enhancement of the override.
- Burdened cost — Returned by PA_BURDEN_CMTS.GET_CMT_BURDENED_COST, applying the same tax-inclusive base amount.
- UNIT / UNIT_PRICE / QUANTITY — Quantity and pricing attributes of the distribution line.
- Currency indicator — Derived from JAI_PA_COSTING_PKG.GET_FUNC_CURR_INDICATOR, distinguishing functional from foreign currency treatment.
Common Use Cases and Queries
Typical uses include project commitment reporting, funds checking, and reconciliation of commitment balances where non-recoverable tax must be recognized. DBAs also query the view definition to investigate differences between the localized and standard versions.
To inspect requisition-sourced commitments for a project:
SELECT project_id, task_id, req_number, vendor_name, expenditure_type, amount, quantityFROM apps.pa_commitments_vWHERE project_id = :p_project_id;
To total tax-inclusive commitment amounts by expenditure type, aggregate the AMOUNT column directly, since the non-recoverable tax is already embedded. To compare the localized view against the standard Projects definition, query DBA_VIEWS or DBA_DEPENDENCIES for the APPS.PA_COMMITMENTS_V object and review the referenced packages, particularly JAI_PA_COSTING_PKG and PA_BURDEN_CMTS.
-
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 ,
-
VIEW: APPS.PA_COMMITMENTS_V
12.2.2
-
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 ,
-
Lookup Type: COMMITMENT TXN SOURCE
12.1.1
product: PA - Projects , meaning: Commitment Txn Source , description: Commitment Txn Source ,
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.1.1
-
Lookup Type: COMMITMENT TXN SOURCE
12.2.2
product: PA - Projects , meaning: Commitment Txn Source , description: Commitment Txn Source ,
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.2.2
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.2.2
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
-
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: 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.GMS_COMMITMENTS_OVERRIDE_V
12.1.1
-
VIEW: APPS.PA_COMMITMENTS_V1
12.2.2
-
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_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 ,
-
APPS.PA_CHECK_COMMITMENTS SQL Statements
12.1.1
-
APPS.PA_CHECK_COMMITMENTS SQL Statements
12.2.2
-
PACKAGE: APPS.JAI_PA_COSTING_PKG
12.1.1
-
APPS.PA_CLIENT_EXTN_CHECK_CMT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.2.2
-
PACKAGE BODY: APPS.PA_CHECK_COMMITMENTS
12.1.1
-
APPS.PA_CLIENT_EXTN_CHECK_CMT SQL Statements
12.2.2
-
PACKAGE: APPS.JAI_PA_COSTING_PKG
12.2.2
-
VIEW: APPS.PJM_PROJECT_COMMIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_COMMIT_V, object_name:PJM_PROJECT_COMMIT_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CLIENT_EXTN_CHECK_CMT
12.1.1
-
VIEW: APPS.PJM_PROJECT_COMMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_COMMIT_V, object_name:PJM_PROJECT_COMMIT_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CLIENT_EXTN_CHECK_CMT
12.2.2
-
VIEW: APPS.GMS_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.GMS_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V1, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V, status:VALID,
-
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_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,
-
TABLE: PA.PA_COMMITMENT_TXNS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS, object_name:PA_COMMITMENT_TXNS, status:VALID,
-
TABLE: PA.PA_COMMITMENT_TXNS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COMMITMENT_TXNS, object_name:PA_COMMITMENT_TXNS, status:VALID,
-
APPS.GMS_PA_API3 SQL Statements
12.1.1
-
APPS.GMS_PA_API3 SQL Statements
12.2.2
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_COMMITMENT_TXNS
12.2.2
-
APPS.PA_CHECK_COMMITMENTS dependencies on PA_COMMITMENT_TXNS
12.1.1
-
PACKAGE BODY: APPS.GMS_PA_API3
12.1.1
-
PACKAGE BODY: APPS.GMS_PA_API3
12.2.2
-
APPS.JAI_PA_COSTING_PKG dependencies on JAI_PA_COSTING_PKG
12.2.2
-
PACKAGE BODY: APPS.JAI_PA_COSTING_PKG
12.2.2
-
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 - 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. ,