DBA Data[Home] [Help]

APPS.AR_ARXPDI_XMLP_PKG dependencies on FND_LOOKUPS

Line 254: from fnd_lookups

250: w_meaning varchar2(80);
251: begin
252: select meaning
253: into w_meaning
254: from fnd_lookups
255: where lookup_type = p_lookup_type
256: and lookup_code = p_lookup_code ;
257: p_lookup_meaning := w_meaning ;
258: exception