DBA Data[Home] [Help]

APPS.GMS_STREAMLINE_PROC dependencies on GMS_STREAMLINE_PROC

Line 1: package body GMS_STREAMLINE_PROC as

1: package body GMS_STREAMLINE_PROC as
2: /* $Header: gmsstrmb.pls 120.6.12020000.2 2012/07/18 09:34:35 admarath ship $ */
3:
4: -- function to return a delimited string from a stream.
5:

Line 247: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||': No process submitted.';

243: stage := '200';
244:
245: If (ret_value is null) then
246: RETCODE := 2;
247: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||': No process submitted.';
248: exit;
249: stage := '210';
250: Elsif (ret_value = 0) then
251: ROLLBACK;

Line 253: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||' : Failed to spawn process' ;

249: stage := '210';
250: Elsif (ret_value = 0) then
251: ROLLBACK;
252: RETCODE := 2;
253: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||' : Failed to spawn process' ;
254: exit;
255: stage := '220';
256: Else
257: commit;

Line 272: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||' : '||sqlerrm;

268: EXCEPTION
269: WHEN OTHERS THEN
270: ROLLBACK;
271: RETCODE := 2;
272: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||' : '||sqlerrm;
273:
274: END GMSISLPR;
275:
276: end GMS_STREAMLINE_PROC;

Line 276: end GMS_STREAMLINE_PROC;

272: ERRBUF := 'Error in GMS_STREAMLINE_PROC.GMSISLPR at stage '||stage||' : '||sqlerrm;
273:
274: END GMSISLPR;
275:
276: end GMS_STREAMLINE_PROC;