DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on WF_CORE

Line 940: wf_core.context('IEX_STRATEGY_WORK',' send_mail ',itemtype,

936: END IF;
937:
938: exception
939: when others then
940: wf_core.context('IEX_STRATEGY_WORK',' send_mail ',itemtype,
941: itemkey,to_char(actid),funcmode);
942: raise;
943:
944: end send_mail;

Line 1528: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,

1524: -- IF PG_DEBUG < 10 THEN
1525: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1526: iex_debug_pub.logmessage('wf_send_signal: ' || 'error message is ' || l_error);
1527: END IF;
1528: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1529: itemkey,to_char(actid),funcmode,l_error);
1530: raise;
1531:
1532: WHEN OTHERS THEN

Line 1534: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,

1530: raise;
1531:
1532: WHEN OTHERS THEN
1533:
1534: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1535: itemkey,to_char(actid),funcmode);
1536: raise;
1537:
1538:

Line 1779: wf_core.context('IEX_STRATEGY_WORK_PUB','check_dunning',itemtype,

1775: end if;
1776: EXCEPTION
1777: WHEN OTHERS THEN
1778: result := 'COMPLETE:' || 'N';
1779: wf_core.context('IEX_STRATEGY_WORK_PUB','check_dunning',itemtype,
1780: itemkey,to_char(actid),funcmode);
1781: raise;
1782: end check_dunning;
1783:

Line 2648: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_on_hold_signal',itemtype,

2644: END IF;
2645: exception
2646: when others then
2647: result := wf_engine.eng_completed ||':'||wf_no;
2648: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_on_hold_signal',itemtype,
2649: itemkey,to_char(actid),funcmode);
2650: raise;
2651:
2652: END wait_on_hold_signal;

Line 2703: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_delivery_signal',itemtype,

2699: END IF;
2700: exception
2701: when others then
2702: result := wf_engine.eng_completed ||':'||wf_no;
2703: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_delivery_signal',itemtype,
2704: itemkey,to_char(actid),funcmode);
2705: raise;
2706:
2707: END wait_delivery_signal;

Line 2774: wf_core.context('IEX_STRATEGY_WORK_PUB','cal_delivery_wait',itemtype,

2770: END IF;
2771: exception
2772: when others then
2773: result := wf_engine.eng_completed ||':'||wf_no;
2774: wf_core.context('IEX_STRATEGY_WORK_PUB','cal_delivery_wait',itemtype,
2775: itemkey,to_char(actid),funcmode);
2776: raise;
2777:
2778:

Line 2997: wf_core.context('IEX_STRATEGY_WORK_PUB','delivery_failed',itemtype,

2993: EXCEPTION
2994: WHEN OTHERS THEN
2995: iex_debug_pub.logmessage('IEX_STRATEGY_WORK_PUB.DELIVERY_FAILED:exception'||SQLERRM);
2996: result := wf_engine.eng_completed ||':'||NULL;
2997: wf_core.context('IEX_STRATEGY_WORK_PUB','delivery_failed',itemtype,
2998: itemkey,to_char(actid),funcmode);
2999: raise;
3000: END delivery_failed;
3001: