DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on FND_LOOKUP_VALUES

Line 501: select meaning from fnd_lookup_values

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