APPS.PER_US_IPEDS_EXP_PKG dependencies on HR_ORGANIZATION_UNITS
Line 595: SELECT name into l_business_group_name from hr_organization_units
591: END IF;
592: -- Added for bug #14831074 end
593:
594: -- Get Name of the business group. 595: SELECT name into l_business_group_name from hr_organization_units 596: WHERE organization_id = p_business_group_id
597: AND business_group_id = p_business_group_id;
598:
599: -- Load Header tags