DBA Data[Home] [Help]

APPS.BSC_CALCULATIONS_PUB dependencies on BSC_CALCULATIONS_PVT

Line 131: BSC_CALCULATIONS_PVT.delete_objective_calculation (

127: END IF;
128:
129: END IF;
130:
131: BSC_CALCULATIONS_PVT.delete_objective_calculation (
132: p_indicator => p_obj_id
133: ,p_calculation_id => l_calc_id
134: ,x_return_status => x_return_status
135: ,x_msg_count => x_msg_count

Line 140: BSC_CALCULATIONS_PVT.insert_objective_calculation (

136: ,x_msg_data => x_msg_data
137: );
138: --DELETE bsc_kpi_calculations WHERE indicator = p_obj_id AND calculation_id = l_calc_id;
139:
140: BSC_CALCULATIONS_PVT.insert_objective_calculation (
141: p_indicator => p_obj_id
142: ,p_calculation_id => l_calc_id
143: ,p_user_level0 => l_user_level0
144: ,p_user_level1 => l_user_level0

Line 158: BSC_CALCULATIONS_PVT.delete_objective_calculation (

154: -- VALUES(p_obj_id,l_calc_id, l_user_level0,l_user_level0,NULL,NULL,NULL,l_def_val);
155:
156: -- Cascade the changes to shared objectives also.
157: FOR shared_ind_cd IN c_shared_objectives LOOP
158: BSC_CALCULATIONS_PVT.delete_objective_calculation (
159: p_indicator => shared_ind_cd.indicator
160: ,p_calculation_id => l_calc_id
161: ,x_return_status => x_return_status
162: ,x_msg_count => x_msg_count

Line 166: BSC_CALCULATIONS_PVT.insert_objective_calculation (

162: ,x_msg_count => x_msg_count
163: ,x_msg_data => x_msg_data
164: );
165:
166: BSC_CALCULATIONS_PVT.insert_objective_calculation (
167: p_indicator => shared_ind_cd.indicator
168: ,p_calculation_id => l_calc_id
169: ,p_user_level0 => l_user_level0
170: ,p_user_level1 => l_user_level0