Search Results projfunc_invoice_amount
Overview
APPS.PA_PWP_SUPPLIER_INVOICE_V is a reporting view in Oracle E-Business Suite that consolidates supplier invoice information alongside project-related payables and payment metrics. The view is part of the Project Payables Workbench (PWP) family of objects, which supports project-driven procurement and supplier invoice analysis. Its primary purpose is to expose a denormalized, aggregation-ready record set that joins invoice header data with detail-level project accounting amounts, converting and grouping them into meaningful project functional and project currency totals. This makes it particularly suitable for reporting on project invoice amounts in multiple currencies.
The view is significant to users who search for projfunc_invoice_amount, as that column is one of several aggregated monetary measures surfaced by the view. It enables analysts and developers to retrieve the project functional currency equivalent of invoice amounts without manually joining and summing the underlying AP and PA tables. The view is documented in ETRM metadata for release 12.2.2 and applies equally in principle to 12.1.1, where the same base objects and PWP structures are present.
Underlying Base Objects
The view is defined over the following documented objects:
- PA_PWP_AP_INV_HDR — supplier invoice header data (invoice number, vendor, invoice date, payment status, PO number, hold flags).
- PA_PWP_AP_INV_DTL — invoice detail lines carrying project, currency, and project accounting amount columns such as PROJFUNC_INVOICE_AMOUNT.
- PA_PROJECTS_ALL — project master, used in the correlated subquery for period validation.
- PA_IMPLEMENTATIONS_ALL — implementation/ledger linkage used to associate projects with set of books.
- GL_PERIOD_STATUSES — general ledger period status, used to confirm that the invoice date falls within an open period.
- PA_LOOKUPS — lookup values used to derive descriptive code meanings.
Header and detail rows are joined on INVOICE_ID, and the detail amounts are aggregated by project and currency. A correlated subquery over PA_PWP_AP_INV_DTL, GL_PERIOD_STATUSES, PA_PROJECTS_ALL, and PA_IMPLEMENTATIONS_ALL returns an NVL-wrapped summary of PROJFUNC_INVOICE_AMOUNT for invoices falling in an open accounting period, defaulting to 0 when no qualifying period exists.
Key Columns
- INVOICE_ID, INVOICE_NUM — unique identifier and human-readable invoice number.
- VENDOR_ID, SUPPLIER_NAME, SUPPLIER_SITE — supplier identification and site code.
- INVOICE_DATE, PO_NUMBER — invoice date and associated purchase order.
- PAYMENT_STATUS — decoded as Fully Paid, Not Paid, or Partially Paid.
- PWP_HOLD_FLAG, DLV_HOLD_FLAG, HOLD_REASON — hold indicators applied to the invoice.
- PROJECT_ID — the project to which the invoice detail relates.
- PROJFUNC_CURRENCY_CODE, PROJ_CURRENCY_CODE, INVOICE_CURRENCY — currency contexts for the amounts.
- PROJFUNC_INVOICE_AMOUNT — aggregated project functional currency invoice amount; the column most closely associated with the search term.
- PROJFUNC_INV_PAID_AMOUNT, PROJFUNC_INV_UNPAID_AMOUNT, PROJFUNC_RETAINED_AMOUNT, PROJFUNC_DISCOUNT_AMOUNT — functional currency paid, unpaid, retained, and discount measures.
- PROJ_INVOICE_AMOUNT, PROJ_INV_PAID_AMOUNT, PROJ_INV_UNPAID_AMOUNT, PROJ_RETAINED_AMOUNT, PROJ_DISCOUNT_AMOUNT — parallel amounts in project currency.
- INVOICE_AMOUNT, AMOUNT_PAID, AMOUNT_UNPAID, RETAINED_AMOUNT, DISCOUNT_AMOUNT — invoice-currency totals.
Common Use Cases and Queries
Typical uses include project cost reporting, supplier invoice reconciliation, and cash flow analysis by project and currency. A representative query retrieving project functional invoice totals by project is:
SELECT PROJECT_ID, PROJFUNC_CURRENCY_CODE, SUM(PROJFUNC_INVOICE_AMOUNT) TOTAL
FROM APPS.PA_PWP_SUPPLIER_INVOICE_V
WHERE PROJECT_ID = :project_id
GROUP BY PROJECT_ID, PROJFUNC_CURRENCY_CODE;
Because amounts are already aggregated, additional grouping is straightforward, and the view can be joined back to PA_PROJECTS_ALL or used to filter invoices with active holds using PWP_HOLD_FLAG.
-
VIEW: APPS.PA_PWP_SUPPLIER_INVOICE_V
12.1.1
-
View: PA_PWP_SUPPLIER_INV_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_SUPPLIER_INV_SUMMARY_V, object_name:PA_PWP_SUPPLIER_INV_SUMMARY_V, status:VALID, product: PA - Projects , description: This view displays supplier wise invoice amount for the project. , implementation_dba_data: APPS.PA_PWP_SUPPLIER_INV_SUMMARY_V ,
-
VIEW: PA.PA_PWP_AP_INV_DTL#
12.2.2
-
VIEW: APPS.PA_PWP_LINK_STATUS_V
12.2.2
-
VIEW: APPS.PA_PWP_SUPPLIER_INVOICE_V
12.2.2
-
VIEW: APPS.PA_PWP_SUPPLIER_INV_SUMMARY_V
12.2.2
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.1.1
-
VIEW: APPS.PA_PWP_SUPPLIER_INV_SUMMARY_V
12.1.1
-
View: PA_PWP_LINK_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_LINK_STATUS_V, object_name:PA_PWP_LINK_STATUS_V, status:VALID, product: PA - Projects , description: This view gives details of supplier invoices linked to a draft invoice , implementation_dba_data: APPS.PA_PWP_LINK_STATUS_V ,
-
View: PA_PWP_SUPPLIER_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_SUPPLIER_INVOICE_V, object_name:PA_PWP_SUPPLIER_INVOICE_V, status:VALID, product: PA - Projects , description: This view displays the supplier invoice details for the project. , implementation_dba_data: APPS.PA_PWP_SUPPLIER_INVOICE_V ,
-
View: PA_PROJ_BILLING_STATUS_VIEW_O
12.2.2
product: PA - Projects , description: View to report billing status of projects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.2.2
-
View: PA_PROJ_BILLING_STATUS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID, product: PA - Projects , description: View to report billing status of projects. Full Description: is a view to report the billing status of projects. This view displays the project billing status as reported in the MGT: Project Billing Status report. , implementation_dba_data: APPS.PA_PROJ_BILLING_STATUS_VIEW ,
-
VIEW: PA.PA_PWP_AP_INV_DTL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PWP_AP_INV_DTL#, status:VALID,
-
View: PA_PROJ_BILLING_STATUS_VIEW_O
12.1.1
product: PA - Projects , description: View to report billing status of projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_BILLING_STATUS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID, product: PA - Projects , description: View to report billing status of projects. Full Description: is a view to report the billing status of projects. This view displays the project billing status as reported in the MGT: Project Billing Status report. , implementation_dba_data: APPS.PA_PROJ_BILLING_STATUS_VIEW ,
-
TABLE: PA.PA_PWP_AP_INV_DTL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PWP_AP_INV_DTL, object_name:PA_PWP_AP_INV_DTL, status:VALID,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID,
-
VIEW: APPS.PA_PROJ_SUMMARY_AMOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID,
-
VIEW: APPS.PA_PWP_SUPPLIER_INV_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_PWP_SUPPLIER_INV_SUMMARY_V, status:VALID,
-
VIEW: APPS.PA_PWP_SUPPLIER_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_PWP_SUPPLIER_INVOICE_V, status:VALID,
-
TABLE: PA.PA_PWP_AP_INV_DTL
12.1.1
owner:PA, object_type:TABLE, object_name:PA_PWP_AP_INV_DTL, status:VALID,
-
VIEW: APPS.PA_PWP_SUPPLIER_INV_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_SUPPLIER_INV_SUMMARY_V, object_name:PA_PWP_SUPPLIER_INV_SUMMARY_V, status:VALID,
-
TABLE: PA.PAXINGEN_PA_PROJ_SUM_TEMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PAXINGEN_PA_PROJ_SUM_TEMP, object_name:PAXINGEN_PA_PROJ_SUM_TEMP, status:VALID,
-
VIEW: APPS.PA_PWP_SUPPLIER_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_SUPPLIER_INVOICE_V, object_name:PA_PWP_SUPPLIER_INVOICE_V, status:VALID,
-
VIEW: APPS.PA_PROJ_SUMMARY_AMOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID,
-
VIEW: APPS.PA_PROJ_BILLING_STATUS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_STATUS_VIEW, object_name:PA_PROJ_BILLING_STATUS_VIEW, status:VALID,
-
TABLE: PA.PAXINGEN_PA_PROJ_SUM_TEMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PAXINGEN_PA_PROJ_SUM_TEMP, object_name:PAXINGEN_PA_PROJ_SUM_TEMP, status:VALID,
-
VIEW: APPS.PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID,
-
VIEW: APPS.PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID,
-
View: PA_PROJ_SUMMARY_AMOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJ_SUMMARY_AMOUNTS_V ,
-
View: PA_PROJ_SUMMARY_AMOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_SUMMARY_AMOUNTS_V, object_name:PA_PROJ_SUMMARY_AMOUNTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJ_SUMMARY_AMOUNTS_V ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
APPS.PAAP_PWP_PKG SQL Statements
12.1.1
-
APPS.PAAP_PWP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAAP_PWP_PKG
12.1.1
-
PACKAGE BODY: APPS.PAAP_PWP_PKG
12.2.2
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1