DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_UTIL2 dependencies on HR_ORGANIZATION_UNITS_V

Line 280: from hr_organization_units_v

276: else
277:
278: select location_id
279: into l_party_id
280: from hr_organization_units_v
281: where organization_id = P_Org_ID
282: and rownum = 1;
283:
284: END If;