Search Results pa_proj_req_distributions
Overview
PA_PROJ_REQ_DISTRIBUTIONS is an APPS-owned reporting view in Oracle E-Business Suite that exposes project-related purchase requisition distributions originating in Oracle Purchasing. As documented in the ETRM metadata, the view "displays project-related distributions in Oracle Purchasing that have not yet been purchased as a purchase order." It therefore serves as a demand-side pipeline view: it identifies committed project expenditure that has been requisitioned but not yet converted into a purchase order commitment. This makes it valuable for project cost controllers, procurement analysts, and buyers who need visibility over outstanding requisitioned demand charged to projects and tasks. The view is valid in both EBS 12.1.1 and 12.2.2 and is defined in the APPS schema.
Underlying Base Objects
The view is constructed over a join of Purchasing, Projects, and HR/GL objects. The requisition side draws from PO_REQUISITION_HEADERS_ALL and PO_REQUISITION_LINES_ALL, while distribution-level detail comes from PO_REQ_DISTRIBUTIONS_ALL. Project context is supplied by PA_PROJECTS_ALL, PA_TASKS, and PA_TASKS_EXPEND_V, with expenditure classification from PA_EXPENDITURE_TYPES. Organizations are resolved through HR_ORGANIZATION_UNITS, and the requisitioning person through PER_ALL_PEOPLE_F. Document and line type descriptions come from PO_DOCUMENT_TYPES_ALL_TL and PO_LINE_TYPES. Currency and functional amounts are handled via the GL_LEDGERS synonym and the PA_MULTI_CURRENCY package, while security and utility logic is provided by PA_TASK_UTILS, PA_UTILS4, HR_SECURITY, HR_GENERAL, and FND_PROFILE. This combination reflects that the view is a cross-product construct joining procurement transactions to project accounting attributes.
Key Columns
The view exposes a broad set of columns derived from its base objects:
- SEGMENT1, LINE_NUM – Requisition number and line number from the requisition header/line.
- TYPE_NAME – The document/line type description from PO_LINE_TYPES.
- AUTHORIZATION_STATUS – Decoded to a simple Y/N approval indicator based on whether the requisition is APPROVED.
- ITEM_DESCRIPTION, NEED_BY_DATE, CREATION_DATE – Requisition line detail, including required-by and creation dates.
- SUGGESTED_VENDOR_NAME, VENDOR_ID – Suggested supplier information on the requisition line.
- PERSON_ID, FULL_NAME – Requesting person from PER_ALL_PEOPLE_F.
- CURRENCY_CODE, RATE_DATE, RATE_TYPE, RATE – Currency and exchange rate attributes, with nulls applied when the line currency matches the functional ledger currency.
- REQ_LINE_QUANTITY, UNIT_PRICE, UNIT_MEAS_LOOKUP_CODE – Quantity-based attributes, suppressed for amount-based lines.
- REQ_LINE_AMOUNT, NONRECOVERABLE_TAX – Amount-based requisition values, including non-recoverable tax.
- SEGMENT1, NAME, TASK_NUMBER, TASK_NAME – Project number/name and task identifiers.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY_CODE, EXPENDITURE_ITEM_DATE – Project accounting classification and date attributes.
- REQUISITION_HEADER_ID, REQUISITION_LINE_ID, DISTRIBUTION_ID – Transactional keys linking back to Purchasing records.
Common Use Cases and Queries
Typical usage centres on identifying uncommitted requisitioned project spend. A buyer might list approved requisition lines awaiting a purchase order, while a project accountant reconciles project cost pipelines.
- Outstanding approved requisitions by project:
SELECT p.segment1, p.name, t.task_number, r.segment1, r.line_num, r.currency_code, r.req_line_amount FROM apps.pa_proj_req_distributions r, apps.pa_projects_all p, apps.pa_tasks t WHERE r.project_id = p.project_id AND r.task_id = t.task_id AND r.authorization_status = 'Y'; - Pipeline by expenditure category: aggregate req_line_amount grouped by expenditure_category to forecast project spend not yet committed.
- Currency exposure reporting: filter on currency_code and rate where the requisition currency differs from the functional ledger currency.
The view is read-only, so queries should always qualify records by project, task, or approval status to keep result sets meaningful.
-
View: PA_PROJ_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS, object_name:PA_PROJ_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: View that displays project-related distributions in Oracle Purchasing that have not yet been purchased as a purchase order. , implementation_dba_data: APPS.PA_PROJ_REQ_DISTRIBUTIONS ,
-
View: PA_PROJ_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS, object_name:PA_PROJ_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: View that displays project-related distributions in Oracle Purchasing that have not yet been purchased as a purchase order. , implementation_dba_data: APPS.PA_PROJ_REQ_DISTRIBUTIONS ,
-
VIEW: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.1.1
-
View: PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_REQ_DISTRIBUTIONS, object_name:PA_PROJ_PEND_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows project related unapproved, unpurchased requisition distributions , implementation_dba_data: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS ,
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL_TL, status:VALID,
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL_TL, status:VALID,
-
View: PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_REQ_DISTRIBUTIONS, object_name:PA_PROJ_APPR_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows all approved and unpurchased requisition distributions, which are project related. , implementation_dba_data: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS ,
-
View: PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_REQ_DISTRIBUTIONS, object_name:PA_PROJ_PEND_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows project related unapproved, unpurchased requisition distributions , implementation_dba_data: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS ,
-
PACKAGE BODY: APPS.GMS_PA_API3
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_PA_API3, status:VALID,
-
View: PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_REQ_DISTRIBUTIONS, object_name:PA_PROJ_APPR_REQ_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Shows all approved and unpurchased requisition distributions, which are project related. , implementation_dba_data: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS ,
-
PACKAGE BODY: APPS.GMS_PA_API3
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMS_PA_API3, status:VALID,
-
PACKAGE: APPS.PA_UTILS4
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_UTILS4, status:VALID,
-
PACKAGE: APPS.PA_TASK_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_TASK_UTILS, status:VALID,
-
PACKAGE: APPS.PA_MULTI_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_MULTI_CURRENCY, status:VALID,
-
PACKAGE: APPS.PA_MULTI_CURRENCY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_MULTI_CURRENCY, status:VALID,
-
SYNONYM: APPS.PO_LINE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_TYPES, status:VALID,
-
SYNONYM: APPS.PO_LINE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_TYPES, status:VALID,
-
VIEW: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_REQ_DISTRIBUTIONS, object_name:PA_PROJ_APPR_REQ_DISTRIBUTIONS, status:VALID,
-
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,
-
VIEW: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_REQ_DISTRIBUTIONS, object_name:PA_PROJ_PEND_REQ_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.PA_PROJ_PEND_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PEND_REQ_DISTRIBUTIONS, object_name:PA_PROJ_PEND_REQ_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.PA_PROJ_APPR_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_APPR_REQ_DISTRIBUTIONS, object_name:PA_PROJ_APPR_REQ_DISTRIBUTIONS, status:VALID,
-
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,
-
SYNONYM: APPS.PA_EXPENDITURE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
VIEW: APPS.PA_PROJ_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS, object_name:PA_PROJ_REQ_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.PA_PROJ_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS, object_name:PA_PROJ_REQ_DISTRIBUTIONS, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.1.1
-
SYNONYM: APPS.PO_REQUISITION_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS_ALL, status:VALID,
-
VIEW: APPS.PA_TASKS_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_EXPEND_V, object_name:PA_TASKS_EXPEND_V, status:VALID,
-
VIEW: APPS.PA_COMMITMENTS_V
12.1.1
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_V
12.2.2
-
VIEW: APPS.PA_COMMITMENT_TXNS_V
12.2.2
-
VIEW: APPS.GMS_COMMITMENTS_OVERRIDE_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 ,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS_ALL, 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: 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.PA_COMMITMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_COMMITMENTS_V, 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_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_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,
-
SYNONYM: APPS.PO_REQUISITION_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES_ALL, status:VALID,