DBA Data[Home] [Help]

APPS.PAY_US_HR_HELPDESK dependencies on PAY_EMPLOYEE_ACTION_INFO_V

Line 203: from pay_employee_action_info_v peai

199: from pay_ac_emp_sum_action_info_v
200: where action_context_id = p_asg_action_id
201: and action_information_category = 'AC SUMMARY YTD') NET_PAY_YTD
202:
203: from pay_employee_action_info_v peai
204: where action_context_id = p_asg_action_id
205: and assignment_id = p_asg_id
206: and trunc(effective_date) <= l_eff_date
207: and location_name = p_loc_name;