DBA Data[Home] [Help]

APPS.XNP_WF_TIMERS dependencies on WF_CORE

Line 43: wf_core.clear;

39: ,aname => 'WORKITEM_INSTANCE_ID'
40: );
41: EXCEPTION
42: WHEN OTHERS THEN
43: wf_core.clear;
44: -- l_workitem_instance_id := 0;
45: l_workitem_instance_id := NULL;
46: END;
47:

Line 57: wf_core.clear;

53: ,aname => 'FA_INSTANCE_ID'
54: );
55: EXCEPTION
56: WHEN OTHERS THEN
57: wf_core.clear;
58: -- l_fa_instance_id := 0;
59: l_fa_instance_id := NULL;
60: END;
61:

Line 71: wf_core.clear;

67: ,aname => 'ORDER_ID'
68: );
69: EXCEPTION
70: WHEN OTHERS THEN
71: wf_core.clear;
72: -- l_order_id := 0;
73: l_order_id := NULL;
74: END;
75:

Line 151: wf_core.context(

147: fnd_message.set_token('ERROR_TEXT',
148: ':'||to_char(SQLCODE)||':'||SQLERRM);
149: end if;
150: x_progress := fnd_message.get;
151: wf_core.context(
152: 'XNP_WF_TIMERS'
153: , 'FIRE'
154: , itemtype
155: , itemkey

Line 201: wf_core.clear;

197: ,aname => 'WORKITEM_INSTANCE_ID'
198: );
199: EXCEPTION
200: WHEN OTHERS THEN
201: wf_core.clear;
202: -- l_workitem_instance_id := 0;
203: l_workitem_instance_id := NULL;
204: END;
205:

Line 290: wf_core.context(

286: fnd_message.set_token('ERROR_TEXT',
287: ':'||to_char(SQLCODE)||':'||SQLERRM);
288: end if;
289: x_progress := fnd_message.get;
290: wf_core.context(
291: 'XNP_WF_STANDARD'
292: , 'GET_TIMER_STATUS'
293: , itemtype
294: , itemkey

Line 339: wf_core.clear;

335: ,aname => 'WORKITEM_INSTANCE_ID'
336: );
337: EXCEPTION
338: WHEN OTHERS THEN
339: wf_core.clear;
340: -- l_workitem_instance_id := 0;
341: l_workitem_instance_id := NULL;
342: END;
343:

Line 353: wf_core.clear;

349: ,aname => 'FA_INSTANCE_ID'
350: );
351: EXCEPTION
352: WHEN OTHERS THEN
353: wf_core.clear;
354: -- l_fa_instance_id := 0;
355: l_fa_instance_id := NULL;
356: END;
357:

Line 367: wf_core.clear;

363: ,aname => 'ORDER_ID'
364: );
365: EXCEPTION
366: WHEN OTHERS THEN
367: wf_core.clear;
368: -- l_order_id := 0;
369: l_order_id := NULL;
370: END;
371:

Line 446: wf_core.context(

442: fnd_message.set_token('ERROR_TEXT',
443: ':'||to_char(SQLCODE)||':'||SQLERRM);
444: end if;
445: x_progress := fnd_message.get;
446: wf_core.context(
447: 'XNP_WF_TIMERS'
448: , 'START_RELATED_TIMERS'
449: , itemtype
450: , itemkey

Line 492: wf_core.clear;

488: ,aname => 'WORKITEM_INSTANCE_ID'
489: );
490: EXCEPTION
491: WHEN OTHERS THEN
492: wf_core.clear;
493: -- l_workitem_instance_id := 0;
494: l_workitem_instance_id := NULL;
495: END;
496:

Line 563: wf_core.context(

559: fnd_message.set_token('ERROR_TEXT',
560: ':'||to_char(SQLCODE)||':'||SQLERRM);
561: end if;
562: x_progress := fnd_message.get;
563: wf_core.context(
564: 'XNP_WF_TIMERS'
565: , 'RESTART_ALL'
566: , itemtype
567: , itemkey

Line 609: wf_core.clear;

605: ,aname => 'WORKITEM_INSTANCE_ID'
606: );
607: EXCEPTION
608: WHEN OTHERS THEN
609: wf_core.clear;
610: -- l_workitem_instance_id := 0;
611: l_workitem_instance_id := NULL;
612: END;
613:

Line 677: wf_core.context(

673: fnd_message.set_token('ERROR_TEXT',
674: ':'||to_char(SQLCODE)||':'||SQLERRM);
675: end if;
676: x_progress := fnd_message.get;
677: wf_core.context(
678: 'XNP_WF_TIMERS'
679: , 'RECALCULATE_ALL'
680: , itemtype
681: , itemkey

Line 724: wf_core.clear;

720: ,aname => 'WORKITEM_INSTANCE_ID'
721: );
722: EXCEPTION
723: WHEN OTHERS THEN
724: wf_core.clear;
725: -- l_workitem_instance_id := 0;
726: l_workitem_instance_id := NULL;
727: END;
728:

Line 802: wf_core.context(

798: fnd_message.set_token('ERROR_TEXT',
799: ':'||to_char(SQLCODE)||':'||SQLERRM);
800: end if;
801: x_progress := fnd_message.get;
802: wf_core.context(
803: 'XNP_WF_TIMERS'
804: , 'REMOVE'
805: , itemtype
806: , itemkey

Line 901: wf_core.context(

897: fnd_message.set_token('ERROR_TEXT',
898: ':'||to_char(SQLCODE)||':'||SQLERRM);
899: end if;
900: x_progress := fnd_message.get;
901: wf_core.context(
902: 'XNP_WF_TIMERS'
903: , 'DEREGISTER'
904: , itemtype
905: , itemkey

Line 1017: wf_core.context(

1013: fnd_message.set_token('ERROR_TEXT',
1014: ':'||to_char(SQLCODE)||':'||SQLERRM);
1015: end if;
1016: x_progress := fnd_message.get;
1017: wf_core.context(
1018: 'XNP_WF_TIMERS'
1019: , 'GET_JEOPARDY_FLAG'
1020: , itemtype
1021: , itemkey

Line 1070: wf_core.context( 'XNP_WF_TIMERS' , 'FireDefaultJeopardyTimer' , itemtype , itemkey, l_error_message );

1066: END IF;
1067:
1068: EXCEPTION
1069: WHEN OTHERS THEN
1070: wf_core.context( 'XNP_WF_TIMERS' , 'FireDefaultJeopardyTimer' , itemtype , itemkey, l_error_message );
1071:
1072: END FireDefaultJeopardyTimer;
1073:
1074: END XNP_WF_TIMERS;