DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on FND_LOOKUP_VALUES

Line 341: select meaning from fnd_lookup_values

337: p_code varchar2) return VARCHAR2 IS
338:
339:
340: CURSOR c_dim_desc(l_type varchar2, l_code varchar2) IS
341: select meaning from fnd_lookup_values
342: where lookup_type = l_type
343: and language = userenv('LANG')
344: and lookup_code = l_code;
345: