DBA Data[Home] [Help]

APPS.PQH_PTX_BUS dependencies on PER_SHARED_TYPES

Line 415: from per_shared_types a

411: l_dummy varchar2(1);
412: --
413: cursor c1 is
414: select null
415: from per_shared_types a
416: where a.shared_type_id = p_availability_status_id;
417: --
418: Begin
419: --

Line 432: -- check if availability_status_id value exists in per_shared_types table

428: <> nvl(pqh_ptx_shd.g_old_rec.availability_status_id,hr_api.g_number)
429: or not l_api_updating) and
430: p_availability_status_id is not null then
431: --
432: -- check if availability_status_id value exists in per_shared_types table
433: --
434: open c1;
435: --
436: fetch c1 into l_dummy;

Line 441: -- raise error as FK does not relate to PK in per_shared_types

437: if c1%notfound then
438: --
439: close c1;
440: --
441: -- raise error as FK does not relate to PK in per_shared_types
442: -- table.
443: --
444: pqh_ptx_shd.constraint_error('PQH_POSITION_TRANSACTIONS_FK12');
445: --