Search Results requestor_person_id
Overview
The APPS.PA_PROJ_REQ_DISTRIBUTIONS_V view is a reporting and integration object in Oracle E-Business Suite Projects (PA). It presents project-related requisition distribution information by joining purchasing requisition data with project, task, expenditure type, and expenditure organization attributes. In Oracle EBS 12.1.1 and 12.2.2, the view is registered under the APPS schema and is flagged VALID. Its FND Design Data reference is PA.PA_PROJ_REQ_DISTRIBUTIONS_V, indicating ownership by the Projects application.
The view is primarily intended for inquiry, reporting, and interface purposes where a denormalized, read-only representation of requisition distributions associated with projects is required. Because it consolidates descriptive purchasing attributes with project accounting attributes, it allows report writers and integration developers to avoid writing complex multi-table joins against the raw transaction tables.
Underlying Base Objects
According to the documented metadata (ETRM 12.2.2), the view references the following base objects:
- PO_REQUISITION_HEADERS_ALL — requisition header information
- PO_REQUISITION_LINES_ALL — requisition line details
- PO_REQ_DISTRIBUTIONS_ALL — requisition distribution records
- PO_DOCUMENT_TYPES and PO_LINE_TYPES — purchase document and line classification
- PA_PROJECTS and PA_TASKS — project and task descriptive attributes
- PA_EXPENDITURE_TYPES — expenditure type classification
- PER_ALL_PEOPLE_F — requestor person and name resolution
- PA_MULTI_CURRENCY — currency conversion logic
- GL_SETS_OF_BOOKS — set of books context for accounting currency and rate information
These synonyms resolve to the underlying purchasing, projects, and human resources tables in the EBS database. The view federates data across these applications, producing one row per requisition distribution enriched with project accounting context.
Key Columns
The view exposes requisition, purchasing, project accounting, and currency columns. Key items include:
- REQ_NUMBER and REQ_LINE — requisition identifier and line number.
- DOCUMENT_TYPE and APPROVED_FLAG — document classification and approval status.
- REQUESTOR_PERSON_ID and REQUESTOR_NAME — the person who raised the requisition, resolved through PER_ALL_PEOPLE_F. REQUESTOR_PERSON_ID is the numeric key commonly used for filtering or joins.
- VENDOR_ID and VENDOR_NAME — supplier information.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME, TASK_ID, TASK_NUMBER, TASK_NAME — project and task context.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY — expenditure classification.
- DENOM_CURRENCY_CODE, DENOM_AMOUNT, ACCT_CURRENCY_CODE, ACCT_EXCHANGE_RATE, ACCT_RATE_DATE, ACCT_RATE_TYPE — currency and conversion detail.
- REQUISITION_HEADER_ID, REQUISITION_LINE_ID, REQ_DISTRIBUTION_ID — primary keys for drill-down joins.
- EXPENDITURE_ORGANIZATION_ID and RESOURCE_CLASS — expenditure organization and resource classification.
Common Use Cases and Queries
Typical usage includes reporting on project requisition commitments, identifying requisitions raised by specific requestors, and validating currency conversion associated with project expenditures. Because the user specifically searched for requestor_person_id, a common query filters by that column:
SELECT REQ_NUMBER, REQ_LINE, REQUESTOR_PERSON_ID, REQUESTOR_NAME, PROJECT_NUMBER, TASK_NUMBER, DENOM_AMOUNT, APPROVED_FLAG FROM APPS.PA_PROJ_REQ_DISTRIBUTIONS_V WHERE REQUESTOR_PERSON_ID = :p_person_id;
Other frequent patterns include aggregating requisition amounts by project or task, listing distributions for a project within a date range using NEED_BY_DATE or EXPENDITURE_ITEM_DATE, and joining REQ_DISTRIBUTION_ID back to PO_REQ_DISTRIBUTIONS_ALL for drill-down. Reports may also group by EXPENDITURE_CATEGORY or RESOURCE_CLASS to summarize project commitment by cost classification. Because the view is read-only, it should be used for querying and integration extraction rather than direct DML.
-
VIEW: APPS.PA_PROJ_REQ_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS_V, object_name:PA_PROJ_REQ_DISTRIBUTIONS_V, status:VALID,
-
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 ,
-
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.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.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.PA_PROJ_REQ_DISTRIBUTIONS_V1
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_PROJ_REQ_DISTRIBUTIONS_V1, 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: 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 ,
-
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 ,
-
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 ,
-
VIEW: APPS.PJM_REQ_COMMITMENTS_STUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_STUB_V, object_name:PJM_REQ_COMMITMENTS_STUB_V, status:VALID,
-
View: PJM_REQ_COMMITMENTS_STUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_STUB_V, object_name:PJM_REQ_COMMITMENTS_STUB_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view for non-project manufacturing customers , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_STUB_V ,
-
VIEW: APPS.PJM_REQ_COMMITMENTS_STUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_STUB_V, object_name:PJM_REQ_COMMITMENTS_STUB_V, 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.PJM_REQ_COMMITMENTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_BASIC_V, object_name:PJM_REQ_COMMITMENTS_BASIC_V, status:VALID,
-
View: PJM_REQ_COMMITMENTS_STUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_STUB_V, object_name:PJM_REQ_COMMITMENTS_STUB_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view for non-project manufacturing customers , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_STUB_V ,
-
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 ,
-
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,
-
VIEW: APPS.PJM_REQ_COMMITMENTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_BASIC_V, object_name:PJM_REQ_COMMITMENTS_BASIC_V, 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: 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_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,
-
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: 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.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_REQ_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, status:VALID,
-
VIEW: APPS.PJM_REQ_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, 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: 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: APPS.PA_PROJ_PO_DISTRIBUTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_PROJ_PO_DISTRIBUTIONS_V2, status:VALID,
-
View: PA_PROJ_REQ_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_REQ_DISTRIBUTIONS_V, object_name:PA_PROJ_REQ_DISTRIBUTIONS_V, 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_V ,
-
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: PJM_REQ_COMMITMENTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_BASIC_V, object_name:PJM_REQ_COMMITMENTS_BASIC_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_BASIC_V ,
-
View: PJM_REQ_COMMITMENTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_BASIC_V, object_name:PJM_REQ_COMMITMENTS_BASIC_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_BASIC_V ,
-
View: PJM_REQ_COMMITMENTS_CMPRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_CMPRJ_V ,
-
View: PJM_REQ_COMMITMENTS_CMPRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_REQ_COMMITMENTS_CMPRJ_V, object_name:PJM_REQ_COMMITMENTS_CMPRJ_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: APPS.PJM_REQ_COMMITMENTS_CMPRJ_V ,
-
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,
-
View: PJM_REQ_COMMITMENTS_V
12.1.1
product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: Not implemented in this database ,
-
View: PJM_REQ_COMMITMENTS_V
12.2.2
product: PJM - Project Manufacturing , description: Project-related purchase requisition distributions view , implementation_dba_data: Not implemented in this database ,
-
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 ,