DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on APP_EXCEPTION

Line 186: app_exception.raise_exception;

182: OE_STANDARD_WF.Clear_Msg_Context;
183: return;
184: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
185: -- API call failed completely, fail the activity
186: app_exception.raise_exception;
187: END IF;
188:
189:
190: -- Quotes need to check configs

Line 236: app_exception.raise_exception;

232: OE_STANDARD_WF.Save_Messages;
233: OE_STANDARD_WF.Clear_Msg_Context;
234: return;
235: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
236: app_exception.raise_exception;
237: END IF;
238:
239: END IF;
240:

Line 258: app_exception.raise_exception;

254: OE_STANDARD_WF.Save_Messages;
255: OE_STANDARD_WF.Clear_Msg_Context;
256: return;
257: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
258: app_exception.raise_exception;
259: END IF;
260:
261: resultout := 'COMPLETE:COMPLETE';
262: