DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on APP_EXCEPTION

Line 2197: APP_EXCEPTION.RAISE_EXCEPTION;

2193: x_token_val2 => sqlerrm,
2194: x_err_code => x_err_code,
2195: x_err_buff => x_err_stage);
2196:
2197: APP_EXCEPTION.RAISE_EXCEPTION;
2198: end start_report_wf_process;
2199:
2200: ----------------------------------------------------------------------------------------
2201: PROCEDURE Schedule_Notification( ERRBUF OUT NOCOPY Varchar2

Line 2553: APP_EXCEPTION.RAISE_EXCEPTION;

2549: gms_error_pkg.gms_message(x_err_name => 'GMS_START_INSTALL_WF_FAIL',
2550: x_err_code => l_err_code,
2551: x_err_buff => l_err_stage);
2552:
2553: APP_EXCEPTION.RAISE_EXCEPTION;
2554: end if;
2555:
2556: EXCEPTION
2557: WHEN OTHERS

Line 2663: app_exception.raise_exception;

2659: THEN
2660: x_err_code := 10;
2661: x_err_stage := 'GMS_INVALID_INSTALLMENT';
2662: fnd_message.set_name('GMS','GMS_INVALID_INSTALLMENT');
2663: app_exception.raise_exception;
2664: close l_installment_detail_csr;
2665: return;
2666: END IF;
2667:

Line 2790: APP_EXCEPTION.RAISE_EXCEPTION;

2786: x_token_val2 => sqlerrm,
2787: x_err_code => x_err_code,
2788: x_err_buff => x_err_stage);
2789:
2790: APP_EXCEPTION.RAISE_EXCEPTION;
2791:
2792: end start_installment_wf;
2793:
2794: ------------------------------------------------------------------------------------

Line 3208: APP_EXCEPTION.RAISE_EXCEPTION;

3204: x_token_val2 => sqlerrm,
3205: x_err_code => x_err_code,
3206: x_err_buff => x_err_stage);
3207:
3208: APP_EXCEPTION.RAISE_EXCEPTION;
3209:
3210: END Start_Inst_Clsout_wf_Process;
3211:
3212: