DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 448: hr_pump_utils.set_multi_msg_error_flag(true);

444: when hr_multi_message.error_message_exist then
445: if cr%isopen then
446: close cr;
447: end if;
448: hr_pump_utils.set_multi_msg_error_flag(true);
449: when others then
450: if cr%isopen then
451: close cr;
452: end if;