DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PER_PERIODS_OF_SERVICE

Line 1577: per_periods_of_service pps

1573:
1574: cursor csr_adr_asg_id is
1575: select asg.assignment_id
1576: from per_assignments_f asg,
1577: per_periods_of_service pps
1578: where asg.person_id = pps.person_id
1579: and pps.period_of_service_id = p_period_of_service_id
1580: and p_effective_date between asg.effective_start_date
1581: and asg.effective_end_date;