DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on WF_CORE

Line 1755: wf_core.context('IEX_STRATEGY_WF','check_work_items_completed',itemtype,

1751: iex_debug_pub.logmessage ('**** END check_work_items_completed ************');
1752: END IF;
1753: exception
1754: when others then
1755: wf_core.context('IEX_STRATEGY_WF','check_work_items_completed',itemtype,
1756: itemkey,to_char(actid),funcmode);
1757: -- IF PG_DEBUG < 10 THEN
1758: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1759: iex_debug_pub.logmessage ('check_work_items_completed: ' || 'in error');

Line 1906: wf_core.context('IEX_STRATEGY_WF',' close_strategy ',itemtype,

1902: iex_debug_pub.logmessage ('**** END close_strategy ************');
1903: END IF;
1904: exception
1905: when others then
1906: wf_core.context('IEX_STRATEGY_WF',' close_strategy ',itemtype,
1907: itemkey,to_char(actid),funcmode);
1908: raise;
1909:
1910: end close_strategy;

Line 2033: wf_core.context('IEX_STRATEGY_WF',' create_next_work_item',itemtype,

2029: iex_debug_pub.logmessage ('**** END create_next_work_item ************');
2030: END IF;
2031: exception
2032: when others then
2033: wf_core.context('IEX_STRATEGY_WF',' create_next_work_item',itemtype,
2034: itemkey,to_char(actid),funcmode);
2035: raise;
2036:
2037: end create_next_work_item;

Line 2084: wf_core.context('IEX_STRATEGY_WF','wait_signal',itemtype,

2080: iex_debug_pub.logmessage ('**** END WAIT_SIGNAL ************');
2081: END IF;
2082: exception
2083: when others then
2084: wf_core.context('IEX_STRATEGY_WF','wait_signal',itemtype,
2085: itemkey,to_char(actid),funcmode);
2086: raise;
2087:
2088: end wait_signal;

Line 2140: wf_core.context('IEX_STRATEGY_WF','wait_complete_signal',itemtype,

2136: END IF;
2137: exception
2138: when others then
2139: result := wf_engine.eng_completed ||':'||wf_no;
2140: wf_core.context('IEX_STRATEGY_WF','wait_complete_signal',itemtype,
2141: itemkey,to_char(actid),funcmode);
2142: raise;
2143:
2144: END wait_complete_signal;

Line 2425: wf_core.context('IEX_STRATEGY_WF','send_signal',process,

2421: END IF;
2422:
2423: exception
2424: when others then
2425: wf_core.context('IEX_STRATEGY_WF','send_signal',process,
2426: strategy_id,to_char(111),'RUN');
2427: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2428: iex_debug_pub.logmessage ('Error in SEND_SIGNAL -->' ||sqlerrm);
2429: END IF;

Line 2560: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,

2556: END IF;
2557: exception
2558: when others then
2559: result := wf_engine.eng_completed ||':'||wf_no;
2560: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
2561: itemkey,to_char(actid),funcmode);
2562: raise;
2563:
2564: END CUSTOM_CHECK;

Line 2675: wf_core.context('IEX_STRATEGY_WF','FULFIL_CHECK',itemtype,

2671: END IF;
2672: exception
2673: when others then
2674: result := wf_engine.eng_completed ||':'||wf_no;
2675: wf_core.context('IEX_STRATEGY_WF','FULFIL_CHECK',itemtype,
2676: itemkey,to_char(actid),funcmode);
2677: raise;
2678:
2679: END FULFIL_CHECK;

Line 2854: wf_core.context('IEX_STRATEGY_WF','cal_post_wait',itemtype,

2850: END IF;
2851: exception
2852: when others then
2853: result := wf_engine.eng_completed ||':'||wf_no;
2854: wf_core.context('IEX_STRATEGY_WF','cal_post_wait',itemtype,
2855: itemkey,to_char(actid),funcmode);
2856: raise;
2857:
2858:

Line 2970: wf_core.context('IEX_STRATEGY_WF','cal_pre_wait',itemtype,

2966: END IF;
2967: exception
2968: when others then
2969: result := wf_engine.eng_completed ||':'||wf_no;
2970: wf_core.context('IEX_STRATEGY_WF','cal_pre_wait',itemtype,
2971: itemkey,to_char(actid),funcmode);
2972: raise;
2973:
2974:

Line 3069: wf_core.context('IEX_STRATEGY_WF','wi_failed_first_time',itemtype,

3065: END IF;
3066: exception
3067: when others then
3068: result := wf_engine.eng_completed ||':'||wf_no;
3069: wf_core.context('IEX_STRATEGY_WF','wi_failed_first_time',itemtype,
3070: itemkey,to_char(actid),funcmode);
3071: raise;
3072:
3073: END wi_failed_first_time;

Line 3133: wf_core.context('IEX_STRATEGY_WF','OPTIONAL_CHECK',itemtype,

3129: END IF;
3130: exception
3131: when others then
3132: result := wf_engine.eng_completed ||':'||wf_no;
3133: wf_core.context('IEX_STRATEGY_WF','OPTIONAL_CHECK',itemtype,
3134: itemkey,to_char(actid),funcmode);
3135: raise;
3136:
3137: END OPTIONAL_CHECK;

Line 3191: wf_core.context('IEX_STRATEGY_WF','ESCALATE_CHECK',itemtype,

3187: END IF;
3188: exception
3189: when others then
3190: result := wf_engine.eng_completed ||':'||wf_no;
3191: wf_core.context('IEX_STRATEGY_WF','ESCALATE_CHECK',itemtype,
3192: itemkey,to_char(actid),funcmode);
3193: raise;
3194:
3195: END ESCALATE_CHECK;

Line 3247: wf_core.context('IEX_STRATEGY_WF','NOTIFY_CHECK',itemtype,

3243: END IF;
3244: exception
3245: when others then
3246: result := wf_engine.eng_completed ||':'||wf_no;
3247: wf_core.context('IEX_STRATEGY_WF','NOTIFY_CHECK',itemtype,
3248: itemkey,to_char(actid),funcmode);
3249: raise;
3250:
3251: END NOTIFY_CHECK;

Line 3405: wf_core.context('IEX_STRATEGY_WF','ONHOLD_CHECK',itemtype,

3401:
3402: exception
3403: when others then
3404: result := wf_engine.eng_completed ||':'||wf_no;
3405: wf_core.context('IEX_STRATEGY_WF','ONHOLD_CHECK',itemtype,
3406: itemkey,to_char(actid),funcmode);
3407: raise;
3408:
3409: END ONHOLD_CHECK;

Line 3473: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,

3469: -- IF PG_DEBUG < 10 THEN
3470: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3471: iex_debug_pub.logmessage('UPDATE_WORK_ITEM: ' || 'error message is ' || l_error);
3472: END IF;
3473: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3474: itemkey,to_char(actid),funcmode,l_error);
3475: raise;
3476: when others then
3477: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,

Line 3477: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,

3473: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3474: itemkey,to_char(actid),funcmode,l_error);
3475: raise;
3476: when others then
3477: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3478: itemkey,to_char(actid),funcmode);
3479: raise;
3480: END UPDATE_WORK_ITEM;
3481:

Line 3537: wf_core.context('IEX_STRATEGY_WF','WAIT_OPTIONAL',itemtype,

3533: END IF;
3534: exception
3535: when others then
3536: result := wf_engine.eng_completed ||':'||wf_no;
3537: wf_core.context('IEX_STRATEGY_WF','WAIT_OPTIONAL',itemtype,
3538: itemkey,to_char(actid),funcmode);
3539: raise;
3540:
3541: END WAIT_OPTIONAL;

Line 3594: wf_core.context('IEX_STRATEGY_WF','WAIT_ESCALATION',itemtype,

3590: END IF;
3591: exception
3592: when others then
3593: result := wf_engine.eng_completed ||':'||wf_no;
3594: wf_core.context('IEX_STRATEGY_WF','WAIT_ESCALATION',itemtype,
3595: itemkey,to_char(actid),funcmode);
3596: raise;
3597:
3598: END WAIT_ESCALATION;

Line 3660: wf_core.context('IEX_STRATEGY_WF','WAIT_STRATEGY',itemtype,

3656: END IF;
3657: exception
3658: when others then
3659: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
3660: wf_core.context('IEX_STRATEGY_WF','WAIT_STRATEGY',itemtype,
3661: itemkey,to_char(actid),funcmode);
3662: raise;
3663:
3664: END WAIT_STRATEGY;

Line 3701: wf_core.context('IEX_STRATEGY_WF','SET_STRATEGY_STATUS',itemtype,

3697:
3698: exception
3699: when others then
3700: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
3701: wf_core.context('IEX_STRATEGY_WF','SET_STRATEGY_STATUS',itemtype,
3702: itemkey,to_char(actid),funcmode);
3703: raise;
3704: END SET_STRATEGY_STATUS;
3705:

Line 3850: wf_core.context('IEX_STRATEGY_WF','SET_SESSION_CTX',itemtype,

3846: END IF;
3847: EXCEPTION
3848: when others then
3849: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
3850: wf_core.context('IEX_STRATEGY_WF','SET_SESSION_CTX',itemtype,
3851: itemkey,to_char(actid),funcmode);
3852: raise;
3853:
3854: END;

Line 4279: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,

4275: END IF;
4276: exception
4277: when others then
4278: result := wf_engine.eng_completed ||':'||wf_no;
4279: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,
4280: itemkey,to_char(actid),funcmode);
4281: raise;
4282:
4283: END wait_on_hold_signal;

Line 4368: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,

4364: exception
4365: when others then
4366: iex_debug_pub.logmessage ('**** EXCEPTION update_work_item_to_open ************');
4367: result := wf_engine.eng_completed ||':'||wf_no;
4368: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,
4369: itemkey,to_char(actid),funcmode);
4370: raise;
4371: END;
4372:

Line 4468: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,

4464: -- IF PG_DEBUG < 10 THEN
4465: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4466: iex_debug_pub.logmessage('UPDATE_ESC_FLAG: ' || 'error message is ' || l_error);
4467: END IF;
4468: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4469: itemkey,to_char(actid),funcmode,l_error);
4470: raise;
4471: when others then
4472: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,

Line 4472: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,

4468: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4469: itemkey,to_char(actid),funcmode,l_error);
4470: raise;
4471: when others then
4472: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4473: itemkey,to_char(actid),funcmode);
4474: raise;
4475: END UPDATE_ESC_FLAG;
4476: