DBA Data[Home] [Help]

APPS.BEN_EPF_BUS dependencies on BEN_ELIG_PCT_FL_TM_PRTE_F

Line 128: from ben_elig_pct_fl_tm_prte_f

124: and a.business_group_id + 0 = p_business_group_id;
125: --
126: cursor c3 is
127: select null
128: from ben_elig_pct_fl_tm_prte_f
129: where pct_fl_tm_fctr_id = p_pct_fl_tm_fctr_id
130: and eligy_prfl_id = p_eligy_prfl_id
131: and elig_pct_fl_tm_prte_id <> nvl(p_elig_pct_fl_tm_prte_id,hr_api.g_number)
132: and business_group_id + 0 = p_business_group_id

Line 296: from ben_elig_pct_fl_tm_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_pct_fl_tm_prte_f
297: where elig_pct_fl_tm_prte_id <> nvl(p_elig_pct_fl_tm_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_pct_fl_tm_prte_f b

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