DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_POSITION dependencies on HR_MULTI_MESSAGE

Line 1337: when hr_multi_message.error_message_exist then

1333: close cr;
1334: --
1335: hr_data_pump.exit('call');
1336: exception
1337: when hr_multi_message.error_message_exist then
1338: if cr%isopen then
1339: close cr;
1340: end if;
1341: hr_pump_utils.set_multi_msg_error_flag(true);