DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on GL_CURRENCY_API

Line 753: l_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,

749: if (l_curr_rec.currency_conv_type is NULL) then
750: FND_PROFILE.get('CURRENCY_CONVERSION_TYPE', l_curr_rec.currency_conv_type);
751: end if;
752: l_stmt_num := 16;
753: l_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,
754: l_curr_rec.alt_currency,
755: i_ae_txn_rec.accounting_date,
756: l_curr_rec.currency_conv_type);
757: end if;

Line 8500: l_ae_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,

8496: if (l_ae_curr_rec.alt_currency <> l_ae_curr_rec.pri_currency) then
8497: if (l_ae_curr_rec.currency_conv_type is NULL) then
8498: FND_PROFILE.get('CURRENCY_CONVERSION_TYPE', l_ae_curr_rec.currency_conv_type);
8499: end if;
8500: l_ae_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,
8501: l_ae_curr_rec.alt_currency,
8502: i_ae_txn_rec.accounting_date,
8503: l_ae_curr_rec.currency_conv_type);
8504: end if;