DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on GL_CURRENCY_API

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

724: if (l_curr_rec.currency_conv_type is NULL) then
725: FND_PROFILE.get('CURRENCY_CONVERSION_TYPE', l_curr_rec.currency_conv_type);
726: end if;
727: l_stmt_num := 16;
728: l_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,
729: l_curr_rec.alt_currency,
730: i_ae_txn_rec.accounting_date,
731: l_curr_rec.currency_conv_type);
732: end if;

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

8110: if (l_ae_curr_rec.alt_currency <> l_ae_curr_rec.pri_currency) then
8111: if (l_ae_curr_rec.currency_conv_type is NULL) then
8112: FND_PROFILE.get('CURRENCY_CONVERSION_TYPE', l_ae_curr_rec.currency_conv_type);
8113: end if;
8114: l_ae_curr_rec.currency_conv_rate := gl_currency_api.get_rate(i_ae_txn_rec.set_of_books_id,
8115: l_ae_curr_rec.alt_currency,
8116: i_ae_txn_rec.accounting_date,
8117: l_ae_curr_rec.currency_conv_type);
8118: end if;