DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 415: hr_pump_utils.set_multi_msg_error_flag(true);

411: when hr_multi_message.error_message_exist then
412: if cr%isopen then
413: close cr;
414: end if;
415: hr_pump_utils.set_multi_msg_error_flag(true);
416: when others then
417: if cr%isopen then
418: close cr;
419: end if;