DBA Data[Home] [Help]

APPS.BEN_ETD_BUS dependencies on BEN_ELIG_DPNT_OTHR_PTIP_F

Line 59: ben_etd_shd.constraint_error('BEN_ELIG_DPNT_OTHR_PTIP_F_PK');

55: <> ben_etd_shd.g_old_rec.elig_dpnt_othr_ptip_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_etd_shd.constraint_error('BEN_ELIG_DPNT_OTHR_PTIP_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_etd_shd.constraint_error('BEN_ELIG_DPNT_OTHR_PTIP_F_PK');

65: if p_elig_dpnt_othr_ptip_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_etd_shd.constraint_error('BEN_ELIG_DPNT_OTHR_PTIP_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 186: from ben_elig_dpnt_othr_ptip_f

182: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
183: l_dummy char(1);
184: cursor c1 is
185: select null
186: from ben_elig_dpnt_othr_ptip_f
187: where elig_dpnt_othr_ptip_id <> nvl(p_elig_dpnt_othr_ptip_id,-1)
188: and eligy_prfl_id = p_eligy_prfl_id
189: and ordr_num = p_ordr_num
190: and business_group_id = p_business_group_id;

Line 545: ben_elig_dpnt_othr_ptip_f b

541: --
542: cursor csr_leg_code is
543: select a.legislation_code
544: from per_business_groups a,
545: ben_elig_dpnt_othr_ptip_f b
546: where b.elig_dpnt_othr_ptip_id = p_elig_dpnt_othr_ptip_id
547: and a.business_group_id = b.business_group_id;
548: --
549: -- Declare local variables