DBA Data[Home] [Help]

APPS.BEN_EPG_BUS dependencies on BEN_ELIG_PPL_GRP_PRTE_F

Line 59: ben_epg_shd.constraint_error('BEN_ELIG_PPL_GRP_PRTE_F_PK');

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

Line 69: ben_epg_shd.constraint_error('BEN_ELIG_PPL_GRP_PRTE_F_PK');

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

Line 186: from ben_elig_ppl_grp_prte_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_ppl_grp_prte_f
187: where elig_ppl_grp_prte_id <> nvl(p_elig_ppl_grp_prte_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 537: ben_elig_ppl_grp_prte_f b

533: --
534: cursor csr_leg_code is
535: select a.legislation_code
536: from per_business_groups a,
537: ben_elig_ppl_grp_prte_f b
538: where b.elig_ppl_grp_prte_id = p_elig_ppl_grp_prte_id
539: and a.business_group_id = b.business_group_id;
540: --
541: -- Declare local variables