DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on HR_ORGANIZATION_UNITS

Line 582: v_business_group_name hr_organization_units.name%type;

578: FUNCTION get_business_group
579: (p_business_group_id NUMBER) return VARCHAR2
580: --
581: AS
582: v_business_group_name hr_organization_units.name%type;
583: --
584: begin
585: --
586: hr_utility.trace('Entered hr_reports.get_business_group');