DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_APPLICANT dependencies on HR_PUMP_UTILS

Line 801: hr_pump_utils.set_multi_msg_error_flag(true);

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