DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PLAN_BENEFICIARY dependencies on HR_PUMP_UTILS

Line 218: hr_pump_utils.set_multi_msg_error_flag(true);

214: when hr_multi_message.error_message_exist then
215: if cr%isopen then
216: close cr;
217: end if;
218: hr_pump_utils.set_multi_msg_error_flag(true);
219: when others then
220: if cr%isopen then
221: close cr;
222: end if;