DBA Data[Home] [Help]

APPS.BEN_EPP_BUS dependencies on BEN_ELIG_PRTT_ANTHR_PL_PRTE_F

Line 186: from ben_elig_prtt_anthr_pl_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_prtt_anthr_pl_prte_f
187: where elig_prtt_anthr_pl_prte_id <> nvl(p_elig_prtt_anthr_pl_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 538: ben_elig_prtt_anthr_pl_prte_f b

534: --
535: cursor csr_leg_code is
536: select a.legislation_code
537: from per_business_groups a,
538: ben_elig_prtt_anthr_pl_prte_f b
539: where b.elig_prtt_anthr_pl_prte_id = p_elig_prtt_anthr_pl_prte_id
540: and a.business_group_id = b.business_group_id;
541: --
542: -- Declare local variables