DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on MTL_SYSTEM_ITEMS_KFV

Line 897: from mtl_system_items_kfv

893: ELSE
894: BEGIN
895: -- validate whether the inventory_item_id exists in the given oranization_id
896: select inventory_item_id into l_check_existence
897: from mtl_system_items_kfv
898: where inventory_item_id = p_inventory_item_id
899: and organization_id = p_organization_id;
900: EXCEPTION
901: WHEN NO_DATA_FOUND THEN