DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on BEN_ELEMENT_ENTRY

Line 22: 115.13 22-Jan-04 mmudigon new param to ben_element_entry call

18: 115.4 27-Aug-01 mhoyes Enhanced for BEN July patch.
19: 115.6 13-Sep-01 mhoyes Enhanced for BEN July patch.
20: 115.10 04-Jan-02 mhoyes Enhanced for BEN G patchset.
21: 115.12 30-Dec-2002 mmudigon NOCOPY
22: 115.13 22-Jan-04 mmudigon new param to ben_element_entry call
23: 115.14 15-Nov-06 rtagarra Bug 5049253:Commented the insert into exception when there is no
24: PRV corresponding to the PIL for prv_adjustments.
25: -----------------------------------------------------------------------------
26: */

Line 2242: l_assign_exists := ben_element_entry.chk_assign_exists

2238: l_dummy_id := null;
2239: --
2240: begin
2241: --
2242: l_assign_exists := ben_element_entry.chk_assign_exists
2243: (p_person_id => l_efc_row.person_id
2244: ,p_business_group_id => l_efc_row.business_group_id
2245: ,p_effective_date => l_effective_date
2246: ,p_rate_date => l_efc_row.rt_strt_dt

Line 2306: ben_element_entry.create_enrollment_element

2302: -- Clear distribute rates function caches
2303: --
2304: ben_distribute_rates.clear_down_cache;
2305: --
2306: ben_element_entry.create_enrollment_element
2307: (p_calculate_only_mode => TRUE
2308: ,p_business_group_id => l_efc_row.business_group_id
2309: ,p_prtt_rt_val_id => l_efc_row.prtt_rt_val_id
2310: ,p_person_id => l_efc_row.person_id

Line 2327: if ben_element_entry.g_creee_calc_vals.special_pp_date is not null

2323: );
2324: --
2325: -- Check for a special values. Multiple datetracked EEVs
2326: --
2327: if ben_element_entry.g_creee_calc_vals.special_pp_date is not null
2328: then
2329: --
2330: if ben_element_entry.g_creee_calc_vals.special_pp_date = l_efc_row.effective_start_date
2331: then

Line 2330: if ben_element_entry.g_creee_calc_vals.special_pp_date = l_efc_row.effective_start_date

2326: --
2327: if ben_element_entry.g_creee_calc_vals.special_pp_date is not null
2328: then
2329: --
2330: if ben_element_entry.g_creee_calc_vals.special_pp_date = l_efc_row.effective_start_date
2331: then
2332: --
2333: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.special_amt;
2334: --

Line 2333: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.special_amt;

2329: --
2330: if ben_element_entry.g_creee_calc_vals.special_pp_date = l_efc_row.effective_start_date
2331: then
2332: --
2333: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.special_amt;
2334: --
2335: elsif ben_element_entry.g_creee_calc_vals.normal_pp_date = l_efc_row.effective_start_date
2336: then
2337: --

Line 2335: elsif ben_element_entry.g_creee_calc_vals.normal_pp_date = l_efc_row.effective_start_date

2331: then
2332: --
2333: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.special_amt;
2334: --
2335: elsif ben_element_entry.g_creee_calc_vals.normal_pp_date = l_efc_row.effective_start_date
2336: then
2337: --
2338: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.normal_amt;
2339: --

Line 2338: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.normal_amt;

2334: --
2335: elsif ben_element_entry.g_creee_calc_vals.normal_pp_date = l_efc_row.effective_start_date
2336: then
2337: --
2338: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.normal_amt;
2339: --
2340: end if;
2341: --
2342: else

Line 2344: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.normal_amt;

2340: end if;
2341: --
2342: else
2343: --
2344: l_eev_screen_entry_value := ben_element_entry.g_creee_calc_vals.normal_amt;
2345: --
2346: end if;
2347: --
2348: l_old_val1 := l_efc_row.screen_entry_value;