DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on FND_LOOKUP_VALUES

Line 314: from fnd_lookup_values lv

310: and lookup_code = arg_lookup_code;
311: /*
312: select lv.meaning
313: into meaning_text
314: from fnd_lookup_values lv
315: where lv.language = userenv('LANG')
316: and lv.view_application_id =700
317: and lv.lookup_type = arg_lookup_type
318: and lv.lookup_code = to_char(arg_lookup_code)

Line 3482: from fnd_lookup_values

3478: end if;
3479:
3480: select meaning
3481: into meaning_text
3482: from fnd_lookup_values
3483: where lookup_type = arg_lookup_type
3484: and lookup_code = arg_lookup_code
3485: and view_application_id = arg_application_id
3486: and language = userenv('LANG')