DBA Data[Home] [Help]

APPS.PAY_AE_IV_MIGRATE_PKG dependencies on HR_UTILITY

Line 363: hr_utility.set_message(800, 'HR_377443_AE_IV_MIG_RUN');

359:
360: END LOOP;
361: CLOSE csr_get_asg_ids;
362: ELSE
363: hr_utility.set_message(800, 'HR_377443_AE_IV_MIG_RUN');
364: hr_utility.raise_error;
365: END IF;
366:
367:

Line 364: hr_utility.raise_error;

360: END LOOP;
361: CLOSE csr_get_asg_ids;
362: ELSE
363: hr_utility.set_message(800, 'HR_377443_AE_IV_MIG_RUN');
364: hr_utility.raise_error;
365: END IF;
366:
367:
368: END update_iv_si_element;