DBA Data[Home] [Help]

APPS.CSI_ORG_UNIT_VLD_PVT dependencies on HR_OPERATING_UNITS

Line 274: FROM hr_operating_units

270: ELSE
271: BEGIN
272: SELECT '1'
273: INTO l_operating_unit_id
274: FROM hr_operating_units
275: WHERE organization_id = p_operating_unit_id ;
276: RETURN TRUE;
277:
278: EXCEPTION