DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on GL_CURRENCY_API

Line 2961: l_fx_amount := gl_currency_api.convert_amount(

2957: * Cannot log anywhere within this function because that
2958: * violates pragma restrict_references!
2959: */
2960:
2961: l_fx_amount := gl_currency_api.convert_amount(
2962: p_source_currency,
2963: p_target_currency,
2964: p_exch_rate_date,
2965: p_exch_rate_type,