DBA Data[Home] [Help]

APPS.PSP_PSPRCLSL_XMLP_PKG dependencies on PSP_LOOKUPS

Line 194: select meaning into x_source_type from psp_lookups

190:
191: function CF_source_typeFormula return VARCHAR2 is
192: x_source_type varchar2(80);
193: begin
194: select meaning into x_source_type from psp_lookups
195: where lookup_type = 'PSP_SOURCE_TYPE' and lookup_code = p_source_type;
196: return(x_source_type);
197: end;
198: