DBA Data[Home] [Help]

APPS.PAY_CA_EMP_TAX_INF dependencies on PER_PERIODS_OF_SERVICE

Line 1357: per_periods_of_service pps

1353:
1354: cursor csr_adr_asg_id is
1355: select asg.assignment_id
1356: from per_assignments_f asg,
1357: per_periods_of_service pps
1358: where asg.person_id = pps.person_id
1359: and pps.period_of_service_id = p_period_of_service_id
1360: and p_effective_date between asg.effective_start_date
1361: and asg.effective_end_date;