DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 282: FROM MTL_parameters mp, hr_all_organization_units hr

278: p_orgn_name OUT NOCOPY VARCHAR2) IS
279: --RLNAGARA Bug # 4918840
280: CURSOR Cur_get_organization IS
281: SELECT hr.NAME
282: FROM MTL_parameters mp, hr_all_organization_units hr
283: WHERE mp.ORGANIZATION_CODE =p_orgn_code
284: and hr.organization_id = mp.organization_id;
285:
286: