DBA Data[Home] [Help]

APPS.GHR_RIF_PKG dependencies on PER_PEOPLE_F

Line 226: per_people_f per,

222: asg.business_group_id BUSINESS_GROUP_ID,
223: asg.organization_id ORGANIZATION_ID,
224: asg.effective_start_date EFFECTIVE_START_DATE
225: from per_assignments_f asg,
226: per_people_f per,
227: per_person_types ppt
228: where per.person_id = asg.person_id
229: and asg.primary_flag = 'Y'
230: and asg.assignment_type <> 'B'