DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_ARCHIVE dependencies on HR_ORGANIZATION_UNITS

Line 1472: from hr_organization_units

1468:
1469: CURSOR c_get_gre_name (cp_gre_id in number)
1470: IS
1471: select name
1472: from hr_organization_units
1473: where organization_id = cp_gre_id ;
1474:
1475:
1476: lv_procedure_name VARCHAR2(100) ;