Search Results po_line
Overview
APPS.PA_RCV_EXCEPTIONS_DET_V is a Projects (PA) reporting view in Oracle E-Business Suite 12.1.1 and 12.2.2 that exposes receiving exceptions detected against project-related purchase order receipts. It is the detail-level companion to PA_RCV_EXCEPTIONS_SUM_V, resolving the summary view's foreign keys into descriptive attributes drawn from Projects, Purchasing, and Receiving. The view surfaces exception records together with project number, task number, vendor number and name, receipt number, PO number, PO line number, shipment number, distribution number, expenditure organization, expenditure type, and the original accounting amounts and currency. Because the view joins receipt, PO, vendor, and project data in a single query, it is the primary source for operational reporting and corrective-action workflows that need to trace why a receiving transaction failed project validation, such as a missing or invalid expenditure type, an unmatched project or task, or a mismatch between the receiving and GL periods. The view is owned by APPS and is intended for read-only reporting and integration rather than transaction entry.
Underlying Base Objects
The view is defined over one view, eight synonyms, and supporting PL/SQL packages as documented in ETRM 12.2.2. The driving object is PA_RCV_EXCEPTIONS_SUM_V, which supplies the exception rows, project and task identifiers, vendor identifier, shipment header identifier, PO header identifier, PO line identifier, PO line location identifier, expenditure organization and type, denominations, amounts, accounting rate data, period names, exception code, reason, and corrective action. The join targets are PA_PROJECTS_ALL, PA_TASKS, and PO_VENDORS, resolved through the PROJECT_ID, TASK_ID, and VENDOR_ID keys to return project number, task number, vendor number, and vendor name. Purchasing and receiving detail is obtained through PO_HEADERS_ALL, PO_LINES_ALL, PO_LINE_LOCATIONS_ALL, and RCV_SHIPMENT_HEADERS, linked by po_header_id, po_line_id, po_line_location_id, and shipment_header_id respectively, providing the PO number (po_hdr.segment1), line number (po_line.line_num), shipment number (po_ship.shipment_num), distribution number, and receipt number. The referenced packages PA_EXCEPTION_REASONS_PUB, PA_EXPENDITURES_UTILS, and PA_UTILS underpin the logic used to populate the summary view.
Key Columns
- PROJECT_ID, PROJECT_NUMBER, TASK_ID, TASK_NUMBER — project and task identification for the exception.
- RCV_TRANSACTION_ID, RECEIPT_NUMBER — the receiving transaction and receipt that triggered the exception.
- VENDOR_ID, VENDOR_NUMBER, VENDOR_NAME — supplier associated with the receipt.
- po_hdr.segment1, po_line.line_num, po_ship.shipment_num — PO number, line number, and shipment number, answering the "po_line" search context.
- DISTRIBUTION_NUM — receipt distribution line.
- EXPENDITURE_ORGANIZATION_ID, EXPENDITURE_TYPE — the expenditure attributes applied or expected.
- DENOM_CURRENCY_CODE, DENOM_AMOUNT, ACCT_CURRENCY_CODE, AMOUNT — entered and accounted amounts.
- ACCT_RATE_DATE, ACCT_RATE_TYPE, ACCT_EXCHANGE_RATE — currency conversion details.
- PA_DATE, PERIOD_NAME, GL_DATE, GL_PERIOD_NAME, same_pa_gl_period — period alignment flags and dates.
- EXCEPTION_CODE, EXCEPTION_REASON, CORRECTIVE_ACTION — the exception diagnosis and recommended fix.
- ORG_ID, SET_OF_BOOKS_ID, OU_NAME — multi-org and ledger context.
Common Use Cases and Queries
Typical usage includes locating exceptions by PO line, reviewing unresolved exceptions by project or vendor, and validating period alignment between PA and GL. The following example retrieves exception detail for a specific PO line:
SELECT project_number, task_number, receipt_number, segment1, line_num, shipment_num, exception_code, exception_reason, corrective_action FROM apps.pa_rcv_exceptions_det_v WHERE segment1 = :po_number AND line_num = :po_line;SELECT project_number, vendor_name, SUM(denom_amount) FROM apps.pa_rcv_exceptions_det_v WHERE exception_code IS NOT NULL GROUP BY project_number, vendor_name;SELECT * FROM apps.pa_rcv_exceptions_det_v WHERE same_pa_gl_period = 'N';
These queries support exception monitoring, period-close reconciliation, and downstream integration into corrective-action reporting.
-
VIEW: APPS.PA_RCV_EXCEPTIONS_DET_V
12.1.1
-
VIEW: APPS.PA_RCV_EXCEPTIONS_DET_V
12.2.2
-
View: POS_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V POS.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: POS - iSupplier Portal , description: Displays Receiving Transactions , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
View: ICX_RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_RETURNS_V, object_name:ICX_RCV_RETURNS_V, status:VALID, product: ICX - Oracle iProcurement , description: Returned Item Receipts View , implementation_dba_data: APPS.ICX_RCV_RETURNS_V ,
-
View: POS_RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
TABLE: PA.PA_PJM_PO_COMMITMENTS_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PJM_PO_COMMITMENTS_TMP, object_name:PA_PJM_PO_COMMITMENTS_TMP, status:VALID,
-
View: POS_RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V POS.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
View: ICX_RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_RETURNS_V, object_name:ICX_RCV_RETURNS_V, status:VALID, product: ICX - Oracle iProcurement , description: Returned Item Receipts View , implementation_dba_data: APPS.ICX_RCV_RETURNS_V ,
-
View: ICX_RCV_EARLY_LATE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_EARLY_LATE_RECEIPTS_V, object_name:ICX_RCV_EARLY_LATE_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Performance View based on On-Time Delivery Performance , implementation_dba_data: APPS.ICX_RCV_EARLY_LATE_RECEIPTS_V ,
-
View: POS_RCV_EARLY_LATE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_EARLY_LATE_RECEIPTS_V POS.POS_RCV_EARLY_LATE_RECEIPTS_V, object_name:POS_RCV_EARLY_LATE_RECEIPTS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_EARLY_LATE_RECEIPTS_V ,
-
View: POS_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V POS.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
View: ICX_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_TRANSACTIONS_V, object_name:ICX_RCV_TRANSACTIONS_V, status:VALID, product: ICX - Oracle iProcurement , description: Receipt Lines View , implementation_dba_data: APPS.ICX_RCV_TRANSACTIONS_V ,
-
View: POS_RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V POS.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: POS - iSupplier Portal , description: Displays Returns for Shipments , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
View: ICX_RCV_EARLY_LATE_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_EARLY_LATE_RECEIPTS_V, object_name:ICX_RCV_EARLY_LATE_RECEIPTS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Performance View based on On-Time Delivery Performance , implementation_dba_data: APPS.ICX_RCV_EARLY_LATE_RECEIPTS_V ,
-
View: ICX_RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_TRANSACTIONS_V, object_name:ICX_RCV_TRANSACTIONS_V, status:VALID, product: ICX - Oracle iProcurement , description: Receipt Lines View , implementation_dba_data: APPS.ICX_RCV_TRANSACTIONS_V ,
-
View: POS_RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_TRANSACTIONS_V, object_name:POS_RCV_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_TRANSACTIONS_V ,
-
View: POS_RCV_EARLY_LATE_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_EARLY_LATE_RECEIPTS_V, object_name:POS_RCV_EARLY_LATE_RECEIPTS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_EARLY_LATE_RECEIPTS_V ,
-
TABLE: PA.PA_PJM_PO_COMMITMENTS_TMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PJM_PO_COMMITMENTS_TMP, object_name:PA_PJM_PO_COMMITMENTS_TMP, status:VALID,
-
VIEW: APPS.WIPFV_MFG_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MFG_TRANSACTIONS, object_name:WIPFV_MFG_TRANSACTIONS, status:VALID,
-
VIEW: APPS.WIPFV_OSP_MFG_TXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_OSP_MFG_TXNS, object_name:WIPFV_OSP_MFG_TXNS, status:VALID,
-
VIEW: APPS.WIPFV_OSP_MFG_TXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_OSP_MFG_TXNS, object_name:WIPFV_OSP_MFG_TXNS, status:VALID,
-
VIEW: APPS.ICX_RCV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_TRANSACTIONS_V, object_name:ICX_RCV_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.ICX_RCV_EARLY_LATE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_EARLY_LATE_RECEIPTS_V, object_name:ICX_RCV_EARLY_LATE_RECEIPTS_V, 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.ICX_RCV_EARLY_LATE_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_EARLY_LATE_RECEIPTS_V, object_name:ICX_RCV_EARLY_LATE_RECEIPTS_V, status:VALID,
-
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: POS_RCV_REJECTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V POS.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
VIEW: APPS.ICX_RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_RETURNS_V, object_name:ICX_RCV_RETURNS_V, status:VALID,
-
VIEW: APPS.WIPFV_MFG_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_MFG_TRANSACTIONS, object_name:WIPFV_MFG_TRANSACTIONS, status:VALID,
-
View: POS_RCV_EARLY_LATE_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_EARLY_LATE_RECEIPTS_V POS.POS_RCV_EARLY_LATE_RECEIPTS_V, object_name:POS_RCV_EARLY_LATE_RECEIPTS_V, status:VALID, product: POS - iSupplier Portal , description: Displays All receipts , implementation_dba_data: APPS.POS_RCV_EARLY_LATE_RECEIPTS_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: APPS.ICX_RCV_RETURNS_V
12.2.2
-
VIEW: APPS.ICX_RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_RETURNS_V, object_name:ICX_RCV_RETURNS_V, status:VALID,
-
VIEW: APPS.ICX_RCV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_RCV_TRANSACTIONS_V, object_name:ICX_RCV_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.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,
-
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: POS_RCV_REJECTED_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
VIEW: APPS.POS_RCV_TRANSACTIONS_V
12.1.1
-
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: POS_RCV_REJECTED_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_REJECTED_ITEMS_V POS.POS_RCV_REJECTED_ITEMS_V, object_name:POS_RCV_REJECTED_ITEMS_V, status:VALID, product: POS - iSupplier Portal , description: This view contains the information about Rejected Items , implementation_dba_data: APPS.POS_RCV_REJECTED_ITEMS_V ,
-
VIEW: APPS.IGC_CBC_PO_PROCESS_EXCEPTION_V
12.1.1
-
VIEW: APPS.ICX_RCV_EARLY_LATE_RECEIPTS_V
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.ICX_RCV_RETURNS_V
12.1.1
-
View: PA_RCV_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RCV_EXCEPTIONS_DET_V, object_name:PA_RCV_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: Pa_rcv_exceptions_det_v is a view that identifies the receipts that prevent a period from being closed , implementation_dba_data: APPS.PA_RCV_EXCEPTIONS_DET_V ,
-
VIEW: APPS.POS_RCV_RETURNS_V
12.2.2