DBA Data[Home] [Help]

APPS.HRDPP_DELETE_ELEMENT_ENTRY dependencies on HR_PUMP_UTILS

Line 198: hr_pump_utils.set_multi_msg_error_flag(true);

194: when hr_multi_message.error_message_exist then
195: if cr%isopen then
196: close cr;
197: end if;
198: hr_pump_utils.set_multi_msg_error_flag(true);
199: when others then
200: if cr%isopen then
201: close cr;
202: end if;