DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on GL_CURRENCY_API

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

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

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

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