DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 416: when hr_multi_message.error_message_exist then

412: close cr;
413: --
414: hr_data_pump.exit('call');
415: exception
416: when hr_multi_message.error_message_exist then
417: if cr%isopen then
418: close cr;
419: end if;
420: hr_pump_utils.set_multi_msg_error_flag(true);