DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 633: hr_pump_utils.set_multi_msg_error_flag(true);

629: when hr_multi_message.error_message_exist then
630: if cr%isopen then
631: close cr;
632: end if;
633: hr_pump_utils.set_multi_msg_error_flag(true);
634: when others then
635: if cr%isopen then
636: close cr;
637: end if;