DBA Data[Home] [Help]

APPS.BEN_CQB_BUS dependencies on BEN_PTIP_F

Line 186: from ben_ptip_f a

182: l_dummy varchar2(1);
183: --
184: cursor c1 is
185: select null
186: from ben_ptip_f a
187: where a.ptip_id = p_ptip_id;
188: --
189: Begin
190: --

Line 203: -- check if ptip_id value exists in ben_ptip_f table

199: <> nvl(ben_cqb_shd.g_old_rec.ptip_id,hr_api.g_number)
200: or not l_api_updating)and
201: p_ptip_id is not null then
202: --
203: -- check if ptip_id value exists in ben_ptip_f table
204: --
205: open c1;
206: --
207: fetch c1 into l_dummy;

Line 212: -- raise error as FK does not relate to PK in ben_ptip_f

208: if c1%notfound then
209: --
210: close c1;
211: --
212: -- raise error as FK does not relate to PK in ben_ptip_f
213: -- table.
214: --
215: ben_cqb_shd.constraint_error('BEN_CBR_QUALD_BNF_DT5');
216: --