DBA Data[Home] [Help]

APPS.PO_DAILY_CONVERSION_TYPES_SV1 SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 22

   SELECT count(*)
     INTO x_temp
     FROM gl_daily_conversion_types_v
    WHERE conversion_type = x_rate_type_code;
Line: 59

   SELECT	 conversion_type
   INTO		 X_rate_type_v
   FROM		 gl_daily_conversion_types
   WHERE	 user_conversion_type = X_rate_type;