DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on BEN_ELEMENT_ENTRY

Line 198: 24-Aug-09 krupani 115.87 Bug 8623254 - While calling ben_element_entry.get_extra_ele_inputs,

194: 21-Oct-08 krupani 115.85 Bug 7414466 - Update the rates if communicated amount
195: or annual amount changes
196: 27-Jan-09 krupani 115.86 Bug 7566569 - Non-recurring element should not be
197: recreated while running Recalculate Participant Values
198: 24-Aug-09 krupani 115.87 Bug 8623254 - While calling ben_element_entry.get_extra_ele_inputs,
199: opt_id was passed null. Now passing the opt_id for extra input FF evaluation
200: 15-Jan-10 krupani 115.88 Bug 9286869 - Introduced profile option BEN: Create Non Recurring Entries.
201: If the profile option is set to Yes, then non-recurring entries will be recreated
202: while running Recalculate Participant Values program.

Line 860: l_ext_inpval_tab ben_element_entry.ext_inpval_tab_typ;

856: l_enrt_perd_strt_dt date ;
857: l_total_pools_eff_dt date ;
858: l_enb_valrow ben_determine_coverage.ENBValType;
859: l_flex_call boolean := false;
860: l_ext_inpval_tab ben_element_entry.ext_inpval_tab_typ;
861: l_inpval_tab ben_element_entry.inpval_tab_typ;
862: l_jurisdiction_code varchar2(30);
863: l_subpriority number;
864: l_ext_inp_changed boolean;

Line 861: l_inpval_tab ben_element_entry.inpval_tab_typ;

857: l_total_pools_eff_dt date ;
858: l_enb_valrow ben_determine_coverage.ENBValType;
859: l_flex_call boolean := false;
860: l_ext_inpval_tab ben_element_entry.ext_inpval_tab_typ;
861: l_inpval_tab ben_element_entry.inpval_tab_typ;
862: l_jurisdiction_code varchar2(30);
863: l_subpriority number;
864: l_ext_inp_changed boolean;
865: l_prv_min_strt_dt date;

Line 1389: ben_element_entry.get_abr_assignment

1385: l_new_assignment_id := null;
1386: l_new_organization_id := null;
1387: l_new_payroll_id := null;
1388:
1389: ben_element_entry.get_abr_assignment
1390: (p_person_id => p_person_id,
1391: p_effective_date => l_rt_strt_dt,
1392: p_acty_base_rt_id => l_ecr.acty_base_rt_id,
1393: p_assignment_id => l_new_assignment_id,

Line 1435: ben_element_entry.get_extra_ele_inputs

1431:
1432: -- Bug 8623254
1433:
1434: l_ext_inpval_tab.delete;
1435: ben_element_entry.get_extra_ele_inputs
1436: (p_effective_date => l_rt_strt_dt
1437: ,p_person_id => p_person_id
1438: ,p_business_group_id => p_business_group_id
1439: ,p_assignment_id => l_new_assignment_id

Line 1461: ben_element_entry.get_inpval_tab

1457: ,p_ext_inpval_tab => l_ext_inpval_tab
1458: ,p_subpriority => l_subpriority
1459: );
1460:
1461: ben_element_entry.get_inpval_tab
1462: (p_element_entry_id => l_element_info.element_entry_id
1463: ,p_effective_date => l_rt_strt_dt
1464: ,p_inpval_tab => l_inpval_tab);
1465: