DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on GL_CURRENCY_API

Line 180: p_exch_rate:=gl_currency_api.get_rate(G_payment_curr_code,

176: p_exch_date := null;
177: p_exch_rate := null;
178: end if;
179: if (p_exch_date is not null) then
180: p_exch_rate:=gl_currency_api.get_rate(G_payment_curr_code,
181: ledger_currency_code,
182: p_exch_date,
183: p_exch_type);
184: end if;

Line 223: p_exch_rate:=gl_currency_api.get_rate(G_payment_curr_code,

219: else
220: p_exch_date:=G_transaction_date;
221: end if;
222: if (p_exch_date is not null) then
223: p_exch_rate:=gl_currency_api.get_rate(G_payment_curr_code,
224: ledger_currency_code,
225: p_exch_date,
226: p_exch_type);
227: end if;