DBA Data[Home] [Help]

APPS.PSP_PSPRCPGD_XMLP_PKG dependencies on PSP_LOOKUPS

Line 298: select meaning into x_source_type from psp_lookups

294:
295: function CF_source_typeFormula return VARCHAR2 is
296: x_source_type varchar2(80);
297: begin
298: select meaning into x_source_type from psp_lookups
299: where lookup_type = 'PSP_SOURCE_TYPE' and lookup_code = p_source_type;
300: return(x_source_type);
301: end;
302: