DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELIG_PERSON_OPTIO dependencies on HR_PUMP_UTILS

Line 791: hr_pump_utils.set_multi_msg_error_flag(true);

787: when hr_multi_message.error_message_exist then
788: if cr%isopen then
789: close cr;
790: end if;
791: hr_pump_utils.set_multi_msg_error_flag(true);
792: when others then
793: if cr%isopen then
794: close cr;
795: end if;