DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_APPLICANT dependencies on HR_PUMP_UTILS

Line 799: hr_pump_utils.set_multi_msg_error_flag(true);

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