DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on HR_OPERATING_UNITS

Line 1748: from hr_operating_units

1744: begin
1745: if p_org_id is not null then
1746: select name
1747: into l_org_id
1748: from hr_operating_units
1749: where organization_id=p_org_id;
1750: else
1751: l_org_id:='All';
1752: end if;