DBA Data[Home] [Help]

APPS.ARPCURR dependencies on GL_DAILY_CONVERSION_TYPES

Line 326: FROM gl_daily_conversion_types

322: BEGIN
323:
324: SELECT user_conversion_type
325: INTO l_user_conversion_type
326: FROM gl_daily_conversion_types
327: WHERE conversion_type = p_conv_type;
328:
329: return(l_user_conversion_type);
330: