DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CBR_PER_IN_LER dependencies on HR_PUMP_UTILS

Line 399: hr_pump_utils.set_multi_msg_error_flag(true);

395: when hr_multi_message.error_message_exist then
396: if cr%isopen then
397: close cr;
398: end if;
399: hr_pump_utils.set_multi_msg_error_flag(true);
400: when others then
401: if cr%isopen then
402: close cr;
403: end if;