DBA Data[Home] [Help]

APPS.PA_PLAN_REVENUE dependencies on PA_CURRENCY

Line 2221: l_txn_burden_cost := pa_currency.round_trans_currency_amt(

2217: -- Get Burden Cost and rate from Raw Cost and Quantity.
2218: -------------------------------------------------------
2219: ELSE
2220:
2221: l_txn_burden_cost := pa_currency.round_trans_currency_amt(
2222: l_raw_cost * NVL(l_txn_burden_multiplier,0),NVL(l_txn_curr_code,p_override_txn_currency_code )) +
2223: l_raw_cost ;
2224:
2225: /*bug3749153 no need to compute the burden cost rate if it equals raw_cost_rate */