DBA Data[Home] [Help]

APPS.PAY_US_ELEM_ENT_CHK_LEG_HOOK dependencies on PER_TIME_PERIODS

Line 27: per_time_periods ptp

23: pay_element_links_f pel,
24: pay_element_types_f pet,
25: pay_element_classifications pec,
26: per_assignments_f paf,
27: per_time_periods ptp
28: where paf.assignment_id = p_assignment_id
29: and pee.assignment_id = paf.assignment_id
30: and ptp.payroll_id = paf.payroll_id
31: and p_effective_start_date between ptp.start_date and ptp.end_date