DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_PKG dependencies on FND_LOOKUP_VALUES

Line 11: fnd_lookup_values,

7: select column_name,
8: meaning,
9: comparison_value
10: from gcs_lex_map_conditions,
11: fnd_lookup_values,
12: gcs_lex_map_columns
13: where derivation_id = derivId
14: and source_column_id = column_id
15: and lookup_type = 'COMPARISON_OPERATOR'