DBA Data[Home] [Help]

APPS.OTA_TRAINING_SS dependencies on HR_UTILITY

Line 253: WHEN hr_utility.hr_error THEN

249: ,p_transaction_step_id => l_transaction_step_id
250: ,p_api_name => g_package || '.PROCESS_API'
251: ,p_transaction_data => l_transaction_table);
252: EXCEPTION
253: WHEN hr_utility.hr_error THEN
254: -- -------------------------------------------
255: -- an application error has been raised so we must
256: -- redisplay the web form to display the error
257: -- --------------------------------------------

Line 624: WHEN hr_utility.hr_error THEN

620: ,p_transaction_data => l_transaction_table);
621:
622:
623: EXCEPTION
624: WHEN hr_utility.hr_error THEN
625: -- -------------------------------------------
626: -- an application error has been raised so we must
627: -- redisplay the web form to display the error
628: -- --------------------------------------------