DBA Data[Home] [Help]

APPS.BEN_EPR_BUS dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 191: from ben_elig_per_elctbl_chc a

187: l_dummy varchar2(1);
188: --
189: cursor c1 is
190: select null
191: from ben_elig_per_elctbl_chc a
192: where a.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id;
193: --
194: Begin
195: --

Line 208: -- check if elig_per_elctbl_chc_id value exists in ben_elig_per_elctbl_chc table

204: <> nvl(ben_epr_shd.g_old_rec.elig_per_elctbl_chc_id,hr_api.g_number)
205: or not l_api_updating) and
206: p_elig_per_elctbl_chc_id is not null then
207: --
208: -- check if elig_per_elctbl_chc_id value exists in ben_elig_per_elctbl_chc table
209: --
210: open c1;
211: --
212: fetch c1 into l_dummy;

Line 217: -- raise error as FK does not relate to PK in ben_elig_per_elctbl_chc

213: if c1%notfound then
214: --
215: close c1;
216: --
217: -- raise error as FK does not relate to PK in ben_elig_per_elctbl_chc
218: -- table.
219: --
220: ben_epr_shd.constraint_error('BEN_ENRT_PREM_FK2');
221: --