DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSON_EXTRA_I dependencies on HR_PUMP_UTILS

Line 348: hr_pump_utils.set_multi_msg_error_flag(true);

344: when hr_multi_message.error_message_exist then
345: if cr%isopen then
346: close cr;
347: end if;
348: hr_pump_utils.set_multi_msg_error_flag(true);
349: when others then
350: if cr%isopen then
351: close cr;
352: end if;