DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS_UTIL2 dependencies on HR_ORGANIZATION_UNITS_V

Line 344: from hr_organization_units_v

340: else
341:
342: select location_id
343: into l_party_id
344: from hr_organization_units_v
345: where organization_id = P_Org_ID
346: and rownum = 1;
347:
348: end If;