DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYMENT_DETAIL dependencies on HR_PUMP_UTILS

Line 431: hr_pump_utils.set_multi_msg_error_flag(true);

427: when hr_multi_message.error_message_exist then
428: if cr%isopen then
429: close cr;
430: end if;
431: hr_pump_utils.set_multi_msg_error_flag(true);
432: when others then
433: if cr%isopen then
434: close cr;
435: end if;