DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on PER_BUSINESS_GROUPS

Line 241: per_business_groups bg

237: l2.meaning,
238: bg.people_group_structure
239: from
240: hr_lookups l1, hr_lookups l2,
241: per_business_groups bg
242: where l1.lookup_type = 'YES_NO'
243: and l2.lookup_type = 'YES_NO'
244: and l1.lookup_code = 'Y'
245: and l2.lookup_code = 'N'