DBA Data[Home] [Help]

APPS.CSP_PC_FORM_MTLTXNS dependencies on MTL_SYSTEM_ITEMS_KFV

Line 349: from mtl_system_items_kfv

345: ELSE
346: BEGIN
347: -- validate whether the inventory_item_is exists in the given oranization_id
348: select inventory_item_id into l_check_existence
349: from mtl_system_items_kfv
350: where inventory_item_id = p_inventory_item_id
351: and organization_id = p_organization_id;
352: EXCEPTION
353: WHEN NO_DATA_FOUND THEN