DBA Data[Home] [Help]

APPS.PA_INVOICE_CURRENCY dependencies on PA_MULTI_CURRENCY

Line 431: pa_multi_currency.convert_amount ( P_from_currency => l_invproc_currency_code,

427:
428: /* call the api to convert the line amount in Invoice Processing currency to
429: invoice currency for line number = 1 */
430: l_rate := l_inv_exchange_rate;
431: pa_multi_currency.convert_amount ( P_from_currency => l_invproc_currency_code,
432: P_to_currency => l_Inv_currency_code,
433: P_conversion_date => l_inv_rate_date,
434: P_conversion_type => l_inv_rate_type,
435: P_handle_exception_flag => 'Y',

Line 668: pa_multi_currency.convert_amount (

664:
665: --================================
666: -- Newly added code for bug fix Bug 3836514
667: l_Rate := 0;
668: pa_multi_currency.convert_amount (
669: P_from_currency => l_func_curr,
670: P_to_currency => l_invproc_currency_code,
671: P_conversion_date => l_invoice_Date,
672: P_conversion_type => l_projfunc_Exchg_Rate_type,

Line 732: pa_multi_currency.convert_amount (

728: /*If l_ProjFunc_Attr_For_AR_Flag = 'Y' then
729: --================================
730: -- Newly added code for bug fix Bug 3836514
731: l_Rate := 0;
732: pa_multi_currency.convert_amount (
733: P_from_currency => l_func_curr,
734: P_to_currency => l_invproc_currency_code,
735: P_conversion_date => l_invoice_Date,
736: P_conversion_type => l_projfunc_Exchg_Rate_type,