DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on GL_CURRENCY_API

Line 464: l_base_amount := GL_Currency_API.Convert_Amount(

460:
461: l_base_amount := p_current_cost ;
462: ELSE
463: -- Convert amount from PO Reporting currency to FA Reporting Currency
464: l_base_amount := GL_Currency_API.Convert_Amount(
465: l_po_sob_currency_code,
466: l_fa_currency_code,
467: l_rate_date,
468: l_rate_type,

Line 479: l_base_amount := GL_Currency_API.Convert_Amount(

475:
476: IF l_fa_currency_code = l_po_sob_currency_code THEN --Added IF for bug 15966159
477: round_currency ( p_current_cost * l_po_to_basecur_rate, l_fa_currency_code, l_base_amount);
478: ELSE
479: l_base_amount := GL_Currency_API.Convert_Amount(
480: l_po_currency_code,
481: l_fa_currency_code,
482: l_rate_date,
483: l_rate_type,

Line 492: l_base_amount := GL_Currency_API.Convert_Amount(

488: round_currency ( p_current_cost * l_po_to_basecur_rate, l_fa_currency_code, l_base_amount);
489: ELSE
490: round_currency( p_current_cost * l_po_to_basecur_rate, l_po_sob_currency_code, x_base_amount);
491:
492: l_base_amount := GL_Currency_API.Convert_Amount(
493: l_po_sob_currency_code,
494: l_fa_currency_code,
495: l_rate_date,
496: l_rate_type,