Search Results enable_authorizations_flag
Overview
POS_ORD_MODIFIERS_V is an APPS-owned database view within the Oracle E-Business Suite Purchasing (PO) module. Its name reflects its purpose: it consolidates ordering modifiers — the buyer-defined controls that govern how purchase orders and releases are generated against an approved supplier list (ASL) entry. Rather than presenting the raw ASL attribute rows, the view projects a curated, denormalized set of sourcing, scheduling, and quantity-modifier attributes joined to item and supplier context, which makes it convenient for reporting, integration, and validation logic.
The view is defined to return only global-level ASL attributes, since its definition restricts results with PAA.USING_ORGANIZATION_ID = -1. This constant denotes the master (global) organization in the multi-org model. As a result, POS_ORD_MODIFIERS_V exposes the enterprise-wide ordering modifiers rather than organization-specific overrides. Status is VALID, and the object is referenced in ETRM metadata for both 12.1.1 and 12.2.2. The term the user searched, fixed_lot_multiple, corresponds to the FIXED_LOT_MULTIPLE column, which is one of the key ordering modifiers surfaced by this view.
Underlying Base Objects
The documented view text joins three primary sources and their synonyms:
- PO_ASL_ATTRIBUTES (PAA) — the driving table holding ordering-modifier values, including FIXED_LOT_MULTIPLE, MIN_ORDER_QTY, PROCESSING_LEAD_TIME, and PRICE_UPDATE_TOLERANCE.
- PO_APPROVED_SUPPLIER_LIST (PAS) — supplies the ASL context and PRIMARY_VENDOR_ITEM, joined on ASL_ID.
- MTL_SYSTEM_ITEMS (MSI) — provides item SEGMENT1 and DESCRIPTION, joined on INVENTORY_ITEM_ID and constrained so that MSI.ORGANIZATION_ID equals the ASL's owning organization.
The ETRM metadata additionally lists referenced objects including PO_VENDORS (VIEW), MTL_PLANNERS (SYNONYM), MTL_SYSTEM_ITEMS_KFV (SYNONYM), and HR_ALL_ORGANIZATION_UNITS_TL (SYNONYM), reflecting the broader join context used by the reporting layer. Because the view joins ASL attributes to items and suppliers, it effectively answers the question: "For this global ASL entry, what ordering modifiers apply, and to which item and supplier?"
Key Columns
- FIXED_LOT_MULTIPLE — the fixed lot multiple enforced when ordering the item; quantities are rounded to this increment.
- MIN_ORDER_QTY — minimum orderable quantity.
- PROCESSING_LEAD_TIME — the lead time applied during sourcing and schedule generation.
- PRICE_UPDATE_TOLERANCE — threshold governing automatic price updates.
- DOCUMENT_SOURCING_METHOD / RELEASE_GENERATION_METHOD — controls for how documents and releases are generated.
- PLAN_SCHEDULE_TYPE / SHIP_SCHEDULE_TYPE, PLAN_BUCKET_PATTERN_ID / SHIP_BUCKET_PATTERN_ID — scheduling configuration for planned and shipment schedules.
- ENABLE_PLAN_SCHEDULE_FLAG, ENABLE_SHIP_SCHEDULE_FLAG, ENABLE_AUTOSCHEDULE_FLAG, ENABLE_AUTHORIZATIONS_FLAG — enablement flags.
- ASL_ID, VENDOR_ID, VENDOR_SITE_ID, ITEM_ID, CATEGORY_ID — identifying keys linking the modifier set to supplier, site, item, and category.
- SEGMENT1, DESCRIPTION, PRIMARY_VENDOR_ITEM — denormalized item and supplier-item descriptors for display.
Common Use Cases and Queries
Typical uses include auditing ordering modifiers across suppliers, validating fixed lot multiples before release generation, and feeding external planning or sourcing systems. A representative query listing items with a non-null fixed lot multiple:
SELECT ASL_ID, ITEM_ID, SEGMENT1, DESCRIPTION, VENDOR_ID, FIXED_LOT_MULTIPLE, MIN_ORDER_QTYFROM APPS.POS_ORD_MODIFIERS_VWHERE FIXED_LOT_MULTIPLE IS NOT NULLORDER BY SEGMENT1;
Another common pattern filters by supplier to review all sourcing and scheduling modifiers for a vendor's approved items. Because the view returns global (USING_ORGANIZATION_ID = -1) attributes, queries should account for organization-specific overrides being outside its scope.
-
View: POS_ORD_MODIFIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_ORD_MODIFIERS_V POS.POS_ORD_MODIFIERS_V, object_name:POS_ORD_MODIFIERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_ORD_MODIFIERS_V ,
-
View: PO_ASL_ATTRIBUTES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_VAL_V, object_name:PO_ASL_ATTRIBUTES_VAL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ASL_ATTRIBUTES_VAL_V ,
-
View: PO_ASL_ATTRIBUTES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_VAL_V, object_name:PO_ASL_ATTRIBUTES_VAL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ASL_ATTRIBUTES_VAL_V ,
-
View: POS_ORD_MODIFIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_ORD_MODIFIERS_V, object_name:POS_ORD_MODIFIERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_ORD_MODIFIERS_V ,
-
View: PO_ASL_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_V, object_name:PO_ASL_ATTRIBUTES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_ASL_ATTRIBUTES_V ,
-
View: PO_ASL_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_ATTRIBUTES_V, object_name:PO_ASL_ATTRIBUTES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_ASL_ATTRIBUTES_V ,
-
View: POS_CHV_SCHEDULE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_ITEMS_V POS.POS_CHV_SCHEDULE_ITEMS_V, object_name:POS_CHV_SCHEDULE_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_SCHEDULE_ITEMS_V ,
-
View: POS_CHV_SCHEDULE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_CHV_SCHEDULE_ITEMS_V, object_name:POS_CHV_SCHEDULE_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_CHV_SCHEDULE_ITEMS_V ,
-
View: PO_APPROVED_SUPPLIER_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST_V, object_name:PO_APPROVED_SUPPLIER_LIST_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_APPROVED_SUPPLIER_LIST_V ,
-
View: PO_APPROVED_SUPPLIER_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST_V, object_name:PO_APPROVED_SUPPLIER_LIST_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_APPROVED_SUPPLIER_LIST_V ,