DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 435: hr_pump_utils.set_multi_msg_error_flag(true);

431: when hr_multi_message.error_message_exist then
432: if cr%isopen then
433: close cr;
434: end if;
435: hr_pump_utils.set_multi_msg_error_flag(true);
436: when others then
437: if cr%isopen then
438: close cr;
439: end if;