DBA Data[Home] [Help]

APPS.OTA_EL_TRAINING_SS dependencies on HR_UTILITY

Line 175: WHEN hr_utility.hr_error THEN

171: ,p_transaction_step_id => l_transaction_step_id
172: ,p_api_name => g_package || '.PROCESS_API'
173: ,p_transaction_data => l_transaction_table);
174: EXCEPTION
175: WHEN hr_utility.hr_error THEN
176: -- -------------------------------------------
177: -- an application error has been raised so we must
178: -- redisplay the web form to display the error
179: -- --------------------------------------------

Line 545: WHEN hr_utility.hr_error THEN

541: ,p_transaction_data => l_transaction_table);
542:
543:
544: EXCEPTION
545: WHEN hr_utility.hr_error THEN
546: -- -------------------------------------------
547: -- an application error has been raised so we must
548: -- redisplay the web form to display the error
549: -- --------------------------------------------