DBA Data[Home] [Help]

APPS.HRDPP_CREATE_TAXABILITY_RULES dependencies on HR_PUMP_UTILS

Line 239: hr_pump_utils.set_multi_msg_error_flag(true);

235: when hr_multi_message.error_message_exist then
236: if cr%isopen then
237: close cr;
238: end if;
239: hr_pump_utils.set_multi_msg_error_flag(true);
240: when others then
241: if cr%isopen then
242: close cr;
243: end if;