DBA Data[Home] [Help]

APPS.PER_US_VETS_100A_LIST_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 354: per_periods_of_service pps /*8667924*/

350: select
351: count(distinct asg.person_id)
352: into l_count_emps
353: from per_all_assignments_f asg,
354: per_periods_of_service pps /*8667924*/
355: where
356: asg.business_group_id = P_BUSINESS_GROUP_ID
357: and asg.assignment_type = 'E'
358: and asg.primary_flag = 'Y'