DBA Data[Home] [Help]

APPS.PER_UTILITY_FUNCTIONS dependencies on PER_PERIODS_OF_SERVICE

Line 1355: per_periods_of_service pps

1351: --
1352: cursor csr_get_per_term_date is
1353: select max(actual_termination_date)
1354: FROM per_all_assignments_f asg,
1355: per_periods_of_service pps
1356: where asg.assignment_id = P_Assignment_id
1357: and asg.period_of_service_id = pps.period_of_service_id;
1358: --changes for bug 5749588 starts here
1359: cursor csr_get_Asg_term_date is