DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSON_ADDRESS dependencies on HR_PUMP_UTILS

Line 517: hr_pump_utils.set_multi_msg_error_flag(true);

513: when hr_multi_message.error_message_exist then
514: if cr%isopen then
515: close cr;
516: end if;
517: hr_pump_utils.set_multi_msg_error_flag(true);
518: when others then
519: if cr%isopen then
520: close cr;
521: end if;