DBA Data[Home] [Help]

APPS.PA_INVOICE_CURRENCY dependencies on PA_MULTI_CURRENCY

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

490:
491: /* call the api to convert the line amount in Invoice Processing currency to
492: invoice currency for line number = 1 */
493: l_rate := l_inv_exchange_rate;
494: pa_multi_currency.convert_amount ( P_from_currency => l_invproc_currency_code,
495: P_to_currency => l_Inv_currency_code,
496: P_conversion_date => l_inv_rate_date,
497: P_conversion_type => l_inv_rate_type,
498: P_handle_exception_flag => 'Y',

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

587:
588: /*Added the following for bug 12604419 starts*/
589: IF (l_first_line_flag <> 'X')
590: THEN
591: pa_multi_currency.convert_amount ( P_from_currency => l_invproc_currency_code,
592: P_to_currency => l_Inv_currency_code,
593: P_conversion_date => l_inv_rate_date,
594: P_conversion_type => l_inv_rate_type,
595: P_handle_exception_flag => 'Y',

Line 810: pa_multi_currency.convert_amount (

806:
807: --================================
808: -- Newly added code for bug fix Bug 3836514
809: l_Rate := 0;
810: pa_multi_currency.convert_amount (
811: P_from_currency => l_func_curr,
812: P_to_currency => l_invproc_currency_code,
813: P_conversion_date => l_invoice_Date,
814: P_conversion_type => l_projfunc_Exchg_Rate_type,

Line 875: pa_multi_currency.convert_amount (

871: /*If l_ProjFunc_Attr_For_AR_Flag = 'Y' then
872: --================================
873: -- Newly added code for bug fix Bug 3836514
874: l_Rate := 0;
875: pa_multi_currency.convert_amount (
876: P_from_currency => l_func_curr,
877: P_to_currency => l_invproc_currency_code,
878: P_conversion_date => l_invoice_Date,
879: P_conversion_type => l_projfunc_Exchg_Rate_type,

Line 1621: pa_multi_currency.convert_amount (

1617: from pa_draft_invoices_all
1618: where project_id = P_Project_Id
1619: and draft_invoice_num = P_Draft_Inv_Num;
1620:
1621: pa_multi_currency.convert_amount (
1622: P_from_currency => l_func_curr,
1623: P_to_currency => l_invproc_currency_code,
1624: P_conversion_date => l_invoice_Date,
1625: P_conversion_type => l_projfunc_Exchg_Rate_type,