DBA Data[Home] [Help]

APPS.FPA_UTILITIES_PVT SQL Statements

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

Line: 146

  SELECT application_short_name
    into l_pjp_schema
    from FND_APPLICATION
   WHERE application_id = 440;
Line: 180

  l_sql := 'select count(' || p_column_name || ')' ||
           '  from ' || p_table_name ||
           ' where upper(' || p_column_name || ') = upper(''' ||  p_name || ''')';