DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on GL_CURRENCY_API

Line 350: l_conv_rate := gl_currency_api.get_rate(l_sob_id,l_alt_curr,l_txn_date,

346: end if;
347:
348: l_stmt_num := 40;
349:
350: l_conv_rate := gl_currency_api.get_rate(l_sob_id,l_alt_curr,l_txn_date,
351: l_conv_type);
352: end if;
353: end if;
354:

Line 844: when gl_currency_api.NO_RATE then

840: || l_err_msg,1,240);
841: O_Error_Message := substr(l_err_msg,1,240) ;
842: /* NL Changes */
843:
844: when gl_currency_api.NO_RATE then
845: rollback;
846: O_error_num := 9999;
847: O_error_code := 'CST_NO_GL_RATE';
848: FND_MESSAGE.set_name('BOM', 'CST_NO_GL_RATE');