DBA Data[Home] [Help]

APPS.HXC_APPROVAL_REPORT_PKG dependencies on PER_ORGANIZATION_UNITS

Line 270: from per_organization_units

266: where person_id = p_person_id;
267:
268: if (l_organization_id is not null) then
269: select name into l_organization_name
270: from per_organization_units
271: where organization_id = l_organization_id ;
272: end if;
273: end if;
274: