Search Results warehouse_name
Overview
AR_INVENTORY_L_V is a seeded Oracle E-Business Suite view owned by the APPS schema and shipped as part of the Oracle Receivables (AR) product. Its documented purpose is to serve as an inventory item line extract. The view is primarily intended to support the Oracle Subledger Accounting (SLA) extraction architecture, where it supplies inventory-related descriptive and attribute data for Receivables transaction lines flowing into the accounting extract. It is classified as VALID and is available in both EBS 12.1.1 and 12.2.2.
The view exposes inventory item context — item description, item type, sales account, serial number control code, category, and global descriptive flexfield attributes — alongside warehouse identification through both a code and a name. Because the search term in question is "warehouse_name," the relevant column is WAREHOUSE_NAME, aliased from ORG_ORGANIZATION_DEFINITIONS.ORGANIZATION_NAME, with a companion column WAREHOUSE_CODE drawn from ORGANIZATION_CODE. This makes the view useful wherever a human-readable warehouse identifier is required rather than a numeric organization ID.
Underlying Base Objects
The ETRM metadata documents the following referenced base objects: AR_XLA_LINES_EXTRACT (SYNONYM), HR_GENERAL (PACKAGE), HR_SECURITY (PACKAGE), MTL_CATEGORIES_B (SYNONYM), MTL_CATEGORY_SET_VALID_CATS (SYNONYM), MTL_ITEM_CATEGORIES (SYNONYM), MTL_SYSTEM_ITEMS_B (SYNONYM), and ORG_ORGANIZATION_DEFINITIONS (VIEW).
The driving object is AR_XLA_LINES_EXTRACT (aliased L), which holds the extract line rows and supplies EVENT_ID, LINE_NUMBER, LANGUAGE, LEDGER_ID, LEVEL_FLAG, WAREHOUSE_ID, SO_ORGANIZATION_ID, and INVENTORY_ITEM_ID. Item master data is joined from MTL_SYSTEM_ITEMS_B (aliased MTLBF), while category information flows through the outer-joined chain of MTL_ITEM_CATEGORIES, MTL_CATEGORIES_B, and MTL_CATEGORY_SET_VALID_CATS. Warehouse naming is resolved from ORG_ORGANIZATION_DEFINITIONS (aliased O). The HR_GENERAL and HR_SECURITY packages are referenced to support organization security and access control. The critical join predicate is MTLBF.ORGANIZATION_ID = NVL(L.WAREHOUSE_ID, L.SO_ORGANIZATION_ID), mirrored on the organization and item-category joins.
Key Columns
WAREHOUSE_NAME/WAREHOUSE_CODE— Organization name and code derived fromORG_ORGANIZATION_DEFINITIONSfor the resolved warehouse or sales organization.INV_ITEM_DESCRIPTION— Item description fromMTL_SYSTEM_ITEMS_B.DESCRIPTION.INV_ITEM_INVENTORY_ITEM_ID— Surrogate inventory item identifier.INV_ITEM_TYPE— Item type classification.INV_ITEM_SALES_ACCOUNT— Sales account associated with the item.INV_ITEM_SERIAL_NUM_CTRL_CODE— Serial number control code for the item.INV_ITEM_CAT_ID— Category identifier fromMTL_ITEM_CATEGORIES(category set 1).INV_ITEM_GLOBAL_ATTR1throughINV_ITEM_GLOBAL_ATTR10andINV_ITEM_GLOBAL_ATTR_CAT— Global descriptive flexfield attribute columns and category.EVENT_ID,LINE_NUMBER,LEDGER_ID,LANGUAGE— Extract line context carried fromAR_XLA_LINES_EXTRACT.
Common Use Cases and Queries
Typical usage centers on extracting inventory item detail for accounting and reporting, filtering extract rows, or looking up warehouse names associated with item lines. The view's default result set is constrained to LEVEL_FLAG = 'L' rows.
- Warehouse-oriented lookup:
SELECT event_id, line_number, warehouse_name, warehouse_code, inv_item_description FROM ar_inventory_l_v WHERE warehouse_name = 'M1 - Seattle Manufacturing'; - Item attribute extract:
SELECT inventory_item_id, inv_item_global_attr1, inv_item_global_attr2 FROM ar_inventory_l_v WHERE ledger_id = :ledger; - Category reporting:
SELECT inv_item_cat_id, warehouse_name, COUNT(*) FROM ar_inventory_l_v GROUP BY inv_item_cat_id, warehouse_name; - Integration: Joining to
AR_XLA_LINES_EXTRACTor SLA tables onEVENT_IDandLINE_NUMBERto enrich accounting extracts.
Because warehouse naming is resolved via NVL(WAREHOUSE_ID, SO_ORGANIZATION_ID), the view returns a meaningful warehouse for both inventory and sales-order organization contexts, which is why WAREHOUSE_NAME is frequently the target column in ad hoc queries.
-
View: AR_INVENTORY_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVENTORY_L_V, object_name:AR_INVENTORY_L_V, status:VALID, product: AR - Receivables , description: inventory item line extract , implementation_dba_data: APPS.AR_INVENTORY_L_V ,
-
View: AR_INVENTORY_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVENTORY_L_V, object_name:AR_INVENTORY_L_V, status:VALID, product: AR - Receivables , description: inventory item line extract , implementation_dba_data: APPS.AR_INVENTORY_L_V ,
-
VIEW: APPS.AR_INVENTORY_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVENTORY_L_V, object_name:AR_INVENTORY_L_V, status:VALID,
-
APPS.WSH_WSHRDBSR_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.AR_INVENTORY_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVENTORY_L_V, object_name:AR_INVENTORY_L_V, status:VALID,
-
View: AS_WAREHOUSES_ACTIVE_V
12.2.2
product: AS - Sales Foundation , description: Active warehouses view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AR_CM_INVENTORY_L_V
12.1.1
-
VIEW: APPS.OEFV_SALES_ORDER_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID,
-
APPS.WSH_WSHRDBSR_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.OEFV_SALES_ORDER_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID,
-
View: AS_WAREHOUSES_ACTIVE_V
12.1.1
product: AS - Sales Foundation , description: Active warehouses view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AR_INVENTORY_L_V
12.2.2
-
VIEW: APPS.AR_INVENTORY_L_V
12.1.1
-
VIEW: APPS.AR_CM_INVENTORY_L_V
12.2.2
-
TYPE: APPS.DPP_COVEREDINVENTORY_PVT_DP11
12.2.2
owner:APPS, object_type:TYPE, object_name:DPP_COVEREDINVENTORY_PVT_DP11, status:VALID,
-
TYPE: APPS.DPP_COVEREDINVENTORY_PVT_DPP4
12.1.1
owner:APPS, object_type:TYPE, object_name:DPP_COVEREDINVENTORY_PVT_DPP4, status:VALID,
-
VIEW: APPS.PMIFV_CURRENTINVENTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_CURRENTINVENTORY_V, object_name:PMIFV_CURRENTINVENTORY_V, status:VALID,
-
TYPE: APPS.DPP_COVEREDINVENTORY_PVT_DP11
12.1.1
owner:APPS, object_type:TYPE, object_name:DPP_COVEREDINVENTORY_PVT_DP11, status:VALID,
-
TYPE: APPS.DPP_COVEREDINVENTORY_PVT_DPP4
12.2.2
owner:APPS, object_type:TYPE, object_name:DPP_COVEREDINVENTORY_PVT_DPP4, status:VALID,
-
VIEW: EC.ECE_AR_TRX_LINES#
12.2.2
-
VIEW: APPS.PMIFV_CURRENTINVENTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_CURRENTINVENTORY_V, object_name:PMIFV_CURRENTINVENTORY_V, status:VALID,
-
View: PMIFV_INV_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_INV_SUMMARY_V, object_name:PMIFV_INV_SUMMARY_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This View finds the Inv. balance by item/Whse/Grade. , implementation_dba_data: APPS.PMIFV_INV_SUMMARY_V ,
-
View: OEFV_SALES_ORDER_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Sales Order Types. , implementation_dba_data: APPS.OEFV_SALES_ORDER_TYPES ,
-
View: AR_CM_INVENTORY_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_INVENTORY_L_V, object_name:AR_CM_INVENTORY_L_V, status:VALID, product: AR - Receivables , description: credit memo item line line extract , implementation_dba_data: APPS.AR_CM_INVENTORY_L_V ,
-
VIEW: APPS.PMIFV_PERIODINVENTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PERIODINVENTORY_V, object_name:PMIFV_PERIODINVENTORY_V, status:VALID,
-
PACKAGE BODY: APPS.WSH_WSHRDBSR_XMLP_PKG
12.1.1
-
View: PMIFV_INV_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_INV_SUMMARY_V, object_name:PMIFV_INV_SUMMARY_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This View finds the Inv. balance by item/Whse/Grade. , implementation_dba_data: APPS.PMIFV_INV_SUMMARY_V ,
-
PACKAGE BODY: APPS.WSH_WSHRDBSR_XMLP_PKG
12.2.2
-
VIEW: APPS.PMIFV_PERIODINVENTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PERIODINVENTORY_V, object_name:PMIFV_PERIODINVENTORY_V, status:VALID,
-
View: OEFV_SHIPMENT_LINES
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_SALES_ORDER_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_SALES_ORDER_TYPES ,
-
View: PMIFV_CURRENTINVENTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_CURRENTINVENTORY_V, object_name:PMIFV_CURRENTINVENTORY_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Qty and availability info. for Items in Inv. at the present time by whse, loc, lot and item. , implementation_dba_data: APPS.PMIFV_CURRENTINVENTORY_V ,
-
View: AR_CUSTOMERS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIFV_INV_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_INV_SUMMARY_V, object_name:PMIFV_INV_SUMMARY_V, status:VALID,
-
View: PMIFV_CURRENTINVENTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_CURRENTINVENTORY_V, object_name:PMIFV_CURRENTINVENTORY_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Qty and availability info. for Items in Inv. at the present time by whse, loc, lot and item. , implementation_dba_data: APPS.PMIFV_CURRENTINVENTORY_V ,
-
View: AR_CM_INVENTORY_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_INVENTORY_L_V, object_name:AR_CM_INVENTORY_L_V, status:VALID, product: AR - Receivables , description: credit memo item line line extract , implementation_dba_data: APPS.AR_CM_INVENTORY_L_V ,
-
View: OEFV_SALES_ORDER_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_SALES_ORDER_TYPES ,
-
View: OEFV_SALES_ORDER_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_SALES_ORDER_TYPES ONT.OEFV_SALES_ORDER_TYPES, object_name:OEFV_SALES_ORDER_TYPES, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Sales Order Types. , implementation_dba_data: APPS.OEFV_SALES_ORDER_TYPES ,
-
View: PMIFV_ITEM_COST_FROM_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_COST_FROM_GL_V, object_name:PMIFV_ITEM_COST_FROM_GL_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Costing information for an item retrieved from Oracle Financial GL tables. This is the GL equivalent of the item_cost view which retrieves data from the OPM costing tables. , implementation_dba_data: APPS.PMIFV_ITEM_COST_FROM_GL_V ,
-
View: PMIFV_ITEM_COST_FROM_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_COST_FROM_GL_V, object_name:PMIFV_ITEM_COST_FROM_GL_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Costing information for an item retrieved from Oracle Financial GL tables. This is the GL equivalent of the item_cost view which retrieves data from the OPM costing tables. , implementation_dba_data: APPS.PMIFV_ITEM_COST_FROM_GL_V ,
-
VIEW: APPS.WSH_OPSM_ASN_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_DELIVERIES_V, object_name:WSH_OPSM_ASN_DELIVERIES_V, status:VALID,
-
View: ECE_DSNO_DELIVERIES_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_CDMO_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Line View@rep:category BUSINESS_ENTITY AR_CREDIT_ , implementation_dba_data: APPS.ECE_CDMO_LINE_V ,
-
View: OEFV_SHIPMENT_LINES
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIFV_ITEM_COST_FROM_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_COST_FROM_GL_V, object_name:PMIFV_ITEM_COST_FROM_GL_V, status:VALID,
-
View: AR_CUSTOMERS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIFV_ITEM_COST_FROM_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_ITEM_COST_FROM_GL_V, object_name:PMIFV_ITEM_COST_FROM_GL_V, status:VALID,
-
VIEW: APPS.HZ_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_SITE_USES_V, object_name:HZ_SITE_USES_V, status:VALID,
-
VIEW: APPS.IEX_INVOICE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_INVOICE_LINES_V, status:VALID,
-
VIEW: APPS.PMIFV_INV_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_INV_SUMMARY_V, object_name:PMIFV_INV_SUMMARY_V, status:VALID,