DBA Data[Home] [Help]

APPS.HXC_APPROVAL_REPORT_PKG dependencies on PER_BUSINESS_GROUPS

Line 358: from per_business_groups

354: where person_id = p_person_id;
355:
356: if (l_bg_id is not null) then
357: select name into l_bg_name
358: from per_business_groups
359: where business_group_id = l_bg_id;
360: end if;
361:
362: end if;