DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on GL_CURRENCY_API

Line 2701: l_fx_amount := gl_currency_api.convert_amount(

2697: * Cannot log anywhere within this function because that
2698: * violates pragma restrict_references!
2699: */
2700:
2701: l_fx_amount := gl_currency_api.convert_amount(
2702: p_source_currency,
2703: p_target_currency,
2704: p_exch_rate_date,
2705: p_exch_rate_type,