DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PLAN_TYPE dependencies on HR_PUMP_UTILS

Line 472: hr_pump_utils.set_multi_msg_error_flag(true);

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