DBA Data[Home] [Help]

APPS.MSD_SRP_PROCESS_STREAM_DATA dependencies on MSD_SRP_PROCESS_STREAM_DATA

Line 1: PACKAGE BODY msd_srp_process_stream_data AS -- body

1: PACKAGE BODY msd_srp_process_stream_data AS -- body
2: /* $Header: MSDSRPPPB.pls 120.8 2010/10/22 08:07:25 sjagathe ship $*/
3:
4: null_char constant VARCHAR2(6) := '-23453';
5:

Line 455: lv_error_text := SUBSTR('MSD_SRP_PROCESS_STREAM_DATA.LAUNCH ' || '(' || v_sql_stmt || ')' || sqlerrm, 1, 240);

451: EXCEPTION
452: WHEN others THEN
453: log_message('Error generating Source Keys');
454:
455: lv_error_text := SUBSTR('MSD_SRP_PROCESS_STREAM_DATA.LAUNCH ' || '(' || v_sql_stmt || ')' || sqlerrm, 1, 240);
456: log_message(lv_error_text);
457:
458: errbuf := lv_error_text;
459: retcode := g_error;

Line 531: END msd_srp_process_stream_data;

527: log_message('***************** Exiting from the procedure - LAUNCH **********');
528:
529: END launch;
530:
531: END msd_srp_process_stream_data;
532: