DBA Data[Home] [Help]

APPS.PQH_PTX_BUS dependencies on HR_LOCATIONS_ALL

Line 339: from hr_locations_all a

335: l_dummy varchar2(1);
336: --
337: cursor c1 is
338: select null
339: from hr_locations_all a
340: where a.location_id = p_location_id;
341: --
342: Begin
343: --

Line 356: -- check if location_id value exists in hr_locations_all table

352: <> nvl(pqh_ptx_shd.g_old_rec.location_id,hr_api.g_number)
353: or not l_api_updating) and
354: p_location_id is not null then
355: --
356: -- check if location_id value exists in hr_locations_all table
357: --
358: open c1;
359: --
360: fetch c1 into l_dummy;

Line 365: -- raise error as FK does not relate to PK in hr_locations_all

361: if c1%notfound then
362: --
363: close c1;
364: --
365: -- raise error as FK does not relate to PK in hr_locations_all
366: -- table.
367: --
368: pqh_ptx_shd.constraint_error('PQH_POSITION_TRANSACTIONS_FK4');
369: --