DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_COUNTY_TAX_RULE dependencies on HR_MULTI_MESSAGE

Line 632: when hr_multi_message.error_message_exist then

628: close cr;
629: --
630: hr_data_pump.exit('call');
631: exception
632: when hr_multi_message.error_message_exist then
633: if cr%isopen then
634: close cr;
635: end if;
636: hr_pump_utils.set_multi_msg_error_flag(true);