DBA Data[Home] [Help]

APPS.XTR_WORKFLOW_PKG dependencies on WF_CORE

Line 216: wf_core.context('XTR_WORKFLOW_PKG', 'START_LIMITS_NTF', l_itemtype, l_itemkey);

212: wf_engine.StartProcess(itemtype => l_itemtype,
213: itemkey => l_itemkey );
214: EXCEPTION
215: when others then
216: wf_core.context('XTR_WORKFLOW_PKG', 'START_LIMITS_NTF', l_itemtype, l_itemkey);
217: raise;
218:
219: END START_LIMITS_NTF;
220:

Line 379: wf_core.context('XTR_WORKFLOW_PKG', 'LIMITS_BREACHED_DOC', document_id, display_type);

375: document := document||'
';
376: end if;
377: EXCEPTION
378: when others then
379: wf_core.context('XTR_WORKFLOW_PKG', 'LIMITS_BREACHED_DOC', document_id, display_type);
380: raise;
381: END LIMITS_BREACHED_DOC;
382:
383: