DBA Data[Home] [Help]

APPS.XNP_TIMER_MGR dependencies on XNP_TIMER_CORE

Line 99: xnp_timer_core.update_timer_status(

95: THEN
96:
97: /* update dummy timer status to EXPIRED */
98:
99: xnp_timer_core.update_timer_status(
100: p_timer_id => l_msg_header.message_id,
101: p_status => 'EXPIRED',
102: x_error_code => l_error_code,
103: x_error_message => l_error_message);

Line 113: l_next_timer := xnp_timer_core.get_next_timer

109: /*
110: ** Get the actual message from the timer registry
111: ** Next_Timer column for the timer_id
112: */
113: l_next_timer := xnp_timer_core.get_next_timer
114: (l_msg_header.message_id);
115:
116: IF (l_next_timer IS NULL)
117: THEN

Line 138: xnp_timer_core.update_timer_status(

134:
135: ELSE
136: /* update dummy timer status to EXPIRED */
137:
138: xnp_timer_core.update_timer_status(
139: p_timer_id => l_msg_header.message_id,
140: p_status => 'EXPIRED',
141: x_error_code => l_error_code,
142: x_error_message => l_error_message);

Line 307: xnp_timer_core.update_timer_status(

303: THEN
304:
305: /* update dummy timer status to EXPIRED */
306:
307: xnp_timer_core.update_timer_status(
308: p_timer_id => l_msg_header.message_id,
309: p_status => 'EXPIRED',
310: x_error_code => l_error_code,
311: x_error_message => l_error_message);

Line 321: l_next_timer := xnp_timer_core.get_next_timer

317: /*
318: ** Get the actual message from the timer registry
319: ** Next_Timer column for the timer_id
320: */
321: l_next_timer := xnp_timer_core.get_next_timer
322: (l_msg_header.message_id);
323:
324: IF (l_next_timer IS NULL)
325: THEN

Line 346: xnp_timer_core.update_timer_status(

342:
343: ELSE
344: /* update dummy timer status to EXPIRED */
345:
346: xnp_timer_core.update_timer_status(
347: p_timer_id => l_msg_header.message_id,
348: p_status => 'EXPIRED',
349: x_error_code => l_error_code,
350: x_error_message => l_error_message);