DBA Data[Home] [Help]

APPS.MSD_DEM_COMMON_UTILITIES dependencies on FND_LOOKUP_VALUES

Line 522: from fnd_lookup_values_vl

518: FUNCTION DM_TIME_LEVEL RETURN VARCHAR2 IS
519:
520: CURSOR C1 IS
521: select MEANING
522: from fnd_lookup_values_vl
523: where lookup_type = 'MSD_DEM_TABLES'
524: AND LOOKUP_CODE = 'DM_WIZ_DM_DEF';
525:
526:

Line 626: from fnd_lookup_values

622: as
623:
624: cursor get_lookup_value is
625: select meaning
626: from fnd_lookup_values
627: where lookup_type = p_lookup_type
628: and lookup_code = p_lookup_code
629: and language = 'US';
630: