DBA Data[Home] [Help]

APPS.MST_WORKFLOW_PKG dependencies on MST_WORKFLOW_PKG

Line 1: PACKAGE BODY MST_WORKFLOW_PKG AS

1: PACKAGE BODY MST_WORKFLOW_PKG AS
2: /* $Header: MSTEXWFB.pls 115.5 2004/08/04 15:16:19 atsrivas noship $ */
3:
4: type number_tab_type is table of number index by binary_integer;
5: type varchar2_tab_type is table of varchar2(500) index by binary_integer;

Line 73: errbuf := 'Error in MST_WORKFLOW_PKG.launch_workflow function SQL error: ' || sqlerrm;

69: end loop;
70: end if;
71: exception
72: when others then
73: errbuf := 'Error in MST_WORKFLOW_PKG.launch_workflow function SQL error: ' || sqlerrm;
74: -- dbms_output.put_line('inside Exception #'||sqlerrm);
75: print_info(p_log_message, 'inside Exception #'||sqlerrm);
76: retcode := 2;
77:

Line 244: END MST_WORKFLOW_PKG;

240: --abc123pro(p_info_str);
241: end if;
242: end print_info;
243:
244: END MST_WORKFLOW_PKG;