DBA Data[Home] [Help]

APPS.FND_FLEX_ORACLE_REPORTS_APIS SQL Statements

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

Line: 33

                    p_dinsert           IN VARCHAR2 DEFAULT 'N',
                    p_output_array_size IN BINARY_INTEGER,
                    px_output_array     IN OUT nocopy flexidval_output_arr_type)
  IS
BEGIN
   FOR i IN 1..p_output_array_size LOOP
      px_output_array(i).value := 'This API has not been implemented yet...';
Line: 65

      p_mode            => fnd_flex_oracle_reports_apis.mode_select,
      p_num             => 101,
      x_output          => l_p_flexdata);