DBA Data[Home] [Help]

APPS.PO_POXPOPAR_XMLP_PKG dependencies on FND_LOOKUPS

Line 74: from fnd_lookups

70: w_meaning varchar2(80);
71: begin
72: select meaning
73: into w_meaning
74: from fnd_lookups
75: where lookup_type = p_lookup_type
76: and lookup_code = p_lookup_code ;
77: p_lookup_meaning := w_meaning ;
78: exception