DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_CWK_ dependencies on HR_MULTI_MESSAGE

Line 969: when hr_multi_message.error_message_exist then

965: close cr;
966: --
967: hr_data_pump.exit('call');
968: exception
969: when hr_multi_message.error_message_exist then
970: if cr%isopen then
971: close cr;
972: end if;
973: hr_pump_utils.set_multi_msg_error_flag(true);