DBA Data[Home] [Help]

APPS.ASP_SVCCONT_CONTENT_PROVIDER dependencies on WF_CORE

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

203:
204:
205: EXCEPTION
206: When no_data_found Then
207: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
208: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
209: wf_core.token('ORA_ERROR',l_debug_msg);
210: wf_core.raise('WF_ORA');
211:

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

205: EXCEPTION
206: When no_data_found Then
207: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
208: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
209: wf_core.token('ORA_ERROR',l_debug_msg);
210: wf_core.raise('WF_ORA');
211:
212: When others Then
213: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);

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

206: When no_data_found Then
207: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
208: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
209: wf_core.token('ORA_ERROR',l_debug_msg);
210: wf_core.raise('WF_ORA');
211:
212: When others Then
213: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
214: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);

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

209: wf_core.token('ORA_ERROR',l_debug_msg);
210: wf_core.raise('WF_ORA');
211:
212: When others Then
213: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
214: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
215: wf_core.token('ORA_ERROR',l_debug_msg);
216: wf_core.raise('WF_ORA');
217:

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

211:
212: When others Then
213: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
214: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
215: wf_core.token('ORA_ERROR',l_debug_msg);
216: wf_core.raise('WF_ORA');
217:
218: END Create_Content;
219:

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

212: When others Then
213: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
214: l_debug_msg := l_qualified_api_name||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
215: wf_core.token('ORA_ERROR',l_debug_msg);
216: wf_core.raise('WF_ORA');
217:
218: END Create_Content;
219:
220: End ASP_SVCCONT_CONTENT_PROVIDER;