DBA Data[Home] [Help]

APPS.PA_FI_AMT_CALC_PKG dependencies on PA_ASSIGNMENTS_PVT

Line 4270: PA_ASSIGNMENTS_PVT.Update_Transfer_Price

4266: pa_debug.write('Pa_Fi_Amt_Calc_Pkg.Calculate_Fcst_Amounts', 'Proj Func Curency:'||l_prjfunc_curr_code, 3);
4267: END IF;
4268:
4269: IF l_sum_transfer_price is NULL OR l_sum_item_quantity is NULL OR l_sum_item_quantity = 0 THEN
4270: PA_ASSIGNMENTS_PVT.Update_Transfer_Price
4271: (
4272: p_assignment_id => l_assignment_id
4273: ,p_debug_mode => p_debug_mode
4274: ,p_transfer_price_rate => NULL

Line 4280: PA_ASSIGNMENTS_PVT.Update_Transfer_Price

4276: ,x_return_status => l_return_status
4277: );
4278: ELSE
4279: l_average_transfer_price_rate := l_sum_transfer_price / l_sum_item_quantity;
4280: PA_ASSIGNMENTS_PVT.Update_Transfer_Price
4281: (
4282: p_assignment_id => l_assignment_id
4283: ,p_debug_mode => p_debug_mode
4284: ,p_transfer_price_rate => l_average_transfer_price_rate