DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 444: when hr_multi_message.error_message_exist then

440: close cr;
441: --
442: hr_data_pump.exit('call');
443: exception
444: when hr_multi_message.error_message_exist then
445: if cr%isopen then
446: close cr;
447: end if;
448: hr_pump_utils.set_multi_msg_error_flag(true);