APPS.IEX_PAYMENT_CAMP_RPT_PKG dependencies on HR_OPERATING_UNITS
Line 139: from hr_operating_units
135: if p_org_id is not null then
136: l_where:=l_where||' and d.org_id='||p_org_id;
137: select name
138: into l_org_id 139: from hr_operating_units 140: where organization_id=p_org_id;
141: else
142: l_org_id:='All';
143: end if;