DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 502: hr_pump_utils.set_multi_msg_error_flag(true);

498: when hr_multi_message.error_message_exist then
499: if cr%isopen then
500: close cr;
501: end if;
502: hr_pump_utils.set_multi_msg_error_flag(true);
503: when others then
504: if cr%isopen then
505: close cr;
506: end if;