Search Results po_revision
Overview
APPS.PA_PROJ_PO_DISTRIBUTIONS_V is a reporting and integration view in the Oracle E-Business Suite Projects (PA) module. It presents a consolidated, project-aware picture of purchasing activity by joining Oracle Purchasing distributions to their associated project, task, and expenditure classification attributes. The view exposes purchase order documentation, revision and release information, commit amounts, delivered and invoiced quantities, and the accounting currency conversions applied to those amounts. Its documented status is VALID, and it is registered in the FND design data repository as PA.PA_PROJ_PO_DISTRIBUTIONS_V. In both release 12.1.1 and 12.2.2, the view serves as a denormalized read-only interface for project commitment reporting, funds control analysis, and supplier spend inquiries, allowing inquiries and reports to retrieve purchase-order commitment data alongside project and expenditure type context without manually joining the underlying purchasing and projects tables.
Underlying Base Objects
The view is defined over a combination of Purchasing, Projects, and common reference objects, including several package calls used to derive computed values. Documented referenced objects are GL_SETS_OF_BOOKS (VIEW), PA_CMT_UTILS (PACKAGE), PA_EXPENDITURE_TYPES (SYNONYM), PA_FUNDS_CONTROL_UTILS (PACKAGE), PA_MULTI_CURRENCY (PACKAGE), PA_PJC_CWK_UTILS (PACKAGE), PA_PROJECTS (SYNONYM), PA_TASKS (SYNONYM), PER_ALL_PEOPLE_F (SYNONYM), PO_DISTRIBUTIONS_ALL (SYNONYM), PO_DOCUMENT_TYPES (SYNONYM), PO_HEADERS_ALL (SYNONYM), PO_LINES_ALL (SYNONYM), PO_LINE_LOCATIONS_ALL (SYNONYM), PO_LINE_TYPES (SYNONYM), PO_RELEASES_ALL (SYNONYM), and PO_VENDORS (VIEW). PO_DISTRIBUTIONS_ALL supplies the distribution-level project and task references, PO_HEADERS_ALL and PO_RELEASES_ALL provide document-level information such as revision and release numbers, PO_LINES_ALL and PO_LINE_LOCATIONS_ALL supply line and shipment detail, and the PA_* objects resolve project, task, expenditure, and currency attributes. The PL/SQL packages are invoked to compute derived flags and conversion amounts.
Key Columns
- PO_NUMBER, PO_REVISION, RELEASE_NUMBER, RELEASE_REVISION — Purchase order and release identifiers, including the revision and release revision fields that many users search on when reconciling document versions.
- APPROVED_FLAG, EVER_APPROVED_FLAG, DOCUMENT_TYPE — Approval state and purchasing document type classification.
- PROJECT_NUMBER, PROJECT_NAME, TASK_NUMBER, TASK_NAME — Project and task context for the distribution.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY, EXPENDITURE_ITEM_DATE — Expenditure classification and date used for commitment and costing analysis.
- QUANTITY_ORDERED, AMOUNT_ORDERED, QUANTITY_CANCELLED, QUANTITY_DELIVERED, QUANTITY_INVOICED — Lifecycle quantity metrics, including original, outstanding, and overbilled amounts.
- DENOM_CURRENCY_CODE, ACCT_CURRENCY_CODE, ACCT_EXCHANGE_RATE, ACCT_RATE_TYPE, ACCT_RATE_DATE — Currency and conversion detail for the accounted amounts.
- PO_HEADER_ID, PO_RELEASE_ID, PO_LINE_ID, PO_LINE_LOCATION_ID, PO_DISTRIBUTION_ID, PROJECT_ID — Primary and foreign keys supporting drill-down to source records.
Common Use Cases and Queries
Typical uses include project commitment reporting, purchase order line and release reconciliation, and analysis of cancelled, delivered, invoiced, and outstanding quantities. A common query to inspect the revision and release revision fields a user searched for is:
- SELECT po_number, po_revision, release_number, release_revision, project_number, task_number, amount_ordered, quantity_ordered FROM apps.pa_proj_po_distributions_v WHERE project_number = :project_number;
- SELECT po_number, release_number, release_revision, quantity_delivered, quantity_invoiced, quantity_outstanding_delivery FROM apps.pa_proj_po_distributions_v WHERE po_number = :po_number;
- SELECT project_number, expenditure_category, SUM(amount_ordered) committed_amount FROM apps.pa_proj_po_distributions_v GROUP BY project_number, expenditure_category;
Because the view aggregates data from multiple Purchasing and Projects objects and invokes PA packages, queries should be filtered on indexed identifiers such as project number or purchase order number wherever possible to limit the processing performed by the underlying joins.
-
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: PA_PROJ_PEND_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_PO_DISTRIBUTIONS, object_name:PA_PROJ_PEND_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows project related unapproved, uninvoiced purchase order distributions , implementation_dba_data: APPS.PA_PROJ_PEND_PO_DISTRIBUTIONS ,
-
View: PA_PROJ_PEND_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_PO_DISTRIBUTIONS, object_name:PA_PROJ_PEND_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows project related unapproved, uninvoiced purchase order distributions , implementation_dba_data: APPS.PA_PROJ_PEND_PO_DISTRIBUTIONS ,
-
View: PA_PROJ_APPR_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_PO_DISTRIBUTIONS, object_name:PA_PROJ_APPR_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows all approved and uninvoiced purchase order distributions, which are project related. , implementation_dba_data: APPS.PA_PROJ_APPR_PO_DISTRIBUTIONS ,
-
TABLE: POS.POS_EXASN_LINES
12.2.2
owner:POS, object_type:TABLE, object_name:POS_EXASN_LINES, status:VALID,
-
VIEW: APPS.PA_PROJ_APPR_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_PO_DISTRIBUTIONS, object_name:PA_PROJ_APPR_PO_DISTRIBUTIONS, status:VALID,
-
View: PA_PROJ_APPR_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_PO_DISTRIBUTIONS, object_name:PA_PROJ_APPR_PO_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows all approved and uninvoiced purchase order distributions, which are project related. , implementation_dba_data: APPS.PA_PROJ_APPR_PO_DISTRIBUTIONS ,
-
TABLE: POS.POS_EXASN_LINES
12.1.1
owner:POS, object_type:TABLE, object_name:POS_EXASN_LINES, status:VALID,
-
VIEW: APPS.PA_PROJ_PEND_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_PO_DISTRIBUTIONS, object_name:PA_PROJ_PEND_PO_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.PA_PROJ_APPR_PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_PO_DISTRIBUTIONS, object_name:PA_PROJ_APPR_PO_DISTRIBUTIONS, status:VALID,
-
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: 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: APPS.PA_PROJ_PEND_PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_PO_DISTRIBUTIONS, object_name:PA_PROJ_PEND_PO_DISTRIBUTIONS, status:VALID,
-
TYPE: APPS.POS_EXCELASN_LINE_TABLE
12.1.1
owner:APPS, object_type:TYPE, object_name:POS_EXCELASN_LINE_TABLE, status:VALID,
-
TYPE: APPS.POS_EXCELASN_LINE_TABLE
12.2.2
owner:APPS, object_type:TYPE, object_name:POS_EXCELASN_LINE_TABLE, status:VALID,
-
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: 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: 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_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.PA_PROJ_PO_DISTRIBUTIONS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_PROJ_PO_DISTRIBUTIONS_V1, 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: 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,
-
PACKAGE: APPS.PO_FTE_INTEGRATION_GRP
12.2.2
-
PACKAGE: APPS.PO_FTE_INTEGRATION_GRP
12.1.1
-
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: 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_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 ,
-
APPS.POS_EXCELASN_GRP SQL Statements
12.1.1
-
APPS.POS_EXCELASN_GRP SQL Statements
12.2.2
-
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: 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: 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 ,
-
PACKAGE BODY: APPS.POS_EXCELASN_GRP
12.1.1
-
PACKAGE BODY: APPS.POS_EXCELASN_GRP
12.2.2
-
PACKAGE: APPS.OE_WSH_BULK_GRP
12.2.2
-
PACKAGE: APPS.OE_WSH_BULK_GRP
12.1.1
-
APPS.POS_EXCELASN_PVT SQL Statements
12.2.2
-
APPS.POS_EXCELASN_PVT SQL Statements
12.1.1
-
APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on PO_LINES
12.1.1
-
APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on PO_LINES
12.2.2
-
PACKAGE BODY: APPS.RCV_TRANSACTIONS_INTERFACE_SV1
12.1.1
-
PACKAGE BODY: APPS.RCV_TRANSACTIONS_INTERFACE_SV1
12.2.2
-
eTRM - PJM Tables and Views
12.1.1
description: Change History of Serial Number - Model/Unit Number Associations ,
-
PACKAGE BODY: APPS.POS_EXCELASN_PVT
12.1.1