DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on FND_LOOKUP_VALUES_VL

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