DBA Data[Home] [Help]

APPS.ASP_DELIVERY_AGENT dependencies on WF_CORE

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

115: end if;
116:
117: EXCEPTION
118: WHEN OTHERS THEN
119: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
120: l_debug_msg := l_qualified_api_name||':OTHERS:CreateAdHocRole'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
121: wf_core.token('ORA_ERROR',l_debug_msg);
122: if(l_debug_exception >= l_debug_runtime) then
123: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);

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

117: EXCEPTION
118: WHEN OTHERS THEN
119: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
120: l_debug_msg := l_qualified_api_name||':OTHERS:CreateAdHocRole'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
121: wf_core.token('ORA_ERROR',l_debug_msg);
122: if(l_debug_exception >= l_debug_runtime) then
123: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
124: end if;
125: wf_core.raise('WF_ORA');

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

121: wf_core.token('ORA_ERROR',l_debug_msg);
122: if(l_debug_exception >= l_debug_runtime) then
123: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
124: end if;
125: wf_core.raise('WF_ORA');
126: END;
127:
128: --/*
129: wf_engine.SetItemAttrText(itemtype, itemkey, 'NOTIF_FROM_ROLE', 'SYSADMIN');

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

194:
195:
196: EXCEPTION
197: When no_data_found Then
198: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
199: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
200: wf_core.token('ORA_ERROR',l_debug_msg);
201: if(l_debug_exception >= l_debug_runtime) then
202: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);

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

196: EXCEPTION
197: When no_data_found Then
198: wf_core.context(G_PKG_NAME, l_api_name, itemtype, itemkey, to_char(actid), funcmode);
199: l_debug_msg := l_qualified_api_name||':NO_DATA_FOUND:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
200: wf_core.token('ORA_ERROR',l_debug_msg);
201: if(l_debug_exception >= l_debug_runtime) then
202: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
203: end if;
204: wf_core.raise('WF_ORA');

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

200: wf_core.token('ORA_ERROR',l_debug_msg);
201: if(l_debug_exception >= l_debug_runtime) then
202: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
203: end if;
204: wf_core.raise('WF_ORA');
205:
206: When others 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||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);

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

203: end if;
204: wf_core.raise('WF_ORA');
205:
206: When others 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||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
209: wf_core.token('ORA_ERROR',l_debug_msg);
210: if(l_debug_exception >= l_debug_runtime) then
211: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);

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

205:
206: When others 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||':OTHERS:'||to_char(SQLCODE)||':'||substr(SQLERRM,1,500);
209: wf_core.token('ORA_ERROR',l_debug_msg);
210: if(l_debug_exception >= l_debug_runtime) then
211: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
212: end if;
213: wf_core.raise('WF_ORA');

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

209: wf_core.token('ORA_ERROR',l_debug_msg);
210: if(l_debug_exception >= l_debug_runtime) then
211: fnd_log.string(l_debug_exception, G_MODULE||l_api_name, l_debug_msg);
212: end if;
213: wf_core.raise('WF_ORA');
214:
215: END Deliver;
216:
217: End ASP_DELIVERY_AGENT;