DBA Data[Home] [Help]

APPS.PER_PL_TERMINATION dependencies on PER_ALL_ASSIGNMENTS_F

Line 10: from per_all_assignments_f paaf

6: ,p_leaving_reason per_periods_of_service.leaving_reason%TYPE) is
7:
8: cursor csr_normal_assignments is
9: select distinct(paaf.assignment_id)
10: from per_all_assignments_f paaf
11: ,per_assignment_status_types past
12: ,hr_soft_coding_keyflex kyflex
13: where paaf.period_of_service_id=p_period_of_service_id
14: and (p_actual_termination_date+1) between paaf.effective_start_date