DBA Data[Home] [Help]

APPS.WSH_BOLS_UTIL_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 154: FROM mtl_system_items_vl

150:
151: -- Bug# 3306781
152: CURSOR c_get_item_desc (p_inventory_item_id IN NUMBER, p_organization_id IN NUMBER) IS
153: SELECT description
154: FROM mtl_system_items_vl
155: WHERE organization_id = p_organization_id
156: AND inventory_item_id = p_inventory_item_id;
157:
158: l_description VARCHAR2(250) := NULL;

Line 372: FROM mtl_system_items_vl

368:
369: -- Bug# 3306781
370: CURSOR c_get_item_desc (p_inventory_item_id IN NUMBER, p_organization_id IN NUMBER) IS
371: SELECT description
372: FROM mtl_system_items_vl
373: WHERE organization_id = p_organization_id
374: AND inventory_item_id = p_inventory_item_id;
375:
376: