DBA Data[Home] [Help]

APPS.AR_RAXCUSLR_XMLP_PKG dependencies on FND_LOOKUPS

Line 257: from fnd_lookups

253: begin
254:
255: select meaning
256: into w_meaning
257: from fnd_lookups
258: where lookup_type = p_lookup_type
259: and lookup_code = p_lookup_code ;
260:
261: p_lookup_meaning := w_meaning ;