DBA Data[Home] [Help]

APPS.BEN_BDI_BUS dependencies on BEN_PGM_F

Line 355: from ben_pgm_f a

351: l_dummy varchar2(1);
352: --
353: cursor c1 is
354: select null
355: from ben_pgm_f a
356: where a.pgm_id = p_pgm_id
357: and p_effective_date
358: between a.effective_start_date
359: and a.effective_end_date;

Line 375: -- check if pgm_id value exists in ben_pgm_f table

371: <> nvl(ben_bdi_shd.g_old_rec.pgm_id,hr_api.g_number)
372: or not l_api_updating) and
373: p_pgm_id is not null) then
374: --
375: -- check if pgm_id value exists in ben_pgm_f table
376: --
377: open c1;
378: --
379: fetch c1 into l_dummy;

Line 384: -- raise error as FK does not relate to PK in ben_pgm_f

380: if c1%notfound then
381: --
382: close c1;
383: --
384: -- raise error as FK does not relate to PK in ben_pgm_f
385: -- table.
386: --
387: ben_bdi_shd.constraint_error('BEN_BATCH_DPNT_INFO_DT2');
388: --