DBA Data[Home] [Help]

APPS.BEN_EPB_BUS dependencies on BEN_ELIG_PY_BSS_PRTE_F

Line 121: from ben_elig_py_bss_prte_f

117: l_exists varchar2(1);
118: --
119: cursor c3 is
120: select null
121: from ben_elig_py_bss_prte_f
122: where pay_basis_id = p_pay_basis_id
123: and eligy_prfl_id = p_eligy_prfl_id
124: and elig_py_bss_prte_id <> nvl(p_elig_py_bss_prte_id,hr_api.g_number)
125: and business_group_id + 0 = p_business_group_id

Line 296: from ben_elig_py_bss_prte_f

292: l_proc varchar2(72) := g_package||'chk_duplicate_ordr_num';
293: l_dummy char(1);
294: cursor c1 is
295: select null
296: from ben_elig_py_bss_prte_f
297: where elig_py_bss_prte_id <> nvl(p_elig_py_bss_prte_id,-1)
298: and eligy_prfl_id = p_eligy_prfl_id
299: and ordr_num = p_ordr_num
300: and business_group_id = p_business_group_id;

Line 667: ben_elig_py_bss_prte_f b

663: --
664: cursor csr_leg_code is
665: select a.legislation_code
666: from per_business_groups a,
667: ben_elig_py_bss_prte_f b
668: where b.elig_py_bss_prte_id = p_elig_py_bss_prte_id
669: and a.business_group_id = b.business_group_id;
670: --
671: -- Declare local variables