DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on PER_BUSINESS_GROUPS

Line 245: per_business_groups bg

241: l2.meaning,
242: bg.people_group_structure
243: from
244: hr_lookups l1, hr_lookups l2,
245: per_business_groups bg
246: where l1.lookup_type = 'YES_NO'
247: and l2.lookup_type = 'YES_NO'
248: and l1.lookup_code = 'Y'
249: and l2.lookup_code = 'N'