DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_PKG SQL Statements

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

Line: 7

      select column_name,
             meaning,
             comparison_value
      from gcs_lex_map_conditions,
            fnd_lookup_values,
            gcs_lex_map_columns
      where derivation_id = derivId
      and source_column_id = column_id
      and lookup_type = 'COMPARISON_OPERATOR'
      and lookup_code =comparison_operator_code
      and language = 'US'
      and view_application_id = 266;