DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on GL_CURRENCY_API

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

314: end if;
315:
316: l_stmt_num := 40;
317:
318: l_conv_rate := gl_currency_api.get_rate(l_sob_id,l_alt_curr,l_txn_date,
319: l_conv_type);
320: end if;
321: end if;
322:

Line 753: when gl_currency_api.NO_RATE then

749: || l_err_msg,1,240);
750: O_Error_Message := substr(l_err_msg,1,240) ;
751: /* NL Changes */
752:
753: when gl_currency_api.NO_RATE then
754: rollback;
755: O_error_num := 9999;
756: O_error_code := 'CST_NO_GL_RATE';
757: FND_MESSAGE.set_name('BOM', 'CST_NO_GL_RATE');