DBA Data[Home] [Help]

APPS.HRDPP_ACTUAL_TERMINATION_EMP_A dependencies on HR_PUMP_UTILS

Line 232: hr_pump_utils.set_multi_msg_error_flag(true);

228: when hr_multi_message.error_message_exist then
229: if cr%isopen then
230: close cr;
231: end if;
232: hr_pump_utils.set_multi_msg_error_flag(true);
233: when others then
234: if cr%isopen then
235: close cr;
236: end if;