DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on MTL_SYSTEM_ITEMS_KFV

Line 769: from mtl_system_items_kfv

765:
766: IS
767: cursor get_item_id_cur is
768: select inventory_item_id
769: from mtl_system_items_kfv
770: where concatenated_segments = p_concatenated_segments
771: and organization_id = p_organization_id;
772: --
773: l_debug_on BOOLEAN;