DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on FND_LOOKUP_VALUES

Line 14: from fnd_lookup_values

10: as
11:
12: cursor get_lookup_value is
13: select meaning
14: from fnd_lookup_values
15: where lookup_type = p_lookup_type
16: and lookup_code = p_lookup_code
17: and language = 'US';
18: