DBA Data[Home] [Help]

APPS.BEN_EET_BUS dependencies on BEN_ELIG_ENRLD_ANTHR_PTIP_F

Line 59: ben_eet_shd.constraint_error('BEN_ELIG_ENRLD_ANTHR_PTIP_F_PK');

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

Line 69: ben_eet_shd.constraint_error('BEN_ELIG_ENRLD_ANTHR_PTIP_F_PK');

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

Line 330: from ben_elig_enrld_anthr_ptip_f

326: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
327: l_dummy char(1);
328: cursor c1 is
329: select null
330: from ben_elig_enrld_anthr_ptip_f
331: where elig_enrld_anthr_ptip_id <> nvl(p_elig_enrld_anthr_ptip_id,-1)
332: and eligy_prfl_id = p_eligy_prfl_id
333: and ordr_num = p_ordr_num
334: and business_group_id = p_business_group_id;

Line 716: ben_elig_enrld_anthr_ptip_f b

712: --
713: cursor csr_leg_code is
714: select a.legislation_code
715: from per_business_groups a,
716: ben_elig_enrld_anthr_ptip_f b
717: where b.elig_enrld_anthr_ptip_id = p_elig_enrld_anthr_ptip_id
718: and a.business_group_id = b.business_group_id;
719: --
720: -- Declare local variables