DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_BPL_ABV

Line 2173: p_date_master_tab(l_date_index).fte := hri_bpl_abv.calc_abv(

2169: l_fte_active := to_number(null);
2170: --
2171: -- Calculate the FTE value through Fast Formula
2172: --
2173: p_date_master_tab(l_date_index).fte := hri_bpl_abv.calc_abv(
2174: p_assignment_id => g_assignment_id
2175: ,p_business_group_id => p_business_group_id
2176: ,p_budget_type => 'FTE'
2177: ,p_effective_date => (g_refresh_start_date + l_date_index)

Line 2237: p_date_master_tab(l_date_index).headcount := hri_bpl_abv.calc_abv(

2233: l_headcount_active := to_number(null);
2234: --
2235: -- Calculate the headcount value through the formula
2236: --
2237: p_date_master_tab(l_date_index).headcount := hri_bpl_abv.calc_abv(
2238: p_assignment_id => g_assignment_id
2239: ,p_business_group_id => p_business_group_id
2240: ,p_budget_type => 'HEAD'
2241: ,p_effective_date => (g_refresh_start_date + l_date_index)

Line 3028: p_prv_rec.fte_prv := hri_bpl_abv.calc_abv(

3024: IF (p_date_master_tab(l_date_index).fte_record_ind = 1) THEN
3025: --
3026: -- FTE Changed on DBI Collection date, recalculate the pervious value
3027: --
3028: p_prv_rec.fte_prv := hri_bpl_abv.calc_abv(
3029: p_assignment_id => g_assignment_id
3030: ,p_business_group_id => p_business_group_id
3031: ,p_budget_type => 'FTE'
3032: ,p_effective_date => g_dbi_collection_start_date - 1

Line 3068: p_prv_rec.headcount_prv := hri_bpl_abv.calc_abv(

3064: IF (p_date_master_tab(l_date_index).hdc_record_ind = 1) THEN
3065: --
3066: -- HDC Changed on DBI Collection date, recalculate the pervious value
3067: --
3068: p_prv_rec.headcount_prv := hri_bpl_abv.calc_abv(
3069: p_assignment_id => g_assignment_id
3070: ,p_business_group_id => p_business_group_id
3071: ,p_budget_type => 'HEAD'
3072: ,p_effective_date => g_dbi_collection_start_date - 1

Line 4903: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );

4899: --
4900: IF (g_mthd_action_array.foundation_hr_flag = 'N') THEN
4901: IF (g_collect_fte = 'Y') THEN
4902: --
4903: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );
4904: --
4905: END IF;
4906: --
4907: IF (g_collect_hdc = 'Y') THEN

Line 4909: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );

4905: END IF;
4906: --
4907: IF (g_collect_hdc = 'Y') THEN
4908: --
4909: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );
4910: --
4911: END IF;
4912: END IF;
4913: --

Line 5218: WHEN hri_bpl_abv.ff_not_compiled OR

5214: p_asgn_events_tab => l_asgn_events_tab);
5215: --
5216: EXCEPTION
5217: --
5218: WHEN hri_bpl_abv.ff_not_compiled OR
5219: hri_bpl_perf_rating.ff_returned_invalid_value OR
5220: hri_bpl_perf_rating.ff_perf_rating_not_compiled
5221: THEN
5222: --