DBA Data[Home] [Help]

APPS.AR_RAXCBR_XMLP_PKG dependencies on FND_LOOKUPS

Line 295: from fnd_lookups

291: begin
292:
293: select meaning
294: into w_meaning
295: from fnd_lookups
296: where lookup_type = p_lookup_type
297: and lookup_code = p_lookup_code ;
298:
299: p_lookup_meaning := w_meaning ;