Search Results pofv_quotations
Overview
POFV_QUOTATIONS is a Purchasing (PO) module view owned by the APPS schema and defined as VALID in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents a consolidated, report-ready projection of supplier quotation headers — the documents vendors return in response to a Request for Quotation (RFQ). The view inherits its name from the older Purchasing "PO Forms" (POFV) object family, and the ETRM record carries the description "- Retrofitted", indicating the object was carried forward from an earlier release with minimal change to support backward compatibility for external integrations, custom reports, and form-based lookups.
Functionally, the view isolates quotation records from the shared PO_HEADERS_ALL table by filtering on TYPE_LOOKUP_CODE = 'QUOTATION', then enriches each row with descriptive, human-readable values by joining organizations, currencies, terms, vendor master data, employees, and locations. This makes it suitable for inline LOV queries and reporting where code values alone would be insufficient.
Underlying Base Objects
The view is defined over the following documented base objects:
- PO_HEADERS_ALL (aliases QU for the quotation, FH for the from-header) — the primary source of quotation header columns.
- PO_DOCUMENT_TYPES_ALL (aliases QT and FT) — supplies type names for the quotation class and the originating document class.
- PO_VENDORS, PO_VENDOR_SITES_ALL, PO_VENDOR_CONTACTS — vendor name, site code, and contact name.
- HR_ALL_ORGANIZATION_UNITS, MTL_PARAMETERS, FINANCIALS_SYSTEM_PARAMS_ALL, ORG_FREIGHT — operating unit name, inventory organization code, and ship-via freight description.
- HR_LOCATIONS (aliases BO and SO) — bill-to and ship-to location codes.
- PER_PEOPLE_F — buyer/agent employee number and full name.
- AP_TERMS, FND_CURRENCIES_VL, GL_DAILY_CONVERSION_TYPES — payment terms, currency name, and rate type description.
Documented metadata also lists FND_GLOBAL, HR_GENERAL, HR_PERSON_NAME, and HR_SECURITY packages as referenced dependencies, consistent with the view's use of security and name-formatting functions.
Key Columns
- PO_HEADER_ID, SEGMENT1, ORG_ID — primary key, quotation number, and operating unit.
- QUOTATION_CLASS_CODE, STATUS_LOOKUP_CODE, TYPE_NAME — class and status, exposed as descriptive lookups via
_LA:syntax. - START_DATE, END_DATE, REPLY_DATE, REPLY_METHOD_LOOKUP_CODE — quotation validity and response mechanism.
- VENDOR_ID, VENDOR_NAME, VENDOR_SITE_CODE, VENDOR_CONTACT — supplier identity, with the contact assembled as last name, first name.
- AGENT_ID, EMPLOYEE_NUMBER, FULL_NAME — the assigned buyer.
- CURRENCY_CODE, RATE, RATE_DATE, RATE_TYPE — pricing and conversion context.
- FROM_HEADER_ID, FROM_TYPE_LOOKUP_CODE — the originating RFQ or document.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE — audit columns.
Common Use Cases and Queries
Typical uses include quotation registers, buyer workload reports, RFQ response tracking, and LOV population. A basic register query:
SELECT segment1, vendor_name, status_lookup_code, start_date, end_date FROM pofv_quotations WHERE org_id = :p_org;SELECT segment1, vendor_name, reply_method_lookup_code, reply_date FROM pofv_quotations WHERE status_lookup_code = 'ACTIVE';SELECT agent_id, full_name, COUNT(*) FROM pofv_quotations GROUP BY agent_id, full_name;
Because the view embeds lookup display and security logic, queries benefit from standard FND and HR session context being initialized before use.
-
View: POFV_QUOTATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATIONS ,
-
View: POFV_QUOTATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATIONS ,
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.ORG_FREIGHT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ORG_FREIGHT, status:VALID,
-
SYNONYM: APPS.ORG_FREIGHT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ORG_FREIGHT, status:VALID,
-
SYNONYM: APPS.AP_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_TERMS, status:VALID,
-
SYNONYM: APPS.AP_TERMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_TERMS, status:VALID,
-
VIEW: APPS.POFV_QUOTATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID,
-
VIEW: APPS.POFV_QUOTATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PO_VENDOR_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PO_VENDOR_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
VIEW: APPS.FND_CURRENCIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_CURRENCIES_VL, object_name:FND_CURRENCIES_VL, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.FND_CURRENCIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_CURRENCIES_VL, object_name:FND_CURRENCIES_VL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.HR_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_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,
-
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.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,