DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on WF_CORE

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

709: END IF;
710:
711: exception
712: when others then
713: wf_core.context('IEX_STRATEGY_WORK',' send_mail ',itemtype,
714: itemkey,to_char(actid),funcmode);
715: raise;
716:
717: end send_mail;

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

1276: -- IF PG_DEBUG < 10 THEN
1277: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1278: iex_debug_pub.logmessage('wf_send_signal: ' || 'error message is ' || l_error);
1279: END IF;
1280: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1281: itemkey,to_char(actid),funcmode,l_error);
1282: raise;
1283:
1284: WHEN OTHERS THEN

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

1282: raise;
1283:
1284: WHEN OTHERS THEN
1285:
1286: wf_core.context('IEX_STRATEGY_WORK_PUB','wf_send_signal',itemtype,
1287: itemkey,to_char(actid),funcmode);
1288: raise;
1289:
1290:

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

1527: end if;
1528: EXCEPTION
1529: WHEN OTHERS THEN
1530: result := 'COMPLETE:' || 'N';
1531: wf_core.context('IEX_STRATEGY_WORK_PUB','check_dunning',itemtype,
1532: itemkey,to_char(actid),funcmode);
1533: raise;
1534: end check_dunning;
1535:

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

2251: END IF;
2252: exception
2253: when others then
2254: result := wf_engine.eng_completed ||':'||wf_no;
2255: wf_core.context('IEX_STRATEGY_WORK_PUB','wait_on_hold_signal',itemtype,
2256: itemkey,to_char(actid),funcmode);
2257: raise;
2258:
2259: END wait_on_hold_signal;