DBA Data[Home] [Help]

APPS.PO_POXRQRCO_XMLP_PKG dependencies on FND_LOOKUPS

Line 165: from fnd_lookups

161: begin
162:
163: select meaning
164: into w_meaning
165: from fnd_lookups
166: where lookup_type = p_lookup_type
167: and lookup_code = p_lookup_code ;
168:
169: p_lookup_meaning := w_meaning ;