DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_APPLICANT dependencies on HR_PUMP_UTILS

Line 798: hr_pump_utils.set_multi_msg_error_flag(true);

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