DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on GL_CURRENCY_API

Line 4192: || 'to call GL API ''gl_currency_api.convert_amount()''.',

4188: EXCEPTION
4189:
4190: WHEN OTHERS THEN
4191: print_debuginfo(l_module_name, 'Fatal: Exception when attempting '
4192: || 'to call GL API ''gl_currency_api.convert_amount()''.',
4193: FND_LOG.LEVEL_UNEXPECTED
4194: );
4195:
4196: print_debuginfo(l_module_name, 'SQL code: ' || SQLCODE,

Line 4251: l_fx_amount := gl_currency_api.convert_amount(

4247: * Cannot log anywhere within this function because that
4248: * violates pragma restrict_references!
4249: */
4250:
4251: l_fx_amount := gl_currency_api.convert_amount(
4252: p_source_currency,
4253: p_target_currency,
4254: p_exch_rate_date,
4255: p_exch_rate_type,