DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_ACTION_INFORMATION_API

Line 5909: pay_action_information_api.update_action_information

5905: close c_get_employee_info;
5906:
5907: hr_utility.trace('lv_employee_name = *' || lv_employee_name ||'*');
5908:
5909: pay_action_information_api.update_action_information
5910: (p_action_information_id => ln_action_information_id
5911: ,p_object_version_number => ln_ovn
5912: ,p_action_information1 => lv_employee_name
5913: );