DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on GL_CURRENCY_API

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

9853:
9854: WHEN OTHERS THEN
9855:
9856: print_debuginfo(l_module_name, 'Fatal: Exception when attempting '
9857: || 'to call GL API ''gl_currency_api.convert_amount()''.',
9858: FND_LOG.LEVEL_UNEXPECTED
9859: );
9860:
9861: print_debuginfo(l_module_name, 'SQL code: ' || SQLCODE,

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

10190:
10191: WHEN OTHERS THEN
10192:
10193: print_debuginfo(l_module_name, 'Fatal: Exception when attempting '
10194: || 'to call GL API ''gl_currency_api.convert_amount()''.',
10195: FND_LOG.LEVEL_UNEXPECTED
10196: );
10197:
10198: print_debuginfo(l_module_name, 'SQL code: ' || SQLCODE,

Line 10255: l_fx_amount := gl_currency_api.convert_amount(

10251: * Cannot log anywhere within this function because that
10252: * violates pragma restrict_references!
10253: */
10254:
10255: l_fx_amount := gl_currency_api.convert_amount(
10256: p_source_currency,
10257: p_target_currency,
10258: p_exch_rate_date,
10259: p_exch_rate_type,