DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on HR_ORGANIZATION_UNITS

Line 493: FROM hr_organization_units

489: l_doc_level_recalc_flag VARCHAR2(30);
490: CURSOR get_internal_loc(p_organization_id NUMBER)
491: IS
492: SELECT location_id
493: FROM hr_organization_units
494: WHERE organization_id = p_organization_id;
495: TYPE Entity_info
496: IS
497: RECORD