DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPER_CONTRIBUTIO dependencies on HR_PUMP_UTILS

Line 367: hr_pump_utils.set_multi_msg_error_flag(true);

363: when hr_multi_message.error_message_exist then
364: if cr%isopen then
365: close cr;
366: end if;
367: hr_pump_utils.set_multi_msg_error_flag(true);
368: when others then
369: if cr%isopen then
370: close cr;
371: end if;