DBA Data[Home] [Help]

APPS.IRC_UTILITIES_PKG dependencies on GL_DAILY_RATES

Line 1996: from GL_DAILY_RATES

1992: CLOSE csr_curr_code;
1993: --
1994: --
1995: select max(conversion_date) into l_user_date
1996: from GL_DAILY_RATES
1997: where from_currency = l_from_currency
1998: and to_currency = l_to_currency
1999: and conversion_type = 'Corporate'
2000: and conversion_date <= effective_date