DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CONTACT_EXTRA_ dependencies on HR_PUMP_UTILS

Line 332: hr_pump_utils.set_multi_msg_error_flag(true);

328: when hr_multi_message.error_message_exist then
329: if cr%isopen then
330: close cr;
331: end if;
332: hr_pump_utils.set_multi_msg_error_flag(true);
333: when others then
334: if cr%isopen then
335: close cr;
336: end if;