DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 535: hr_pump_utils.set_multi_msg_error_flag(true);

531: when hr_multi_message.error_message_exist then
532: if cr%isopen then
533: close cr;
534: end if;
535: hr_pump_utils.set_multi_msg_error_flag(true);
536: when others then
537: if cr%isopen then
538: close cr;
539: end if;