DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON dependencies on HR_PUMP_UTILS

Line 800: hr_pump_utils.set_multi_msg_error_flag(true);

796: when hr_multi_message.error_message_exist then
797: if cr%isopen then
798: close cr;
799: end if;
800: hr_pump_utils.set_multi_msg_error_flag(true);
801: when others then
802: if cr%isopen then
803: close cr;
804: end if;