DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_DEBUG

Line 1787: -- Hence ,Get the x_err_stage from Pa_Debug.g_err_stage to know exact cause

1783:
1784: IF x_err_code <> 0 THEN
1785: IF x_err_code < 0 THEN
1786: -- this is Unexpected error case
1787: -- Hence ,Get the x_err_stage from Pa_Debug.g_err_stage to know exact cause
1788: x_err_stage := Pa_Debug.g_err_stage ;
1789: END IF;
1790: -- Other case is > 0 case for which proper message code would have
1791: -- been populated in x_err_stage ,from x_error_msg_code OUT param of above API

Line 1788: x_err_stage := Pa_Debug.g_err_stage ;

1784: IF x_err_code <> 0 THEN
1785: IF x_err_code < 0 THEN
1786: -- this is Unexpected error case
1787: -- Hence ,Get the x_err_stage from Pa_Debug.g_err_stage to know exact cause
1788: x_err_stage := Pa_Debug.g_err_stage ;
1789: END IF;
1790: -- Other case is > 0 case for which proper message code would have
1791: -- been populated in x_err_stage ,from x_error_msg_code OUT param of above API
1792: return;