DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on WF_CORE

Line 633: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,

629: -- IF PG_DEBUG < 10 THEN
630: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
631: iex_debug_pub.logmessage('wf_send_signal: ' || 'error message is ' || l_error);
632: END IF;
633: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,
634: itemkey,to_char(actid),funcmode,l_error);
635: raise;
636:
637: when others then

Line 639: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,

635: raise;
636:
637: when others then
638:
639: wf_core.context('IEX_STRY_CUWF_PUB','wf_send_signal',itemtype,
640: itemkey,to_char(actid),funcmode);
641: raise;
642: end wf_send_signal;
643:

Line 693: wf_core.context('IEX_STRY_CUWF_PUB','wait_on_hold_signal',itemtype,

689: END IF;
690: exception
691: when others then
692: result := wf_engine.eng_completed ||':'||wf_no;
693: wf_core.context('IEX_STRY_CUWF_PUB','wait_on_hold_signal',itemtype,
694: itemkey,to_char(actid),funcmode);
695: raise;
696:
697: END wait_on_hold_signal;