DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on WF_CORE

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

1915: iex_debug_pub.logmessage ('**** END check_work_items_completed ************');
1916: END IF;
1917: exception
1918: when others then
1919: wf_core.context('IEX_STRATEGY_WF','check_work_items_completed',itemtype,
1920: itemkey,to_char(actid),funcmode);
1921: -- IF PG_DEBUG < 10 THEN
1922: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1923: iex_debug_pub.logmessage ('check_work_items_completed: ' || 'in error');

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

2067: iex_debug_pub.logmessage ('**** END close_strategy ************');
2068: END IF;
2069: exception
2070: when others then
2071: wf_core.context('IEX_STRATEGY_WF',' close_strategy ',itemtype,
2072: itemkey,to_char(actid),funcmode);
2073: raise;
2074:
2075: end close_strategy;

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

2194: iex_debug_pub.logmessage ('**** END create_next_work_item ************');
2195: END IF;
2196: exception
2197: when others then
2198: wf_core.context('IEX_STRATEGY_WF',' create_next_work_item',itemtype,
2199: itemkey,to_char(actid),funcmode);
2200: raise;
2201:
2202: end create_next_work_item;

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

2245: iex_debug_pub.logmessage ('**** END WAIT_SIGNAL ************');
2246: END IF;
2247: exception
2248: when others then
2249: wf_core.context('IEX_STRATEGY_WF','wait_signal',itemtype,
2250: itemkey,to_char(actid),funcmode);
2251: raise;
2252:
2253: end wait_signal;

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

2301: END IF;
2302: exception
2303: when others then
2304: result := wf_engine.eng_completed ||':'||wf_no;
2305: wf_core.context('IEX_STRATEGY_WF','wait_complete_signal',itemtype,
2306: itemkey,to_char(actid),funcmode);
2307: raise;
2308:
2309: END wait_complete_signal;

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

2586: END IF;
2587:
2588: exception
2589: when others then
2590: wf_core.context('IEX_STRATEGY_WF','send_signal',process,
2591: strategy_id,to_char(111),'RUN');
2592: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2593: iex_debug_pub.logmessage ('Error in SEND_SIGNAL -->' ||sqlerrm);
2594: END IF;

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

2748: END IF;
2749: exception
2750: when others then
2751: result := wf_engine.eng_completed ||':'||wf_no;
2752: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
2753: itemkey,to_char(actid),funcmode);
2754: raise;
2755:
2756: END CUSTOM_CHECK;

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

2889: END IF;
2890: exception
2891: when others then
2892: result := wf_engine.eng_completed ||':'||wf_no;
2893: wf_core.context('IEX_STRATEGY_WF','FULFIL_CHECK',itemtype,
2894: itemkey,to_char(actid),funcmode);
2895: raise;
2896:
2897: END FULFIL_CHECK;

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

3081: END IF;
3082: exception
3083: when others then
3084: result := wf_engine.eng_completed ||':'||wf_no;
3085: wf_core.context('IEX_STRATEGY_WF','cal_post_wait',itemtype,
3086: itemkey,to_char(actid),funcmode);
3087: raise;
3088:
3089:

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

3210: END IF;
3211: exception
3212: when others then
3213: result := wf_engine.eng_completed ||':'||wf_no;
3214: wf_core.context('IEX_STRATEGY_WF','cal_pre_wait',itemtype,
3215: itemkey,to_char(actid),funcmode);
3216: raise;
3217:
3218:

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

3309: END IF;
3310: exception
3311: when others then
3312: result := wf_engine.eng_completed ||':'||wf_no;
3313: wf_core.context('IEX_STRATEGY_WF','wi_failed_first_time',itemtype,
3314: itemkey,to_char(actid),funcmode);
3315: raise;
3316:
3317: END wi_failed_first_time;

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

3394: END IF;
3395: exception
3396: when others then
3397: result := wf_engine.eng_completed ||':'||wf_no;
3398: wf_core.context('IEX_STRATEGY_WF','OPTIONAL_CHECK',itemtype,
3399: itemkey,to_char(actid),funcmode);
3400: raise;
3401:
3402: END OPTIONAL_CHECK;

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

3473: END IF;
3474: exception
3475: when others then
3476: result := wf_engine.eng_completed ||':'||wf_no;
3477: wf_core.context('IEX_STRATEGY_WF','ESCALATE_CHECK',itemtype,
3478: itemkey,to_char(actid),funcmode);
3479: raise;
3480:
3481: END ESCALATE_CHECK;

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

