DBA Data[Home] [Help]

APPS.PAY_CE_SUPPORT_PKG dependencies on DUAL

Line 211: from dual;

207: begin
208: --
209: select decode(substr(p_meaning,1,3),p_code||'_',substr(p_meaning,4),p_meaning)
210: into l_meaning
211: from dual;
212: --
213: return l_meaning;
214: --
215: end lookup_meaning;