DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ADI_TAX_CRP dependencies on HR_PUMP_UTILS

Line 306: hr_pump_utils.set_multi_msg_error_flag(true);

302: when hr_multi_message.error_message_exist then
303: if cr%isopen then
304: close cr;
305: end if;
306: hr_pump_utils.set_multi_msg_error_flag(true);
307: when others then
308: if cr%isopen then
309: close cr;
310: end if;