3551: END IF;
3552: exception
3553: when others then
3554: result := wf_engine.eng_completed ||':'||wf_no;
3555: wf_core.context('IEX_STRATEGY_WF','NOTIFY_CHECK',itemtype,
3556: itemkey,to_char(actid),funcmode);
3557: raise;
3558:
3559: END NOTIFY_CHECK;

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

3709:
3710: exception
3711: when others then
3712: result := wf_engine.eng_completed ||':'||wf_no;
3713: wf_core.context('IEX_STRATEGY_WF','ONHOLD_CHECK',itemtype,
3714: itemkey,to_char(actid),funcmode);
3715: raise;
3716:
3717: END ONHOLD_CHECK;

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

3777: -- IF PG_DEBUG < 10 THEN
3778: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3779: iex_debug_pub.logmessage('UPDATE_WORK_ITEM: ' || 'error message is ' || l_error);
3780: END IF;
3781: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3782: itemkey,to_char(actid),funcmode,l_error);
3783: raise;
3784: when others then
3785: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,

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

3781: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3782: itemkey,to_char(actid),funcmode,l_error);
3783: raise;
3784: when others then
3785: wf_core.context('IEX_STRATEGY_WF','CUSTOM_CHECK',itemtype,
3786: itemkey,to_char(actid),funcmode);
3787: raise;
3788: END UPDATE_WORK_ITEM;
3789:

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

3841: END IF;
3842: exception
3843: when others then
3844: result := wf_engine.eng_completed ||':'||wf_no;
3845: wf_core.context('IEX_STRATEGY_WF','WAIT_OPTIONAL',itemtype,
3846: itemkey,to_char(actid),funcmode);
3847: raise;
3848:
3849: END WAIT_OPTIONAL;

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

3898: END IF;
3899: exception
3900: when others then
3901: result := wf_engine.eng_completed ||':'||wf_no;
3902: wf_core.context('IEX_STRATEGY_WF','WAIT_ESCALATION',itemtype,
3903: itemkey,to_char(actid),funcmode);
3904: raise;
3905:
3906: END WAIT_ESCALATION;

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

3964: END IF;
3965: exception
3966: when others then
3967: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
3968: wf_core.context('IEX_STRATEGY_WF','WAIT_STRATEGY',itemtype,
3969: itemkey,to_char(actid),funcmode);
3970: raise;
3971:
3972: END WAIT_STRATEGY;

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

4005:
4006: exception
4007: when others then
4008: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
4009: wf_core.context('IEX_STRATEGY_WF','SET_STRATEGY_STATUS',itemtype,
4010: itemkey,to_char(actid),funcmode);
4011: raise;
4012: END SET_STRATEGY_STATUS;
4013:

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

4154: END IF;
4155: EXCEPTION
4156: when others then
4157: result := wf_engine.eng_completed ||':'||wf_engine.eng_null;
4158: wf_core.context('IEX_STRATEGY_WF','SET_SESSION_CTX',itemtype,
4159: itemkey,to_char(actid),funcmode);
4160: raise;
4161:
4162: END;

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

4583: END IF;
4584: exception
4585: when others then
4586: result := wf_engine.eng_completed ||':'||wf_no;
4587: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,
4588: itemkey,to_char(actid),funcmode);
4589: raise;
4590:
4591: END wait_on_hold_signal;

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

4672: exception
4673: when others then
4674: iex_debug_pub.logmessage ('**** EXCEPTION update_work_item_to_open ************');
4675: result := wf_engine.eng_completed ||':'||wf_no;
4676: wf_core.context('IEX_STRATEGY_WF','wait_on_hold_signal',itemtype,
4677: itemkey,to_char(actid),funcmode);
4678: raise;
4679: END;
4680:

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

4803: -- IF PG_DEBUG < 10 THEN
4804: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
4805: iex_debug_pub.logmessage('UPDATE_ESC_FLAG: ' || 'error message is ' || l_error);
4806: END IF;
4807: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4808: itemkey,to_char(actid),funcmode,l_error);
4809: raise;
4810: when others then
4811: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,

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

4807: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4808: itemkey,to_char(actid),funcmode,l_error);
4809: raise;
4810: when others then
4811: wf_core.context('IEX_STRATEGY_WF','UPDATE_ESC_FLAG',itemtype,
4812: itemkey,to_char(actid),funcmode);
4813: raise;
4814: END UPDATE_ESC_FLAG;
4815: