DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS_PUB dependencies on PA_MULTI_CURRENCY

Line 133: pa_multi_Currency_txn.get_def_ProjFunc_Cst_Rate_Type(

129:
130:
131: -- bug 9052223 start
132:
133: pa_multi_Currency_txn.get_def_ProjFunc_Cst_Rate_Type(
134: 0 ,
135: v_proj_func_cur,
136: v_proj_func_rate);
137:

Line 150: pa_multi_currency.convert_amount ( P_from_currency => v_proj_func_cur,

146: RAISE FND_API.G_EXC_ERROR;
147:
148: else
149:
150: pa_multi_currency.convert_amount ( P_from_currency => v_proj_func_cur,
151: P_to_currency => p_currency_code,
152: P_conversion_date => l_conversion_ratedate,
153: P_conversion_type => l_conversion_ratetype,
154: P_amount => 0,

Line 418: pa_multi_Currency_txn.get_def_ProjFunc_Cst_Rate_Type(

414: SELECT PA_DEDUCTION_TXNS_S.nextval
415: INTO l_deduction_req_tran_id
416: FROM DUAL;
417:
418: pa_multi_Currency_txn.get_def_ProjFunc_Cst_Rate_Type(
419: 0 ,
420: v_proj_func_cur,
421: v_proj_func_rate);
422:

Line 436: pa_multi_currency.convert_amount ( P_from_currency => v_proj_func_cur,

432:
433: else
434:
435:
436: pa_multi_currency.convert_amount ( P_from_currency => v_proj_func_cur,
437: P_to_currency => cur_dctn_hdr.currency_code,
438: P_conversion_date => l_conversion_ratedate,
439: P_conversion_type => l_conversion_ratetype,
440: P_amount => p_orig_projfunc_amount,