DBA Data[Home] [Help]

APPS.AR_RAXSOL_XMLP_PKG dependencies on FND_LOOKUPS

Line 273: from fnd_lookups

269: begin
270:
271: select meaning
272: into w_meaning
273: from fnd_lookups
274: where lookup_type = p_lookup_type
275: and lookup_code = p_lookup_code ;
276:
277: p_lookup_meaning := w_meaning ;