DBA Data[Home] [Help]

APPS.PA_FI_AMT_CALC_PKG dependencies on PA_ASSIGNMENTS_PVT

Line 4294: PA_ASSIGNMENTS_PVT.Update_Transfer_Price

4290: pa_debug.write('Pa_Fi_Amt_Calc_Pkg.Calculate_Fcst_Amounts', 'Proj Func Curency:'||l_prjfunc_curr_code, 3);
4291: END IF;
4292:
4293: IF l_sum_transfer_price is NULL OR l_sum_item_quantity is NULL OR l_sum_item_quantity = 0 THEN
4294: PA_ASSIGNMENTS_PVT.Update_Transfer_Price
4295: (
4296: p_assignment_id => l_assignment_id
4297: ,p_debug_mode => p_debug_mode
4298: ,p_transfer_price_rate => NULL

Line 4304: PA_ASSIGNMENTS_PVT.Update_Transfer_Price

4300: ,x_return_status => l_return_status
4301: );
4302: ELSE
4303: l_average_transfer_price_rate := l_sum_transfer_price / l_sum_item_quantity;
4304: PA_ASSIGNMENTS_PVT.Update_Transfer_Price
4305: (
4306: p_assignment_id => l_assignment_id
4307: ,p_debug_mode => p_debug_mode
4308: ,p_transfer_price_rate => l_average_transfer_price_rate