DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_APPLICANT dependencies on HR_PUMP_UTILS

Line 806: hr_pump_utils.set_multi_msg_error_flag(true);

802: when hr_multi_message.error_message_exist then
803: if cr%isopen then
804: close cr;
805: end if;
806: hr_pump_utils.set_multi_msg_error_flag(true);
807: when others then
808: if cr%isopen then
809: close cr;
810: end if;