DBA Data[Home] [Help]

APPS.PO_CURRENCY_SV dependencies on GL_DAILY_CONVERSION_TYPES

Line 183: FROM gl_daily_conversion_types dct

179: x_progress := '010';
180:
181: SELECT dct.user_conversion_type
182: INTO x_rate_type_disp
183: FROM gl_daily_conversion_types dct
184: WHERE dct.conversion_type = x_rate_type;
185:
186:
187: