DBA Data[Home] [Help]

APPS.XNP_WF_TIMERS dependencies on XNP_ERRORS

Line 239: IF l_error_code = xnp_errors.g_timer_not_found THEN

235: -- delay, it is more appropriate to call such timers
236: -- to be INACTIVE rather than giving NOT FOUND ERROR.
237: -- Bug # 1552348
238:
239: IF l_error_code = xnp_errors.g_timer_not_found THEN
240: resultout := 'COMPLETE:' || 'INACTIVE';
241: return;
242: END IF;
243: