DBA Data[Home] [Help]

APPS.GMF_GLCOMMON_DB dependencies on GL_XCHG_RTE

Line 162: FROM GL_XCHG_RTE

158: /* currencies using x_rate_type_code within the period between*/
159: /* x_max_roll_days prior to x_exchange_rate_date AND x_exchange_rate_date.*/
160: CURSOR closest_rate_curr IS
161: SELECT exchange_rate,mul_div_sign
162: FROM GL_XCHG_RTE
163: WHERE from_currency_code = x_from_currency_code
164: AND to_currency_code = x_to_currency_code
165: AND rate_type_code = x_rate_type_code
166: AND exchange_rate_date BETWEEN