DBA Data[Home] [Help]

APPS.POA_CM_EVALUATION_ICX dependencies on HR_OPERATING_UNITS

Line 145: from hr_operating_units

141:
142: BEGIN
143: select nvl(poa_cm_operating_unit, name)
144: into l_operating_unit
145: from hr_operating_units
146: where organization_id = l_org_id;
147: EXCEPTION
148: when others then
149: null;

Line 155: from hr_operating_units

151:
152: BEGIN
153: select decode(l_operating_unit, name, l_org_id, nvl(poa_cm_oper_unit_id, to_number(NULL)))
154: into l_oper_unit_id
155: from hr_operating_units
156: where organization_id = l_org_id;
157: EXCEPTION
158: when others then
159: null;