DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on FND_COMMON_LOOKUPS

Line 354: from fnd_common_lookups

350: begin
351: if (lookup_code_val is NOT NULL) then
352: select meaning
353: into temp
354: from fnd_common_lookups
355: where lookup_code = lookup_code_val
356: and lookup_type = lookup_type_val;
357: return(temp);
358: else