DBA Data[Home] [Help]

APPS.BEN_PCG_BUS dependencies on BEN_GD_OR_SVC_TYP

Line 277: from ben_gd_or_svc_typ a

273: l_dummy varchar2(1);
274: --
275: cursor c1 is
276: select null
277: from ben_gd_or_svc_typ a
278: where a.gd_or_svc_typ_id = p_gd_or_svc_typ_id;
279: --
280: Begin
281: --

Line 294: -- check if gd_or_svc_typ_id value exists in ben_gd_or_svc_typ table

290: <> nvl(ben_pcg_shd.g_old_rec.gd_or_svc_typ_id,hr_api.g_number)
291: or not l_api_updating) and
292: p_gd_or_svc_typ_id is not null then
293: --
294: -- check if gd_or_svc_typ_id value exists in ben_gd_or_svc_typ table
295: --
296: open c1;
297: --
298: fetch c1 into l_dummy;

Line 303: -- raise error as FK does not relate to PK in ben_gd_or_svc_typ

299: if c1%notfound then
300: --
301: close c1;
302: --
303: -- raise error as FK does not relate to PK in ben_gd_or_svc_typ
304: -- table.
305: --
306: ben_pcg_shd.constraint_error('BEN_PRTT_CLM_GD_OR_SVC_TYP_FK3');
307: --