DBA Data[Home] [Help]

APPS.INVIDTMP_PKG dependencies on FND_COMMON_LOOKUPS

Line 173: from fnd_common_lookups

169:
170: begin
171: select meaning
172: into v_meaning
173: from fnd_common_lookups
174: where lookup_type = X_lu_type
175: and lookup_code = X_lu_code;
176:
177: return(v_meaning);