DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PLAN_BENEFICIARY dependencies on HR_PUMP_UTILS

Line 582: hr_pump_utils.set_multi_msg_error_flag(true);

578: when hr_multi_message.error_message_exist then
579: if cr%isopen then
580: close cr;
581: end if;
582: hr_pump_utils.set_multi_msg_error_flag(true);
583: when others then
584: if cr%isopen then
585: close cr;
586: end if;