DBA Data[Home] [Help]

APPS.BEN_BEC_BUS dependencies on BEN_PL_F

Line 274: from ben_pl_f a

270: l_dummy varchar2(1);
271: --
272: cursor c1 is
273: select null
274: from ben_pl_f a
275: where a.pl_id = p_pl_id
276: and p_effective_date
277: between a.effective_start_date
278: and a.effective_end_date;

Line 294: -- check if pl_id value exists in ben_pl_f table

290: <> nvl(ben_bec_shd.g_old_rec.pl_id,hr_api.g_number)
291: or not l_api_updating) and
292: p_pl_id is not null then
293: --
294: -- check if pl_id value exists in ben_pl_f 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_pl_f

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