DBA Data[Home] [Help]

APPS.XNP_TIMER_MGR dependencies on XNP_ERRORS

Line 72: IF ( l_error_code = xnp_errors.g_dequeue_timeout ) THEN

68: ) ;
69:
70: /* check if the pop timed out */
71:
72: IF ( l_error_code = xnp_errors.g_dequeue_timeout ) THEN
73: COMMIT ;
74: RETURN ;
75: END IF ;
76:

Line 294: IF ( l_error_code = xnp_errors.g_dequeue_timeout ) THEN

290: p_correlation_id => process.p_correlation_id ) ;
291:
292: /* check if the pop timed out */
293:
294: IF ( l_error_code = xnp_errors.g_dequeue_timeout ) THEN
295: x_queue_timed_out := 'Y';
296: COMMIT ;
297: RETURN ;
298: END IF ;