DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_DEBUG

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

1995:
1996: IF x_err_code <> 0 THEN
1997: IF x_err_code < 0 THEN
1998: -- this is Unexpected error case
1999: -- Hence ,Get the x_err_stage from Pa_Debug.g_err_stage to know exact cause
2000: x_err_stage := Pa_Debug.g_err_stage ;
2001: END IF;
2002: -- Other case is > 0 case for which proper message code would have
2003: -- been populated in x_err_stage ,from x_error_msg_code OUT param of above API

Line 2000: x_err_stage := Pa_Debug.g_err_stage ;

1996: IF x_err_code <> 0 THEN
1997: IF x_err_code < 0 THEN
1998: -- this is Unexpected error case
1999: -- Hence ,Get the x_err_stage from Pa_Debug.g_err_stage to know exact cause
2000: x_err_stage := Pa_Debug.g_err_stage ;
2001: END IF;
2002: -- Other case is > 0 case for which proper message code would have
2003: -- been populated in x_err_stage ,from x_error_msg_code OUT param of above API
2004: return;