DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on MTL_SYSTEM_ITEMS_VL

Line 427: from mtl_system_items_vl

423:
424: cursor c_description(p_inventory_item_id number,p_organization_id number) is
425: -- this cursor has been modified to select segment1 instead of description, see bug 3604265
426: select segment1
427: from mtl_system_items_vl
428: where inventory_item_id = p_inventory_item_id
429: and organization_id = p_organization_id;
430:
431: cursor c_config_dtl(p_qte_line_id number) is