DBA Data[Home] [Help]

APPS.ASP_SERVICE_CONTENT_PROVIDER dependencies on WF_CORE

Line 234: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);

230:
231:
232: EXCEPTION
233: When no_data_found Then
234: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
235: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
236: wf_core.token('ORA_ERROR',l_debug_msg);
237: wf_core.raise('WF_ORA');
238:

Line 236: wf_core.token('ORA_ERROR',l_debug_msg);

232: EXCEPTION
233: When no_data_found Then
234: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
235: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
236: wf_core.token('ORA_ERROR',l_debug_msg);
237: wf_core.raise('WF_ORA');
238:
239: When others Then
240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);

Line 237: wf_core.raise('WF_ORA');

233: When no_data_found Then
234: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
235: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
236: wf_core.token('ORA_ERROR',l_debug_msg);
237: wf_core.raise('WF_ORA');
238:
239: When others Then
240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
241: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);

Line 240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);

236: wf_core.token('ORA_ERROR',l_debug_msg);
237: wf_core.raise('WF_ORA');
238:
239: When others Then
240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
241: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
242: wf_core.token('ORA_ERROR',l_debug_msg);
243: wf_core.raise('WF_ORA');
244:

Line 242: wf_core.token('ORA_ERROR',l_debug_msg);

238:
239: When others Then
240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
241: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
242: wf_core.token('ORA_ERROR',l_debug_msg);
243: wf_core.raise('WF_ORA');
244:
245: END Create_Content;
246:

Line 243: wf_core.raise('WF_ORA');

239: When others Then
240: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
241: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
242: wf_core.token('ORA_ERROR',l_debug_msg);
243: wf_core.raise('WF_ORA');
244:
245: END Create_Content;
246:
247: End ASP_SERVICE_CONTENT_PROVIDER;