DBA Data[Home] [Help]

APPS.BEN_BEI_BUS dependencies on BEN_PL_F

Line 194: from ben_pl_f a

190: l_dummy varchar2(1);
191: --
192: cursor c1 is
193: select null
194: from ben_pl_f a
195: where a.pl_id = p_pl_id
196: and p_effective_date
197: between a.effective_start_date
198: and a.effective_end_date;

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

210: <> nvl(ben_bei_shd.g_old_rec.pl_id,hr_api.g_number)
211: or not l_api_updating)
212: and p_pl_id is not null then
213: --
214: -- check if pl_id value exists in ben_pl_f table
215: --
216: open c1;
217: --
218: fetch c1 into l_dummy;

Line 223: -- raise error as FK does not relate to PK in ben_pl_f

219: if c1%notfound then
220: --
221: close c1;
222: --
223: -- raise error as FK does not relate to PK in ben_pl_f
224: -- table.
225: --
226: ben_bei_shd.constraint_error('BEN_BATCH_ELIG_INFO_DT3');
227: --