DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on MTL_SYSTEM_ITEMS_KFV

Line 772: from mtl_system_items_kfv

768: ELSE
769: BEGIN
770: -- validate whether the inventory_item_id exists in the given oranization_id
771: select inventory_item_id into l_check_existence
772: from mtl_system_items_kfv
773: where inventory_item_id = p_inventory_item_id
774: and organization_id = p_organization_id;
775: EXCEPTION
776: WHEN NO_DATA_FOUND THEN