DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on HR_OPERATING_UNITS

Line 805: from hr_operating_units

801: if v_org_name is null then
802: v_org_id := org_id;
803: if v_org_id > -1 then
804: select name into v_org_name
805: from hr_operating_units
806: where organization_id = v_org_id;
807:
808: put(FND_CONST.ORG_NAME,v_org_name);
809: end if;