DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 530: hr_pump_utils.set_multi_msg_error_flag(true);

526: when hr_multi_message.error_message_exist then
527: if cr%isopen then
528: close cr;
529: end if;
530: hr_pump_utils.set_multi_msg_error_flag(true);
531: when others then
532: if cr%isopen then
533: close cr;
534: end if;