DBA Data[Home] [Help]

APPS.PER_UTILITY_FUNCTIONS dependencies on PER_PERIODS_OF_SERVICE

Line 1259: per_periods_of_service pps

1255: --
1256: cursor csr_get_per_term_date is
1257: select max(actual_termination_date)
1258: FROM per_all_assignments_f asg,
1259: per_periods_of_service pps
1260: where asg.assignment_id = P_Assignment_id
1261: and asg.period_of_service_id = pps.period_of_service_id;
1262: --changes for bug 5749588 starts here
1263: cursor csr_get_Asg_term_date is