DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PERSON dependencies on HR_PUMP_UTILS

Line 197: hr_pump_utils.set_multi_msg_error_flag(true);

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