DBA Data[Home] [Help]

APPS.BEN_EWL_BUS dependencies on BEN_ELIG_WK_LOC_PRTE_F

Line 126: from ben_elig_wk_loc_prte_f

122: where a.location_id = p_location_id;
123: --
124: cursor c3 is
125: select null
126: from ben_elig_wk_loc_prte_f
127: where location_id = p_location_id
128: and eligy_prfl_id = p_eligy_prfl_id
129: and elig_wk_loc_prte_id <> nvl(p_elig_wk_loc_prte_id,hr_api.g_number)
130: and business_group_id + 0 = p_business_group_id

Line 294: from ben_elig_wk_loc_prte_f

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

Line 665: ben_elig_wk_loc_prte_f b

661: --
662: cursor csr_leg_code is
663: select a.legislation_code
664: from per_business_groups a,
665: ben_elig_wk_loc_prte_f b
666: where b.elig_wk_loc_prte_id = p_elig_wk_loc_prte_id
667: and a.business_group_id = b.business_group_id;
668: --
669: -- Declare local variables