DBA Data[Home] [Help]

APPS.PER_PERRPADD_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 343: from hr_organization_units

339: is
340:
341: cursor c_gre_name is
342: select name
343: from hr_organization_units
344: where organization_id = gre_id;
345:
346: lv_gre_name hr_all_organization_units.name%TYPE;
347: