DBA Data[Home] [Help]

APPS.OZF_TP_UTIL_QUERIES dependencies on MTL_SYSTEM_ITEMS_VL

Line 736: from mtl_system_items_vl

732:
733: BEGIN
734:
735: select description into l_item_name
736: from mtl_system_items_vl
737: where inventory_item_id = p_inventory_item_id
738: and organization_id = fnd_profile.value('QP_ORGANIZATION_ID');
739:
740: return l_item_name;