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:
491: CURSOR get_internal_loc(p_organization_id number) IS
492: select location_id
493: from hr_organization_units
494: where organization_id = p_organization_id;
495:
496:
497: cursor getlocinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is