DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CBR_PER_IN_LER dependencies on HR_PUMP_UTILS

Line 417: hr_pump_utils.set_multi_msg_error_flag(true);

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