DBA Data[Home] [Help]

APPS.HRDPP_CREATE_POSITION dependencies on HR_MULTI_MESSAGE

Line 1291: when hr_multi_message.error_message_exist then

1287: close cr;
1288: --
1289: hr_data_pump.exit('call');
1290: exception
1291: when hr_multi_message.error_message_exist then
1292: if cr%isopen then
1293: close cr;
1294: end if;
1295: hr_pump_utils.set_multi_msg_error_flag(true);