DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 989: from gl_daily_conversion_types

985: g_daily_rate_error := 'Y';
986: else
987: select user_conversion_type
988: into g_daily_rate_type_dsp
989: from gl_daily_conversion_types
990: where conversion_type = P_DAILY_RATE_TYPE;
991: end if;
992: end if;
993: end if;