Search Results supplier_notif_method
Overview
APPS.POFV_MC_PURCHASE_ORDERS is a Business Intelligence System (BIS) view in the Oracle E-Business Suite APPS schema, classified under the FND Design Data namespace PO.POFV_MC_PURCHASE_ORDERS. Its status is VALID in both Oracle EBS 12.1.1 and 12.2.2. The view implements the Multiple Reporting Currencies (MRC) functionality, which allows an alternative reporting currency to be specified for a purchase order based on the Set of Books. Rather than storing a single functional-currency representation of a purchase order, the MRC model records the same transaction in both the primary and reporting currencies, and this view exposes that reporting-currency perspective alongside the operating-unit and conversion-rate context required to interpret it.
For reporting and integration purposes, the view provides a flattened, denormalized projection of purchase-order header attributes joined to Set of Books, operating unit, and currency conversion type information. It is intended primarily for read-only reporting, ad hoc enquiry, and extract routines rather than for transactional updates. The user search term update_sourcing_rules_flag corresponds directly to a column exposed by this view and reflects one of the document-control flags carried on the purchase-order header.
Underlying Base Objects
The documented base objects referenced by the view are:
- PO_HEADERS_ALL (SYNONYM) — the primary purchase-order header table supplying document identifiers, operating unit, supplier notification attributes, sourcing flags, and tax-attribute update information.
- HR_ALL_ORGANIZATION_UNITS (SYNONYM) — the organization definition table supplying the operating unit name for the operating unit identifier on the purchase order.
- GL_DAILY_CONVERSION_TYPES (SYNONYM) — the General Ledger conversion-rate type definition table supplying the rate type name and description used to translate between the primary and reporting currencies.
All three are referenced through synonyms visible in the APPS schema, which is consistent with the standard Oracle EBS layered-synonym architecture. Because the view is MRC-enabled, the effective row count and currency values depend on the reporting Set of Books in scope.
Key Columns
The view exposes columns across four logical groups:
- Set of Books and document identity: SET_OF_BOOKS_ID, SET_OF_BOOKS_NAME, PURCHASE_ORDER_ID, DOCUMENT_NUMBER, OPERATING_UNIT_ID, OPERATING_UNIT_NAME.
- Currency conversion context: CURRENCY_CONVERSION_RATE_DATE, CURRENCY_CONVERSION_RATE, CURRENCY_CONVERSION_RATE_TYPE, RATE_TYPE_NAME, RATE_TYPE_DESCRIPTION.
- Sourcing and pricing controls: AUTO_SOURCING_FLAG, UPDATE_SOURCING_RULES_FLAG (the searched attribute), RETRO_PRICE_APPLY_UPDATES_FLAG, RETRO_PRICE_COMM_UPDATES_FLAG.
- Supplier notification and authorization: EMAIL_ADDRESS, FAX, SUPPLIER_NOTIF_METHOD, SUPPLIER_AUTH_ENABLED_FLAG, CAT_ADMIN_AUTH_ENABLED_FLAG, STYLE_ID, TAX_ATTRIBUTE_UPDATE_CODE.
UPDATE_SOURCING_RULES_FLAG is a VARCHAR2 flag indicating whether the purchase order is permitted to update sourcing rules when the document is processed, a control relevant to sourcing-rule-driven replenishment and blanket/planned order behaviour.
Common Use Cases and Queries
Typical scenarios include reporting purchase orders in a reporting currency, auditing sourcing-rule and retro-price flag settings, and extracting supplier notification configuration.
- List purchase orders whose sourcing rules are eligible for update:
- Report reporting-currency values for a specific Set of Books:
Sample SQL:
SELECT document_number,
operating_unit_name,
currency_conversion_rate,
update_sourcing_rules_flag
FROM apps.pofv_mc_purchase_orders
WHERE update_sourcing_rules_flag = 'Y';
SELECT set_of_books_name,
document_number,
rate_type_name,
currency_conversion_rate
FROM apps.pofv_mc_purchase_orders
WHERE set_of_books_id = :p_set_of_books_id;
The view should be treated as read-only for integration purposes; flag maintenance is performed against PO_HEADERS_ALL through the purchasing application programming interfaces and forms.
-
VIEW: APPS.POFV_MC_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_MC_PURCHASE_ORDERS, object_name:POFV_MC_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.PO_SGD_MOD_HEADERS_V
12.2.2
-
VIEW: AP.AP_SUPPLIERS_INT#
12.2.2
-
VIEW: AP.AP_SUPPLIER_SITES_ALL#
12.2.2
-
VIEW: APPS.POFV_MC_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_MC_PURCHASE_ORDERS, object_name:POFV_MC_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_MC_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_MC_PURCHASE_ORDERS, object_name:POBV_MC_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_MC_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_MC_PURCHASE_ORDERS, object_name:POBV_MC_PURCHASE_ORDERS, status:VALID,
-
VIEW: PO.PO_VENDOR_SITES_OBS#
12.2.2
-
VIEW: APPS.PO_SGD_HEADERS_V
12.2.2
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
-
VIEW: APPS.POBV_QUOTATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATIONS, object_name:POBV_QUOTATIONS, status:VALID,
-
VIEW: PO.PO_HEADERS_ALL#
12.2.2
-
VIEW: PO.PO_HEADERS_ARCHIVE_ALL#
12.2.2
-
VIEW: APPS.POBV_REQUESTS_FOR_QUOTATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUESTS_FOR_QUOTATION, object_name:POBV_REQUESTS_FOR_QUOTATION, status:VALID,
-
View: PO_VENDOR_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
VIEW: APPS.PO_HEADER_CHANGES_V
12.2.2
-
VIEW: PO.PO_HEADERS_DRAFT_ALL#
12.2.2
-
View: PO_SGD_MOD_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_HEADERS_V, object_name:PO_SGD_MOD_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_HEADERS_V ,
-
View: PO_VENDOR_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
VIEW: APPS.POBV_QUOTATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_QUOTATIONS, object_name:POBV_QUOTATIONS, status:VALID,
-
VIEW: APPS.POBV_REQUESTS_FOR_QUOTATION
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_REQUESTS_FOR_QUOTATION, object_name:POBV_REQUESTS_FOR_QUOTATION, status:VALID,
-
VIEW: APPS.PO_HEADERS_TRX_V
12.2.2
-
View: PO_HEADERS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_TRX_V, object_name:PO_HEADERS_TRX_V, status:VALID, product: PO - Purchasing , description: View on po_headers table. , implementation_dba_data: APPS.PO_HEADERS_TRX_V ,
-
VIEW: APPS.POFV_REQUESTS_FOR_QUOTATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUESTS_FOR_QUOTATION, object_name:POFV_REQUESTS_FOR_QUOTATION, status:VALID,
-
VIEW: APPS.POBV_PLAN_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PLAN_PURCHASE_ORDERS, object_name:POBV_PLAN_PURCHASE_ORDERS, status:VALID,
-
View: PO_SGD_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_HEADERS_V, object_name:PO_SGD_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_HEADERS_V ,
-
VIEW: APPS.POFV_REQUESTS_FOR_QUOTATION
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUESTS_FOR_QUOTATION, object_name:POFV_REQUESTS_FOR_QUOTATION, status:VALID,
-
VIEW: APPS.POBV_PLAN_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PLAN_PURCHASE_ORDERS, object_name:POBV_PLAN_PURCHASE_ORDERS, 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,
-
VIEW: APPS.POBV_SUPPLIER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_SITES, object_name:POBV_SUPPLIER_SITES, 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_SUPPLIER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_SITES, object_name:POFV_SUPPLIER_SITES, status:VALID,
-
VIEW: APPS.POBV_BKT_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PURCHASE_ORDERS, object_name:POBV_BKT_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_PLAN_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PURCHASE_ORDERS, object_name:POFV_PLAN_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_BKT_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BKT_PURCHASE_ORDERS, object_name:POBV_BKT_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_STD_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_STD_PURCHASE_ORDERS, object_name:POBV_STD_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_SUPPLIER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_SITES, object_name:POFV_SUPPLIER_SITES, status:VALID,
-
VIEW: APPS.POBV_SUPPLIER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_SITES, object_name:POBV_SUPPLIER_SITES, status:VALID,
-
VIEW: APPS.POBV_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PURCHASE_ORDERS, object_name:POBV_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_STD_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_STD_PURCHASE_ORDERS, object_name:POBV_STD_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_PLAN_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PLAN_PURCHASE_ORDERS, object_name:POFV_PLAN_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POBV_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_PURCHASE_ORDERS, object_name:POBV_PURCHASE_ORDERS, status:VALID,
-
TYPE: APPS.PO_HEADER_MOD_P_LOCK_ATTRS
12.2.2
owner:APPS, object_type:TYPE, object_name:PO_HEADER_MOD_P_LOCK_ATTRS, status:VALID,
-
VIEW: APPS.POFV_BKT_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BKT_PURCHASE_ORDERS, object_name:POFV_BKT_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_STD_PURCHASE_ORDERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PURCHASE_ORDERS, object_name:POFV_STD_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_BKT_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BKT_PURCHASE_ORDERS, object_name:POFV_BKT_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.POFV_STD_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PURCHASE_ORDERS, object_name:POFV_STD_PURCHASE_ORDERS, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
-
VIEW: APPS.POFV_PURCHASE_ORDERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PURCHASE_ORDERS, object_name:POFV_PURCHASE_ORDERS, status:VALID,
-
VIEW: PO.PO_VENDOR_SITES_OBS#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_VENDOR_SITES_OBS#, status:VALID,