DBA Data[Home] [Help]

APPS.INV_ONHAND_BALANCE dependencies on HR_ORGANIZATION_UNITS_V

Line 366: from hr_organization_units_v

362: else
363:
364: select location_id
365: into l_party_id
366: from hr_organization_units_v
367: where organization_id = P_Org_ID
368: and rownum = 1;
369:
370: END If;