DBA Data[Home] [Help]

APPS.HRI_OPL_WMV dependencies on HRI_BPL_ABV

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

132:
133: /* Raise a ff compile error if either of the seeded ffs to be used are not */
134: /* compiled */
135: IF (g_collect_fte = 'Y') THEN
136: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );
137: END IF;
138:
139: IF (g_collect_head = 'Y') THEN
140: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );

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

136: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );
137: END IF;
138:
139: IF (g_collect_head = 'Y') THEN
140: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );
141: END IF;
142:
143: /************************/
144: /* FULL REFRESH SECTION */

Line 1121: l_abv_value := hri_bpl_abv.calc_abv

1117:
1118: /* Get the ABV value if it is not in the ABV table */
1119: IF (abv_change_rec.abv_value IS NULL) THEN
1120: BEGIN
1121: l_abv_value := hri_bpl_abv.calc_abv
1122: (p_assignment_id => abv_change_rec.assignment_id
1123: ,p_business_group_id => abv_change_rec.business_group_id
1124: ,p_budget_type => p_bmt_code
1125: ,p_effective_date => abv_change_rec.effective_start_date

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

1324:
1325: /* Raise a ff compile error if either of the seeded ffs to be used are not */
1326: /* compiled */
1327: IF (g_collect_head = 'Y') THEN
1328: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );
1329: END IF;
1330:
1331: IF (g_collect_head = 'Y') THEN
1332: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );

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

1328: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_FTE' );
1329: END IF;
1330:
1331: IF (g_collect_head = 'Y') THEN
1332: hri_bpl_abv.check_ff_name_compiled( p_formula_name => 'TEMPLATE_HEAD' );
1333: END IF;
1334:
1335: /* Truncate the table if a full refresh is selected */
1336: IF (g_full_refresh = 'Y') THEN