DBA Data[Home] [Help]

APPS.PAY_VOID_PAYMENTS dependencies on PER_PERIODS_OF_SERVICE

Line 66: per_periods_of_service pos

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