DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPPLEMENTARY_ROL dependencies on HR_PUMP_UTILS

Line 476: hr_pump_utils.set_multi_msg_error_flag(true);

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