DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on FND_LOOKUP_VALUES

Line 502: select meaning from fnd_lookup_values

498: p_code varchar2) return VARCHAR2 IS
499:
500:
501: CURSOR c_dim_desc(l_type varchar2, l_code varchar2) IS
502: select meaning from fnd_lookup_values
503: where lookup_type = l_type
504: and language = userenv('LANG')
505: and lookup_code = l_code;
506: