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 361: FROM mtl_system_items_vl

357:
358: -- Bug# 3306781
359: CURSOR c_get_item_desc (p_inventory_item_id IN NUMBER, p_organization_id IN NUMBER) IS
360: SELECT description
361: FROM mtl_system_items_vl
362: WHERE organization_id = p_organization_id
363: AND inventory_item_id = p_inventory_item_id;
364:
365: