DBA Data[Home] [Help]

APPS.BEN_EBU_BUS dependencies on BEN_ELIG_BRGNG_UNIT_PRTE_F

Line 190: from ben_elig_brgng_unit_prte_f

186: --
187: --
188: cursor c3 is
189: select null
190: from ben_elig_brgng_unit_prte_f
191: where brgng_unit_cd = p_brgng_unit_cd
192: and eligy_prfl_id = p_eligy_prfl_id
193: and elig_brgng_unit_prte_id <> nvl(p_elig_brgng_unit_prte_id,hr_api.g_number)
194: and business_group_id + 0 = p_business_group_id

Line 286: from ben_elig_brgng_unit_prte_f

282: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
283: l_dummy char(1);
284: cursor c1 is
285: select null
286: from ben_elig_brgng_unit_prte_f
287: where elig_brgng_unit_prte_id <> nvl(p_elig_brgng_unit_prte_id,-1)
288: and eligy_prfl_id = p_eligy_prfl_id
289: and ordr_num = p_ordr_num
290: and business_group_id = p_business_group_id;

Line 656: ben_elig_brgng_unit_prte_f b

652: --
653: cursor csr_leg_code is
654: select a.legislation_code
655: from per_business_groups a,
656: ben_elig_brgng_unit_prte_f b
657: where b.elig_brgng_unit_prte_id = p_elig_brgng_unit_prte_id
658: and a.business_group_id = b.business_group_id;
659: --
660: -- Declare local variables