DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 497: hr_pump_utils.set_multi_msg_error_flag(true);

493: when hr_multi_message.error_message_exist then
494: if cr%isopen then
495: close cr;
496: end if;
497: hr_pump_utils.set_multi_msg_error_flag(true);
498: when others then
499: if cr%isopen then
500: close cr;
501: end if;