DBA Data[Home] [Help]

APPS.GL_DAILY_RATES_INTERFACE_ASIT dependencies on STANDARD

Line 139: -- type is used in standard or average translation in the system

135: WHERE mode_flag IN ('I','D')
136: AND error_code IS NOT NULL;
137:
138: -- Update used_for_ab_translation = 'Y' if the currency and conversion
139: -- type is used in standard or average translation in the system
140: UPDATE GL_DAILY_RATES_INTERFACE RI
141: SET used_for_ab_translation =
142: ( SELECT nvl(max('Y'), 'N')
143: FROM GL_DAILY_CONVERSION_TYPES CT,