DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_CURRENCY

Line 223: l_x_Raw_cost := pa_currency.round_trans_currency_amt(

219: /*LCE :Changed l_labor_cost_rate to l_acct_cost_rate */
220:
221: l_x_raw_cost_rate := l_acct_cost_rate * NVL(l_cost_multiplier,1);
222:
223: l_x_Raw_cost := pa_currency.round_trans_currency_amt(
224: l_x_raw_cost_rate * NVL(p_quantity,0), px_exp_func_curr_code);
225:
226:
227: -------------------------------------------------

Line 722: l_burden_cost := pa_currency.round_trans_currency_amt(

718: -------------------------------------------------------
719: -- Get Burden Cost and rate from Raw Cost and Quantity.
720: -------------------------------------------------------
721:
722: l_burden_cost := pa_currency.round_trans_currency_amt(
723: l_raw_cost * l_x_compiled_multiplier,px_exp_func_curr_code) +
724: l_raw_cost ;
725:
726: -- Bug 4434977 -- corrected logic for burden cost rate to avoid rounding error.