Search Results pa_ap_inv_exceptions_det_v
Overview
The PA_AP_INV_EXCEPTIONS_DET_V view is a Projects (PA) module reporting object that exposes the detailed list of Oracle Payables invoices which prevent a Projects accounting period from being closed. It complements the summary-level view, PA_AP_INV_EXCEPTIONS_SUM_V, by joining the summarized exception rows to descriptive master data such as project, task, and vendor attributes, producing a fully attributed, presentation-ready result set. This view is central to the period-closing workflow in Oracle Projects: before an accounting period can be closed, all outstanding Payables invoice exceptions must be identified and resolved, and this view is the principal mechanism through which those exceptions are surfaced to end users and to the exception reports that support the close process.
Underlying Base Objects
The view is defined over the summarized exception view PA_AP_INV_EXCEPTIONS_SUM_V, which supplies the core exception rows, joined to PA_PROJECTS_ALL, PA_TASKS, and PO_VENDORS to retrieve project number, task number, vendor number, and vendor name. A cross join to PA_IMPLEMENTATIONS_ALL provides the SET_OF_BOOKS_ID context. Supporting packages referenced by the definition include PA_EXCEPTION_REASONS_PUB, PA_EXPENDITURES_UTILS, PA_NL_INSTALLED, and PA_UTILS2, which drive exception reason derivation and installation-dependent logic. All objects reside in the APPS schema, with PA_PROJECTS_ALL, PA_TASKS, and PO_VENDORS referenced as synonyms or views.
Key Columns
The view exposes identifiers and descriptive attributes across four functional groups. Project and task data include PROJECT_ID, PROJECT_NUMBER, TASK_ID, and TASK_NUMBER. Invoice detail includes INVOICE_ID, INVOICE_NUMBER, INVOICE_DATE, INVOICE_LINE_NUMBER, INVOICE_DISTRIBUTION_ID, DISTRIBUTION_LINE_NUMBER, PAYMENT_NUM, and CHECK_NUMBER. Vendor data includes VENDOR_ID, VENDOR_NUMBER, and VENDOR_NAME. Expenditure and accounting data include EXPENDITURE_ORGANIZATION_ID, EXPENDITURE_TYPE, QUANTITY, DENOM_CURRENCY_CODE, DENOM_AMOUNT, ACCT_CURRENCY_CODE, AMOUNT, ACCT_RATE_DATE, ACCT_RATE_TYPE, and ACCT_EXCHANGE_RATE. Period and status columns include PA_DATE, PERIOD_NAME, GL_DATE, GL_PERIOD_NAME, POSTED_FLAG, SAME_PA_GL_PERIOD, and the controlling EXCEPTION_CODE, EXCEPTION_REASON, and CORRECTIVE_ACTION fields. ORG_ID and SET_OF_BOOKS_ID provide multi-organization and ledger context.
Common Use Cases and Queries
The primary use case is diagnosing why a Projects period cannot be closed, using EXCEPTION_CODE and CORRECTIVE_ACTION to direct remediation. A typical query filters by period and project:
- SELECT project_number, task_number, invoice_number, vendor_name, exception_code, exception_reason, corrective_action, period_name FROM pa_ap_inv_exceptions_det_v WHERE period_name = :period AND project_number = :project;
- SELECT exception_code, COUNT(*) FROM pa_ap_inv_exceptions_det_v WHERE period_name = :period GROUP BY exception_code;
- SELECT invoice_number, invoice_line_number, distribution_line_number, amount, acct_currency_code, gl_period_name, correctice_action FROM pa_ap_inv_exceptions_det_v WHERE posted_flag = 'N' AND org_id = :org_id;
These queries support periodic exception reporting, reconciliation of unposted Payables distributions against project expenditures, and audit of invoices whose GL and PA periods differ, as signaled by SAME_PA_GL_PERIOD.
-
View: PA_AP_INV_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_DET_V, object_name:PA_AP_INV_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: Details of Oracle Payables invoices that prevent a period from being cloded. , implementation_dba_data: APPS.PA_AP_INV_EXCEPTIONS_DET_V ,
-
View: PA_AP_INV_EXCEPTIONS_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_DET_V, object_name:PA_AP_INV_EXCEPTIONS_DET_V, status:VALID, product: PA - Projects , description: Details of Oracle Payables invoices that prevent a period from being cloded. , implementation_dba_data: APPS.PA_AP_INV_EXCEPTIONS_DET_V ,
-
PACKAGE: APPS.PA_EXCEPTION_REASONS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_EXCEPTION_REASONS_PUB, status:VALID,
-
PACKAGE: APPS.PA_EXCEPTION_REASONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_EXCEPTION_REASONS_PUB, status:VALID,
-
PACKAGE: APPS.PA_NL_INSTALLED
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_NL_INSTALLED, status:VALID,
-
PACKAGE: APPS.PA_EXPENDITURES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_EXPENDITURES_UTILS, status:VALID,
-
PACKAGE: APPS.PA_EXPENDITURES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_EXPENDITURES_UTILS, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_DET_V, object_name:PA_AP_INV_EXCEPTIONS_DET_V, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_DET_V, object_name:PA_AP_INV_EXCEPTIONS_DET_V, status:VALID,
-
PACKAGE: APPS.PA_UTILS2
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_UTILS2, status:VALID,
-
PACKAGE: APPS.PA_UTILS2
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_UTILS2, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_SUM_V, object_name:PA_AP_INV_EXCEPTIONS_SUM_V, status:VALID,
-
VIEW: APPS.PA_AP_INV_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AP_INV_EXCEPTIONS_SUM_V, object_name:PA_AP_INV_EXCEPTIONS_SUM_V, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.PA_TASKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - PA Tables and Views
12.2.2