DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_ACTION_INFORMATION_API

Line 4912: pay_action_information_api.update_action_information

4908: close c_get_employee_info;
4909:
4910: hr_utility.trace('lv_employee_name = *' || lv_employee_name ||'*');
4911:
4912: pay_action_information_api.update_action_information
4913: (p_action_information_id => ln_action_information_id
4914: ,p_object_version_number => ln_ovn
4915: ,p_action_information1 => lv_employee_name
4916: );