DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SECONDARY_EMP_ASG dependencies on HR_PUMP_UTILS

Line 1398: hr_pump_utils.set_multi_msg_error_flag(true);

1394: when hr_multi_message.error_message_exist then
1395: if cr%isopen then
1396: close cr;
1397: end if;
1398: hr_pump_utils.set_multi_msg_error_flag(true);
1399: when others then
1400: if cr%isopen then
1401: close cr;
1402: end if;