DBA Data[Home] [Help]

APPS.PAY_VOID_PAYMENTS dependencies on PER_PERIODS_OF_SERVICE

Line 65: per_periods_of_service pos

61: -- ,'N') recon_exists,
62: nvl(pos.final_process_date, hr_general.end_of_time) final_process_date
63: FROM pay_assignment_actions act,
64: per_assignments_f asg,
65: per_periods_of_service pos
66: WHERE act.payroll_action_id = p_payroll_action_id
67: AND ((l_start_assignment is null and l_end_assignment is null)
68: OR
69: (l_start_assignment is not null