DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on GL_TRANSLATION_RATES

Line 882: from gl_translation_rates gtr

878: END IF; -- if l_pay_cross_rate_type
879:
880: select 1 / min(eop_rate)
881: into l_revaluation_rate
882: from gl_translation_rates gtr
883: where gtr.set_of_books_id = g_ledger_id
884: and gtr.to_currency_code = trx_currency_code
885: and upper(gtr.period_name) = upper(P_REVALUATION_PERIOD)
886: and gtr.actual_flag = 'A';