DBA Data[Home] [Help]

APPS.OKL_STRY_CALL_CO_PUB dependencies on IEX_STRATEGY_WF

Line 540: iex_strategy_wf.send_signal(

536: x_msg_data => l_msg_data
537: );
538:
539: if l_return_status =FND_API.G_RET_STS_SUCCESS THEN
540: iex_strategy_wf.send_signal(
541: process => 'IEXSTRY' ,
542: strategy_id => l_strategy_id,
543: status => 'CANCELLED',
544: work_item_id => l_work_item_id,

Line 557: iex_strategy_wf.Get_Messages(l_msg_count,l_error);

553: exception
554: WHEN EXC THEN
555: --pass the error message
556: -- get error message and pass
557: iex_strategy_wf.Get_Messages(l_msg_count,l_error);
558: wf_core.context('OKL_STRY_CALL_CO_PUB','wf_send_signal',itemtype,
559: itemkey,to_char(actid),funcmode,l_error);
560: raise;
561: