DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on WF_CORE

Line 601: WF_CORE.Raise(l_errmsg_name);

597:
598: EXCEPTION
599: WHEN L_API_ERROR then
600: iex_debug_pub.logmessage ('IEX_WF_DEL_REQ_CREDIT_PUB: l_errmsg_name......= '||l_errmsg_name);
601: WF_CORE.Raise(l_errmsg_name);
602: WHEN OTHERS THEN
603: iex_debug_pub.logmessage ('IEX_WF_DEL_REQ_CREDIT_PUB: Exception Others ......= ');
604: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',
605: itemtype, itemkey, actid, funcmode);

Line 604: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',

600: iex_debug_pub.logmessage ('IEX_WF_DEL_REQ_CREDIT_PUB: l_errmsg_name......= '||l_errmsg_name);
601: WF_CORE.Raise(l_errmsg_name);
602: WHEN OTHERS THEN
603: iex_debug_pub.logmessage ('IEX_WF_DEL_REQ_CREDIT_PUB: Exception Others ......= ');
604: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',
605: itemtype, itemkey, actid, funcmode);
606: RAISE;
607: END update_approval_status;
608:

Line 696: WF_CORE.Raise(l_errmsg_name);

692: result := 'COMPLETE';
693:
694: EXCEPTION
695: WHEN l_API_ERROR then
696: WF_CORE.Raise(l_errmsg_name);
697: WHEN OTHERS THEN
698: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',
699: itemtype, itemkey, actid, funcmode);
700: RAISE;

Line 698: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',

694: EXCEPTION
695: WHEN l_API_ERROR then
696: WF_CORE.Raise(l_errmsg_name);
697: WHEN OTHERS THEN
698: WF_CORE.Context('IEX_DEL_REQ_CREDIT_WF_PUB', 'Reject_Contract',
699: itemtype, itemkey, actid, funcmode);
700: RAISE;
701:
702: END update_rejection_status;