DBA Data[Home] [Help]

APPS.HRI_BPL_WRKFC_EVT dependencies on HRI_BPL_FAST_FORMULA_UTIL

Line 76: l_formula_input_tab hri_bpl_fast_formula_util.formula_param_type;

72: p_old_pos_id IN NUMBER,
73: p_old_grd_id IN NUMBER)
74: RETURN NUMBER IS
75:
76: l_formula_input_tab hri_bpl_fast_formula_util.formula_param_type;
77: l_formula_output_tab hri_bpl_fast_formula_util.formula_param_type;
78: l_promotion_flag VARCHAR2(30);
79: l_promotion_ind NUMBER;
80:

Line 77: l_formula_output_tab hri_bpl_fast_formula_util.formula_param_type;

73: p_old_grd_id IN NUMBER)
74: RETURN NUMBER IS
75:
76: l_formula_input_tab hri_bpl_fast_formula_util.formula_param_type;
77: l_formula_output_tab hri_bpl_fast_formula_util.formula_param_type;
78: l_promotion_flag VARCHAR2(30);
79: l_promotion_ind NUMBER;
80:
81: BEGIN

Line 84: g_hr_promotion_formula_id := hri_bpl_fast_formula_util.fetch_bg_formula_id

80:
81: BEGIN
82:
83: -- Check if hr formula exists
84: g_hr_promotion_formula_id := hri_bpl_fast_formula_util.fetch_bg_formula_id
85: (p_formula_name => 'PROMOTION',
86: p_business_group_id => p_business_group_id,
87: p_formula_type_name => 'Promotion');
88:

Line 100: hri_bpl_fast_formula_util.run_formula

96: -- Extract outputs
97: BEGIN
98:
99: -- Run formula
100: hri_bpl_fast_formula_util.run_formula
101: (p_formula_id => g_hr_promotion_formula_id,
102: p_input_tab => l_formula_input_tab,
103: p_output_tab => l_formula_output_tab);
104:

Line 133: hri_bpl_fast_formula_util.run_formula

129: -- Extract outputs
130: BEGIN
131:
132: -- Run formula
133: hri_bpl_fast_formula_util.run_formula
134: (p_formula_id => g_hri_promotion_formula_id,
135: p_input_tab => l_formula_input_tab,
136: p_output_tab => l_formula_output_tab);
137:

Line 166: g_hri_promotion_formula_id := hri_bpl_fast_formula_util.fetch_setup_formula_id

162: END get_promotion_ind;
163:
164: BEGIN
165:
166: g_hri_promotion_formula_id := hri_bpl_fast_formula_util.fetch_setup_formula_id
167: (p_formula_name => 'HRI_MAP_PROMOTION_EVENT');
168:
169: END hri_bpl_wrkfc_evt;