DBA Data[Home] [Help]

APPS.PN_VAREN_UTIL dependencies on GL_DAILY_CONVERSION_TYPES

Line 731: , gl_daily_conversion_types gl

727:
728: SELECT COUNT (1)
729: INTO l_count
730: FROM pn_currencies pn
731: , gl_daily_conversion_types gl
732: WHERE pn.conversion_type = gl.conversion_type
733: AND currency_code = p_currency_code;
734:
735: IF l_count = 1