DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on FND_LOOKUP_VALUES

Line 229: from fnd_lookup_values_vl

225: begin
226: if (lookup_code_val is not null) then
227: select meaning
228: into temp
229: from fnd_lookup_values_vl
230: where lookup_code = lookup_code_val
231: and lookup_type = lookup_type_val;
232: return (temp);
233: else

Line 270: from fnd_lookup_values

266: begin
267: if (lookup_code_val is NOT NULL) then
268: select meaning
269: into temp
270: from fnd_lookup_values
271: where lookup_code = lookup_code_val
272: and lookup_type = lookup_type_val
273: and view_application_id = 3
274: and language = userenv('LANG');