DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_CURRENCY

Line 238: l_x_Raw_cost := pa_currency.round_trans_currency_amt(

234: /*LCE :Changed l_labor_cost_rate to l_acct_cost_rate */
235:
236: l_x_raw_cost_rate := l_acct_cost_rate * NVL(l_cost_multiplier,1);
237:
238: l_x_Raw_cost := pa_currency.round_trans_currency_amt(
239: l_x_raw_cost_rate * NVL(p_quantity,0), px_exp_func_curr_code);
240:
241: pa_cc_utils.log_message('l_x_raw_cost_rate '||l_x_raw_cost_rate||' l_x_Raw_cost '||l_x_Raw_cost);
242:

Line 755: l_burden_cost := pa_currency.round_trans_currency_amt(

751: -------------------------------------------------------
752: -- Get Burden Cost and rate from Raw Cost and Quantity.
753: -------------------------------------------------------
754:
755: l_burden_cost := pa_currency.round_trans_currency_amt(
756: l_raw_cost * l_x_compiled_multiplier,px_exp_func_curr_code) +
757: l_raw_cost ;
758:
759: -- Bug 4434977 -- corrected logic for burden cost rate to avoid rounding error.