DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on MTL_SYSTEM_ITEMS_KFV

Line 649: from mtl_system_items_kfv

645:
646: IS
647: cursor get_item_id_cur is
648: select inventory_item_id
649: from mtl_system_items_kfv
650: where concatenated_segments = p_concatenated_segments
651: and organization_id = p_organization_id;
652: --
653: l_debug_on BOOLEAN;