DBA Data[Home] [Help]

APPS.OE_VALUE_TO_ID dependencies on HR_OPERATING_UNITS

Line 6866: FROM hr_operating_units

6862: END IF;
6863:
6864: SELECT organization_id
6865: INTO l_org_id
6866: FROM hr_operating_units
6867: WHERE NAME = p_operating_unit;
6868:
6869: RETURN l_org_id;
6870: