DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PRTT_PREM dependencies on HR_PUMP_UTILS

Line 475: hr_pump_utils.set_multi_msg_error_flag(true);

471: when hr_multi_message.error_message_exist then
472: if cr%isopen then
473: close cr;
474: end if;
475: hr_pump_utils.set_multi_msg_error_flag(true);
476: when others then
477: if cr%isopen then
478: close cr;
479: end if;