DBA Data[Home] [Help]

APPS.BEN_CWB_SINGLE_PER_PROCESS_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 443: ,per_periods_of_service pds

439: ,actual_termination_date
440: ,final_process_date
441: ,projected_termination_date
442: from per_all_assignments_f asg
443: ,per_periods_of_service pds
444: where asg.person_id = p_person_id
445: and p_effective_date between
446: asg.effective_start_date and asg.effective_end_date
447: and asg.period_of_service_id = pds.period_of_service_id;