DBA Data[Home] [Help]

APPS.IEX_PROMISE_RECON_RPT_PKG dependencies on HR_OPERATING_UNITS

Line 202: from hr_operating_units

198: if p_org_id is not null then
199: l_where:=l_where||' and ipd1.org_id='||p_org_id;
200: select name
201: into l_org_id
202: from hr_operating_units
203: where organization_id=p_org_id;
204: else
205: l_org_id:='All';
206: end if;