DBA Data[Home] [Help]

APPS.PO_VAL_HEADERS2 dependencies on GL_CURRENCY_API

Line 543: x_rate := gl_currency_api.get_rate_sql(p_set_of_books_id,

539: p_rate_type_tbl(i) <> 'User'
540: THEN
541: -- Bug 5547502: replaced get_rate() with get_rate_sql() which has
542: -- proper exception handling.
543: x_rate := gl_currency_api.get_rate_sql(p_set_of_books_id,
544: p_currency_code_tbl(i),
545: p_rate_date_tbl(i),
546: p_rate_type_tbl(i));
547: x_rate := ROUND(x_rate, 15);