DBA Data[Home] [Help]

APPS.OE_BLANKET_WF dependencies on APP_EXCEPTION

Line 58: app_exception.raise_exception;

54: OE_STANDARD_WF.Clear_Msg_Context;
55: return;
56: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
57: -- API call failed completely, fail the activity
58: app_exception.raise_exception;
59: END IF;
60:
61: END IF;
62: -- negotiation flow exists, no need to QA check

Line 78: app_exception.raise_exception;

74: OE_STANDARD_WF.Save_Messages;
75: OE_STANDARD_WF.Clear_Msg_Context;
76: return;
77: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
78: app_exception.raise_exception;
79: END IF;
80:
81: resultout := 'COMPLETE:COMPLETE';
82: