DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on WF_CORE

Line 474: IF wf_core.error_name = 'WFENG_NOFORK_ONERROR' THEN

470: EXCEPTION
471:
472:
473: WHEN OTHERS THEN
474: IF wf_core.error_name = 'WFENG_NOFORK_ONERROR' THEN
475: FND_MESSAGE.SET_NAME('ONT','OE_WF_SPLIT_FORK_ERR');
476: OE_MSG_PUB.ADD;
477: END IF;
478: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 919: IF wf_core.error_name = 'WFENG_NOFORK_ONERROR' THEN

915: END IF;
916:
917: EXCEPTION
918: WHEN OTHERS THEN
919: IF wf_core.error_name = 'WFENG_NOFORK_ONERROR' THEN
920: FND_MESSAGE.SET_NAME('ONT','OE_WF_SPLIT_FORK_ERR');
921: OE_MSG_PUB.ADD;
922: END IF;
923:

Line 2278: wf_core.context('', 'Set_Notification_Approver', itemtype, itemkey,

2274: resultout := 'COMPLETE:COMPLETE';
2275: END IF;
2276: Exception
2277: When Others Then
2278: wf_core.context('', 'Set_Notification_Approver', itemtype, itemkey,
2279: to_char(actid), funcmode);
2280: raise;
2281: End Set_Notification_Approver;
2282:

Line 3229: l_wf_header_attr := wf_core.translate('WF_HEADER_ATTR');

3225:
3226: --------------------------------------------------
3227: -- IF the WF Header Attributes are not enables ---
3228: --------------------------------------------------
3229: l_wf_header_attr := wf_core.translate('WF_HEADER_ATTR');
3230:
3231: IF l_wf_header_attr <> 'Y' THEN
3232:
3233: -- set fnd msg title

Line 3539: l_wf_header_attr := wf_core.translate('WF_HEADER_ATTR');

3535:
3536: --------------------------------------------------
3537: -- IF the WF Header Attributes are not enables ---
3538: --------------------------------------------------
3539: l_wf_header_attr := wf_core.translate('WF_HEADER_ATTR');
3540:
3541: IF l_wf_header_attr <> 'Y' THEN
3542:
3543: -- set FND msg title