DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_POSITION dependencies on HR_MULTI_MESSAGE

Line 1332: when hr_multi_message.error_message_exist then

1328: close cr;
1329: --
1330: hr_data_pump.exit('call');
1331: exception
1332: when hr_multi_message.error_message_exist then
1333: if cr%isopen then
1334: close cr;
1335: end if;
1336: hr_pump_utils.set_multi_msg_error_flag(true);