Search Results po_distributions
Overview
ICX_EDM_BUYER_SUP_PROJ_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the ICX (Oracle iProcurement) product. It is documented in ETRM as the "Project Information Summary View by Buyer / Supplier." Its purpose is to present a consolidated, de-normalized summary of purchasing activity broken down by buyer, supplier, and project, allowing iProcurement and downstream reporting tools to associate purchase order distributions with project accounting attributes without navigating the full transactional model.
The view carries a VALID status in both Oracle EBS 12.1.1 and 12.2.2. Because it is a view rather than a table, it stores no data of its own; it reads live from the purchasing and project accounting base objects at query time. Note that the defining query is a UNION of two branches: one driven from PA_PROJECTS_ALL for standard (non-template) projects, and one driven from PJM_SEIBAN_NUMBERS for Seiban-numbered projects. The two branches are aligned column-for-column so the result set remains consistent.
Underlying Base Objects
The documented base objects referenced by this view are:
- PO_DISTRIBUTIONS (SYNONYM) — the core driver; each row is a purchase order distribution linking to a project and a PO header.
- PO_HEADERS (SYNONYM) — supplies the buyer agent and vendor identifiers.
- PO_VENDORS (VIEW) — provides the supplier name for the vendor on the header.
- PA_PROJECTS_ALL (SYNONYM) — supplies project number, name, description, type, status, carrying-out organization, and dates for the standard branch.
- PA_PROJECT_STATUSES (SYNONYM) — resolves the project status code to a descriptive status name.
- PJM_SEIBAN_NUMBERS (SYNONYM) — alternative project source for the Seiban branch.
- HR_ORGANIZATION_UNITS (VIEW) — resolves the organization identifier to an organization name.
- PO_INQ_SV (PACKAGE) — used via PO_INQ_SV.GET_PERSON_NAME to return the buyer's display name.
- HR_GENERAL and HR_SECURITY (PACKAGES) — supporting packages associated with the organizational and security model.
The joins use an outer join on PO_VENDORS (SUPP.VENDOR_ID (+) = HEAD.VENDOR_ID) and on HR_ORGANIZATION_UNITS in the Seiban branch, so records are retained even where a supplier or organization name is not yet available. The filter PROJ.TEMPLATE_FLAG != 'Y' excludes project templates from the standard branch.
Key Columns
The view exposes the following business-meaningful columns:
- PROJECT_ID — the project identifier joining purchasing distributions to project accounting.
- PROJECT_NUMBER and PROJECT_NAME — human-readable project identifiers.
- PROJECT_DESCRIPTION — descriptive text (populated from SEIB.PROJECT_NAME in the Seiban branch).
- ORGANIZATION_ID and ORGANIZATION_NAME — the carrying-out organization for the project, resolved via HR_ORGANIZATION_UNITS.
- PROJECT_TYPE, PROJECT_STATUS, and PROJECT_STATUS_NAME — project classification and its descriptive status.
- PROJECT_START_DATE and PROJECT_END_DATE — project schedule boundaries.
- BUYER_ID and the buyer name returned by PO_INQ_SV.GET_PERSON_NAME.
- SUPPLIER_ID and SUPPLIER_NAME — vendor identity and display name.
The dual SELECT lists also include placeholder NULL columns to keep the two UNION branches structurally identical; these carry no data in the corresponding branch.
Common Use Cases and Queries
This view is typically consumed to answer questions such as which buyers place project-related purchasing, which suppliers deliver against a given project, and how project activity is distributed across organizations — without querying PO_DISTRIBUTIONS, PO_HEADERS, and PA_PROJECTS_ALL directly. A representative query:
SELECT project_number, project_name, supplier_name, buyer_id FROM apps.icx_edm_buyer_sup_proj_v WHERE project_number = :p_project;SELECT buyer_id, COUNT(DISTINCT project_id) FROM apps.icx_edm_buyer_sup_proj_v GROUP BY buyer_id;SELECT organization_name, supplier_name, COUNT(*) FROM apps.icx_edm_buyer_sup_proj_v GROUP BY organization_name, supplier_name;
Because each row originates from a PO distribution, a single project may appear multiple times — once per distribution, per the DISTINCT projection over the joined set. Consumers should therefore aggregate when project- or supplier-level totals are required. As with all APPS reporting views, query execution is subject to the calling user's organization and project security.
-
View: ICX_EDM_BUYER_SUP_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_PROJ_V, object_name:ICX_EDM_BUYER_SUP_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_PROJ_V ,
-
View: ICX_EDM_BUYER_SUP_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_PROJ_V, object_name:ICX_EDM_BUYER_SUP_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_PROJ_V ,
-
View: POR_RCV_HOME_V
12.2.2
product: ICX - Oracle iProcurement , description: View for querying most recent items to receive , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_HOME_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying most recent items to receive , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_REQUESTOR_V
12.2.2
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requester , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_REQUESTOR_V
12.1.1
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requester , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PO_MATCHED_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_MATCHED_INVOICES_V, object_name:ICX_PO_MATCHED_INVOICES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_MATCHED_INVOICES_V ,
-
View: ICX_PO_MATCHED_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_MATCHED_INVOICES_V, object_name:ICX_PO_MATCHED_INVOICES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_MATCHED_INVOICES_V ,
-
View: POR_RCV_PURCHASE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_ITEMS_V, object_name:POR_RCV_PURCHASE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_ITEMS_V ,
-
View: POR_RCV_PURCHASE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_ITEMS_V, object_name:POR_RCV_PURCHASE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_ITEMS_V ,
-
View: ICX_PO_OSP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OSP_V, object_name:ICX_PO_OSP_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_PO_OSP_V ,
-
View: ICX_PO_OSP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OSP_V, object_name:ICX_PO_OSP_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_PO_OSP_V ,
-
View: ICX_EDM_PLANNER_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_PROJ_V ,
-
View: ICX_EDM_PLANNER_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_PROJ_V ,
-
View: POR_RCV_REQ_NUM_V
12.1.1
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requisition number , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQ_NUM_V
12.2.2
product: ICX - Oracle iProcurement , description: View for receiving items sorted by requisition number , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_HOME_REQS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_REQS_V, object_name:POR_RCV_HOME_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View to query requisitions in receiving home page , implementation_dba_data: APPS.POR_RCV_HOME_REQS_V ,
-
View: POR_RCV_HOME_REQS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_REQS_V, object_name:POR_RCV_HOME_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View to query requisitions in receiving home page , implementation_dba_data: APPS.POR_RCV_HOME_REQS_V ,
-
View: ICX_PO_SUP_ORDER_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUP_ORDER_INVOICES_V, object_name:ICX_PO_SUP_ORDER_INVOICES_V, status:VALID, product: ICX - Oracle iProcurement , description: Purchase Order Invoices View , implementation_dba_data: APPS.ICX_PO_SUP_ORDER_INVOICES_V ,
-
View: ICX_PO_SUP_ORDER_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUP_ORDER_INVOICES_V, object_name:ICX_PO_SUP_ORDER_INVOICES_V, status:VALID, product: ICX - Oracle iProcurement , description: Purchase Order Invoices View , implementation_dba_data: APPS.ICX_PO_SUP_ORDER_INVOICES_V ,
-
View: POR_RCV_REQS_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_VENDOR_V, object_name:POR_RCV_REQS_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_VENDOR_V ,
-
View: POR_RCV_REQS_VENDOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_VENDOR_V, object_name:POR_RCV_REQS_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_VENDOR_V ,
-
View: POR_RCV_MY_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: View to query receiving on 'My Items to Receive' , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ALL_V, object_name:POR_RCV_REQS_ALL_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ALL_V ,
-
View: POR_RCV_REQS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ALL_V, object_name:POR_RCV_REQS_ALL_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ALL_V ,
-
View: POR_RCV_MY_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: View to query receiving on 'My Items to Receive' , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PO_INVOICE_SUP_ORDERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Purchase Order Invoices Header View , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_ORD_REQUESTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ORD_REQUESTER_V, object_name:POR_RCV_ORD_REQUESTER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_ORD_REQUESTER_V ,
-
View: ICX_PO_INVOICE_SUP_ORDERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Purchase Order Invoices Header View , implementation_dba_data: Not implemented in this database ,
-
View: POR_RCV_REQS_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ORDER_V, object_name:POR_RCV_REQS_ORDER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ORDER_V ,
-
View: POR_RCV_ORD_REQUESTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ORD_REQUESTER_V, object_name:POR_RCV_ORD_REQUESTER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_ORD_REQUESTER_V ,
-
View: POR_RCV_REQS_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ORDER_V, object_name:POR_RCV_REQS_ORDER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ORDER_V ,
-
View: POR_RCV_CONF_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_CONF_ITEMS_V, object_name:POR_RCV_CONF_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items displayed on the confirmation page of the receive items flow. , implementation_dba_data: APPS.POR_RCV_CONF_ITEMS_V ,
-
View: POR_RCV_CONF_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_CONF_ITEMS_V, object_name:POR_RCV_CONF_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items displayed on the confirmation page of the receive items flow. , implementation_dba_data: APPS.POR_RCV_CONF_ITEMS_V ,
-
View: POR_RCV_ALL_ITEMS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ALL_ITEMS_V1, object_name:POR_RCV_ALL_ITEMS_V1, status:VALID, product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: APPS.POR_RCV_ALL_ITEMS_V1 ,
-
View: POR_RCV_ALL_ITEMS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_ALL_ITEMS_V1, object_name:POR_RCV_ALL_ITEMS_V1, status:VALID, product: ICX - Oracle iProcurement , description: View for all items that can be received , implementation_dba_data: APPS.POR_RCV_ALL_ITEMS_V1 ,
-
View: ICX_RCV_ACCEPTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_ACCEPTED_ITEMS_V, object_name:ICX_RCV_ACCEPTED_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_RCV_ACCEPTED_ITEMS_V ,
-
View: ICX_RCV_ACCEPTED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_ACCEPTED_ITEMS_V, object_name:ICX_RCV_ACCEPTED_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_RCV_ACCEPTED_ITEMS_V ,
-
View: ICX_RCV_REJECTED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_REJECTED_ITEMS_V, object_name:ICX_RCV_REJECTED_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Performance View based on Rejected Items , implementation_dba_data: APPS.ICX_RCV_REJECTED_ITEMS_V ,
-
View: ICX_RCV_REJECTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_REJECTED_ITEMS_V, object_name:ICX_RCV_REJECTED_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Performance View based on Rejected Items , implementation_dba_data: APPS.ICX_RCV_REJECTED_ITEMS_V ,
-
View: POR_RCV_REQS_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_NAME_V, object_name:POR_RCV_REQS_NAME_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_NAME_V ,
-
View: POR_RCV_REQS_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_NAME_V, object_name:POR_RCV_REQS_NAME_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_NAME_V ,
-
View: POR_RCV_EXPRESS_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_EXPRESS_ITEMS_V, object_name:POR_RCV_EXPRESS_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be received during express receiving of requisitions. , implementation_dba_data: APPS.POR_RCV_EXPRESS_ITEMS_V ,
-
View: POR_RECEIVE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RECEIVE_ORDERS_V, object_name:POR_RECEIVE_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Items available for receiving , implementation_dba_data: APPS.POR_RECEIVE_ORDERS_V ,
-
View: ICX_EDM_PLANNER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_TASK_V ,
-
View: POR_RECEIVE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RECEIVE_ORDERS_V, object_name:POR_RECEIVE_ORDERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Items available for receiving , implementation_dba_data: APPS.POR_RECEIVE_ORDERS_V ,
-
View: POR_RCV_EXPRESS_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_EXPRESS_ITEMS_V, object_name:POR_RCV_EXPRESS_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be received during express receiving of requisitions. , implementation_dba_data: APPS.POR_RCV_EXPRESS_ITEMS_V ,
-
View: ICX_EDM_PLANNER_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_TASK_V ,
-
View: POR_RCV_PURCHASE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_PURCHASE_RECEIPTS_V, object_name:POR_RCV_PURCHASE_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_PURCHASE_RECEIPTS_V ,
-
View: POR_RCV_SUPPL_V
12.1.1
product: ICX - Oracle iProcurement , description: View for querying items, to receive, searched by supplier. , implementation_dba_data: Not implemented in this database ,