DBA Data[Home] [Help]

APPS.GL_HISTORICAL_RATES_PKG dependencies on GL_LOOKUPS_RATE_TYPE_V

Line 578: FROM gl_lookups_rate_type_v

574: Per GL team, the rate could be negative now.
575: */
576: SELECT rate_type
577: INTO V_Rate_Type
578: FROM gl_lookups_rate_type_v
579: WHERE X_Rate_Type = show_rate_type;
580:
581: SELECT DECODE(lookup_code, 'Average', 'A', 'S')
582: INTO V_Usage_Code