Search Results manager_approved
VIEW: APPS.POS_AP_EXPENSE_REPORTS_V
Overview
APPS.POS_AP_EXPENSE_REPORTS_V is a public, APPS-owned database view registered under the FND Design Data namespace PO.POS_AP_EXPENSE_REPORTS_V in Oracle E-Business Suite. It presents a consolidated, reporting-oriented projection of expense report (travel and expense) invoice data, spanning header, payment schedule, vendor, vendor site, and approval information. Its primary role is to expose a denormalized, read-only "reporting surface" suitable for building concurrent programs, OAF/Forms-based inquiry screens, BI Publisher reports, and external integrations that need a single query interface to expense report financial and approval attributes without navigating the full normalized structure of the Payables and Purchasing schemas.
Users searching under the term ap_approved are typically looking for the approval dimension of expense reports. This view is relevant because it directly exposes an AP_APPROVED column alongside MANAGER_APPROVED, providing the two-stage approval signal central to expense report processing (manager approval, then Payables approval).
Underlying Base Objects
The documented view metadata references the following underlying base objects and packages:
- AP_EXPENSE_REPORT_HEADERS_ALL — the Payables expense report header, the primary transactional base table.
- AP_INVOICES_ALL — the Payables invoice record linked to the expense report, sourcing invoice-level fields.
- AP_PAYMENT_SCHEDULES_ALL — the payment schedule, supplying due dates, discount dates/amounts, and amount remaining.
- AP_LOOKUP_CODES and FND_LOOKUPS — code values and lookup descriptions, notably invoice type and payment status meanings.
- PO_VENDORS and PO_VENDOR_SITES_ALL — vendor and vendor site (pay site) attributes, including site code and vendor identifiers.
- PER_PEOPLE_X, HR_GENERAL, HR_PERSON_NAME — employee name resolution through the HR person model.
- FND_CURRENCY and FND_GLOBAL — currency formatting/validation and application session/security context.
- HR_SECURITY — organization or person security enforcement.
- POS_AP_INVOICES_PKG and POS_AP_INVOICE_PAYMENTS_PKG — Payables integration packages that supply derived amounts and approval indicators.
The view is therefore a join-and-derive construct rather than a simple select from a single table; the package references indicate that some columns, particularly approval and payment-related fields, are populated through logicthe packages provide.
Key Columns
- AP_APPROVED — the Payables-stage approval indicator, the column most commonly searched.
- MANAGER_APPROVED — the managerial approval stage indicator.
- INVOICE_ID, INVOICE_NUM, INVOICE_DATE, DUE_DATE — core invoice identity and dates.
- INVOICE_AMOUNT, GROSS_AMOUNT, AMOUNT_REMAINING, DISCOUNT_AMOUNT_AVAILABLE — monetary values exposed as VARCHAR2(4000), reflecting formatted/derived amounts.
- INVOICE_CURRENCY_CODE, WITHHELD_AMOUNT_CURRENCY_CODE — currency context.
- INVOICE_TYPE, PAYMENT_STATUS, PAYMENT_NUMBER — Payables status and payment linkage.
- PO_NUMBER, VENDOR_ID, VENDOR_SITE_ID, VENDOR_SITE_CODE — purchasing and supplier identifiers.
- EMPLOYEE_ID, FULL_NAME — the expense-reporting employee.
- DOCUMENT_TYPE, REPORT_PRIMARY_KEY, DESCRIPTION — classification and descriptive keys.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — DFF/descriptive flexfield storage.
Common Use Cases and Queries
A typical requirement is to list expense reports pending Payables approval:
- Approval status reporting: filter on AP_APPROVED and MANAGER_APPROVED to identify items awaiting or cleared for approval.
- Payment status inquiry: combine PAYMENT_STATUS and AMOUNT_REMAINING to track outstanding expense reports.
- Vendor and employee reconciliation: join VENDOR_ID, VENDOR_SITE_ID, and EMPLOYEE_ID to supplier and HR masters.
- Currency and discount analysis: use INVOICE_CURRENCY_CODE, DISCOUNT_DATE, and DISCOUNT_AMOUNT_AVAILABLE for early-payment opportunity reporting.
Sample query:
SELECT INVOICE_NUM, INVOICE_DATE, EMPLOYEE_ID, FULL_NAME, AP_APPROVED, MANAGER_APPROVED, INVOICE_AMOUNT, INVOICE_CURRENCY_CODE, PAYMENT_STATUS FROM APPS.POS_AP_EXPENSE_REPORTS_V WHERE AP_APPROVED = 'N';
-
Lookup Type: OIE_AUD_HOLD_REASONS
12.2.2
product: AP - Payables , meaning: Expenses Audit Hold Reasons , description: Expenses Audit Hold Reasons ,
-
VIEW: APPS.POS_AP_EXPENSE_REPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_EXPENSE_REPORTS_V, object_name:POS_AP_EXPENSE_REPORTS_V, status:VALID,
-
VIEW: APPS.POS_AP_EXPENSE_REPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_EXPENSE_REPORTS_V, object_name:POS_AP_EXPENSE_REPORTS_V, status:VALID,
-
View: ICX_AP_EXPENSE_REPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_REPORTS_V, object_name:ICX_AP_EXPENSE_REPORTS_V, status:VALID, product: ICX - Oracle iProcurement , description: Employee Expense Reports Header View , implementation_dba_data: APPS.ICX_AP_EXPENSE_REPORTS_V ,
-
Lookup Type: OIE_AUD_HOLD_REASONS
12.1.1
product: AP - Payables , meaning: Expenses Audit Hold Reasons , description: Expenses Audit Hold Reasons ,
-
VIEW: APPS.ICX_AP_EXPENSE_REPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_REPORTS_V, object_name:ICX_AP_EXPENSE_REPORTS_V, status:VALID,
-
VIEW: APPS.ICX_AP_EXPENSE_REPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_REPORTS_V, object_name:ICX_AP_EXPENSE_REPORTS_V, status:VALID,
-
View: ICX_AP_EXPENSE_REPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_AP_EXPENSE_REPORTS_V, object_name:ICX_AP_EXPENSE_REPORTS_V, status:VALID, product: ICX - Oracle iProcurement , description: Employee Expense Reports Header View , implementation_dba_data: APPS.ICX_AP_EXPENSE_REPORTS_V ,
-
View: POS_AP_EXPENSE_REPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_EXPENSE_REPORTS_V, object_name:POS_AP_EXPENSE_REPORTS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_AP_EXPENSE_REPORTS_V ,
-
View: POS_AP_EXPENSE_REPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_EXPENSE_REPORTS_V, object_name:POS_AP_EXPENSE_REPORTS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_AP_EXPENSE_REPORTS_V ,
-
VIEW: APPS.ICX_AP_EXPENSE_REPORTS_V
12.2.2
-
VIEW: APPS.POS_AP_EXPENSE_REPORTS_V
12.1.1
-
VIEW: APPS.ICX_AP_EXPENSE_REPORTS_V
12.1.1
-
VIEW: APPS.POS_AP_EXPENSE_REPORTS_V
12.2.2
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,