Search Results accrue_on_receipt_flag
Overview
APPS.PA_PROJ_AP_INV_DISTRIBUTIONS is a reporting and integration view in Oracle E-Business Suite that joins Oracle Payables invoice distribution data with Oracle Projects and Oracle Purchasing attributes. It exposes invoice distributions at the line level, enriched with project, task, expenditure type, vendor, ledger, and commitment context. The view is primarily consumed by Oracle Projects and Oracle Grants accounting flows, as well as by external reports and interfaces that require Payables invoice activity mapped to project expenditures. Because it surfaces both entered and converted (base) currency amounts and a variety of derived flags, the view is well suited for reconciliation, accrual analysis, and audit reporting across the Projects-to-Payables boundary.
Underlying Base Objects
The view is defined over a set of APPS synonyms, views, and PL/SQL packages. Documented base objects in ETRM 12.2.2 include:
- AP_INVOICES_ALL and AP_INVOICE_DISTRIBUTIONS_ALL — the primary Payables source for invoice headers and distribution lines.
- AP_SELF_ASSESSED_TAX_DIST_ALL — self-assessed tax distributions.
- PO_DISTRIBUTIONS_ALL and PO_VENDORS — purchasing distribution attributes (including the accrue_on_receipt_flag and po_distribution_id/po_line_id) and supplier name.
- PA_PROJECTS_ALL, PA_TASKS, PA_TASKS_EXPEND_V, PA_EXPENDITURE_TYPES, and PA_EXPEND_TYP_SYS_LINKS — project, task, and expenditure type definitions and their system links.
- GL_LEDGERS — ledger attributes, including the SLA cash basis flag.
- HR_ORGANIZATION_UNITS — organization context.
- Packages: AP_INVOICES_PKG (approval status), PA_CMT_UTILS (commitment lookup — the accrue_on_receipt_flag is passed directly into this package), PA_TASK_UTILS, PA_UTILS4, FND_PROFILE, and HR_SECURITY/HR_GENERAL.
Notably, the view calls PA_CMT_UTILS.get_inv_cmt multiple times, once per currency perspective (entered, converted, and reporting), passing the accrue_on_receipt_flag from PO_DISTRIBUTIONS_ALL as one of its arguments. This makes the view a key surface for commitment and accrual reporting tied to purchase order receipts.
Key Columns
- accrue_on_receipt_flag (from po1.accrue_on_receipt_flag, defaulted via NVL to 'N') — indicates whether the associated purchase order distribution uses accrual on receipt; this is the column relevant to the user's search.
- invoice_num, invoice_date, invoice_currency_code, source, invoice_type_lookup_code — invoice identification and origin.
- vendor_name — supplier name from PO_VENDORS.
- distribution_line_number, description, accounting_date, amount, base_amount — distribution detail and amounts.
- posted_flag (Y/N) and approved_flag — derived statuses, with approved_flag computed via AP_INVOICES_PKG.GET_APPROVAL_STATUS.
- project_id, line_type_lookup_code, pa_quantity, pa_addition_flag — project linkage and quantity/addition attributes.
- po_distribution_id, po_line_id — purchasing references.
- historical_flag, prepay_amount_remaining — historical and prepayment tracking.
- sla_ledger_cash_basis_flag — from GL_LEDGERS, indicating cash basis ledger behavior.
Common Use Cases and Queries
Typical uses include auditing PO-receipt accruals, reconciling Payables distributions to project expenditures, and reporting by supplier, project, or ledger. A representative query filtering on the accrue_on_receipt_flag is:
SELECT invoice_num, distribution_line_number, accrue_on_receipt_flag, po_distribution_id, amount FROM apps.pa_proj_ap_inv_distributions WHERE accrue_on_receipt_flag = 'Y';- Join this view to PO_DISTRIBUTIONS_ALL or PA_PROJECTS_ALL to enrich accrual reporting with PO and project detail.
- Filter posted_flag = 'Y' to isolate only posted distributions for GL-related analysis.
-
VIEW: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS
12.1.1
-
View: PA_PROJ_AP_INV_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_AP_INV_DISTRIBUTIONS, object_name:PA_PROJ_AP_INV_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Project-related AP invoice distributions not yet in Oracle Projects. , implementation_dba_data: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS ,
-
View: PA_PROJ_AP_INV_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_AP_INV_DISTRIBUTIONS, object_name:PA_PROJ_AP_INV_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Project-related AP invoice distributions not yet in Oracle Projects. , implementation_dba_data: APPS.PA_PROJ_AP_INV_DISTRIBUTIONS ,
-
VIEW: IGC.IGC_CC_ARC_PO_DISTRIBUTION_AL#
12.2.2
-
VIEW: IGI.IGI_CEC_DIST_SUMMARY_ALL#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_INTERFACE#
12.2.2
-
VIEW: PO.PO_DISTRIBUTIONS_ARCHIVE_ALL#
12.2.2
-
VIEW: APPS.PO_DISTRIBUTION_CHANGES_V
12.2.2
-
VIEW: PO.PO_DISTRIBUTIONS_DRAFT_ALL#
12.2.2
-
VIEW: IGC.IGC_CC_ARC_PO_LINE_LOC_ALL#
12.2.2
-
VIEW: PO.PO_DISTRIBUTIONS_ALL#
12.2.2
-
VIEW: APPS.PO_LINE_LOCATION_CHANGES_V
12.2.2
-
View: PO_DISTRIBUTIONS_ALL_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: IGI_CEC_DIST_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_CEC_DIST_SUMMARY , implementation_dba_data: APPS.IGI_CEC_DIST_SUMMARY ,
-
View: PO_DISTRIBUTIONS_MRC_V
12.1.1
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PO_DISTRIBUTIONS_ALL_MRC_V
12.2.2
product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: IGI_CEC_DIST_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CEC_DIST_SUMMARY, object_name:IGI_CEC_DIST_SUMMARY, status:VALID, product: IGI - Public Sector Financials International , description: Based on IGI_CEC_DIST_SUMMARY , implementation_dba_data: APPS.IGI_CEC_DIST_SUMMARY ,
-
VIEW: PO.PO_DISTRIBUTIONS_INTERFACE#
12.2.2
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.2.2
-
VIEW: APPS.IGI_CEC_DIST_SUMMARY
12.1.1
-
VIEW: PO.PO_LINE_LOCATIONS_ALL#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_DRAFT_ALL#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL#
12.2.2
-
View: PO_DISTRIBUTIONS_AP2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP2_V, object_name:PO_DISTRIBUTIONS_AP2_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP2_V ,
-
View: PO_DISTRIBUTIONS_AP2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_AP2_V, object_name:PO_DISTRIBUTIONS_AP2_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTIONS_AP2_V ,
-
View: AP_PO_DISTRIBUTIONS_AP2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_DISTRIBUTIONS_AP2_V, object_name:AP_PO_DISTRIBUTIONS_AP2_V, status:VALID, product: AP - Payables , description: - Retrofitted , implementation_dba_data: APPS.AP_PO_DISTRIBUTIONS_AP2_V ,
-
View: PO_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
View: AP_PO_DISTRIBUTIONS_AP2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_DISTRIBUTIONS_AP2_V, object_name:AP_PO_DISTRIBUTIONS_AP2_V, status:VALID, product: AP - Payables , description: - Retrofitted , implementation_dba_data: APPS.AP_PO_DISTRIBUTIONS_AP2_V ,
-
View: AP_MATCH_CORRECTION_DISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_MATCH_CORRECTION_DISTS_V ,
-
VIEW: APPS.PO_SGD_MOD_LINELOCS_V
12.2.2
-
View: PO_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_V, object_name:PO_DISTRIBUTIONS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_DISTRIBUTIONS_V ,
-
VIEW: IGI.IGI_CEC_DIST_SUMMARY_ALL#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_CEC_DIST_SUMMARY_ALL#, status:VALID,
-
VIEW: IGC.IGC_CC_ARC_PO_DISTRIBUTION_AL#
12.2.2
owner:IGC, object_type:VIEW, object_name:IGC_CC_ARC_PO_DISTRIBUTION_AL#, status:VALID,
-
View: AP_MATCH_CORRECTION_DISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_MATCH_CORRECTION_DISTS_V ,
-
VIEW: PO.PO_LINE_LOCATIONS_INTERFACE#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINE_LOCATIONS_INTERFACE#, status:VALID,
-
VIEW: APPS.PO_SGD_LINELOCS_V
12.2.2
-
VIEW: APPS.AP_PO_DISTRIBUTIONS_AP2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_DISTRIBUTIONS_AP2_V, object_name:AP_PO_DISTRIBUTIONS_AP2_V, status:VALID,
-
VIEW: APPS.AP_MATCH_CORRECTION_DISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID,
-
VIEW: APPS.AP_MATCH_CORRECTION_DISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_MATCH_CORRECTION_DISTS_V, object_name:AP_MATCH_CORRECTION_DISTS_V, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTIONS_AP2_V
12.2.2
-
VIEW: APPS.AP_PO_DISTRIBUTIONS_AP2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PO_DISTRIBUTIONS_AP2_V, object_name:AP_PO_DISTRIBUTIONS_AP2_V, status:VALID,
-
VIEW: PO.PO_LINES_INTERFACE#
12.2.2
-
VIEW: APPS.PO_AP_RECEIPT_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RECEIPT_MATCH_V SQLAP.PO_AP_RECEIPT_MATCH_V, object_name:PO_AP_RECEIPT_MATCH_V, status:VALID,
-
View: PO_AP_RECEIPT_MATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RECEIPT_MATCH_V SQLAP.PO_AP_RECEIPT_MATCH_V, object_name:PO_AP_RECEIPT_MATCH_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_AP_RECEIPT_MATCH_V ,
-
VIEW: APPS.PO_DISTRIBUTIONS_AP2_V
12.1.1
-
VIEW: APPS.PO_AP_RECEIPT_MATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RECEIPT_MATCH_V SQLAP.PO_AP_RECEIPT_MATCH_V, object_name:PO_AP_RECEIPT_MATCH_V, status:VALID,
-
VIEW: APPS.AP_PO_DISTRIBUTIONS_AP2_V
12.1.1
-
VIEW: APPS.PO_DISTRIBUTIONS_V
12.2.2