DBA Data[Home] [Help]

APPS.OE_VALUE_TO_ID dependencies on HR_OPERATING_UNITS

Line 6857: FROM hr_operating_units

6853: END IF;
6854:
6855: SELECT organization_id
6856: INTO l_org_id
6857: FROM hr_operating_units
6858: WHERE NAME = p_operating_unit;
6859:
6860: RETURN l_org_id;
6861: