DBA Data[Home] [Help]

APPS.CE_BASIG_WF dependencies on WF_CORE

Line 119: wf_core.context('CEBASIG', 'SELECT_NEXT_APPROVER',

115: return;
116:
117: exception
118: when others then
119: wf_core.context('CEBASIG', 'SELECT_NEXT_APPROVER',
120: itemtype, itemkey, to_char(actid), funcmode);
121: raise;
122: end SELECT_NEXT_APPROVER;
123:

Line 177: wf_core.context('CEBASIG', 'UPDATE_SIGNATORY_HISTORY_APPR',

173: return;
174:
175: exception
176: when others then
177: wf_core.context('CEBASIG', 'UPDATE_SIGNATORY_HISTORY_APPR',
178: itemtype, itemkey, to_char(actid), funcmode);
179: raise;
180: end UPDATE_SIGNATORY_HISTORY_APPR;
181:

Line 236: wf_core.context('CEBASIG', 'UPDATE_SIGNATORY_HISTORY_REJ',

232: return;
233:
234: exception
235: when others then
236: wf_core.context('CEBASIG', 'UPDATE_SIGNATORY_HISTORY_REJ',
237: itemtype, itemkey, to_char(actid), funcmode);
238: raise;
239: end UPDATE_SIGNATORY_HISTORY_REJ;
240:

Line 281: wf_core.context('CE_BASIG', 'APPROVE_SIGNATORY',

277: return;
278:
279: exception
280: when others then
281: wf_core.context('CE_BASIG', 'APPROVE_SIGNATORY',
282: itemtype, itemkey, to_char(actid), funcmode);
283: raise;
284: end APPROVE_SIGNATORY;
285:

Line 331: wf_core.context('CEBASIG', 'REJECT_SIGNATORY',

327: return;
328:
329: exception
330: when others then
331: wf_core.context('CEBASIG', 'REJECT_SIGNATORY',
332: itemtype, itemkey, to_char(actid), funcmode);
333: raise;
334: end REJECT_SIGNATORY;
335:

Line 388: wf_core.context('CEBASIG', 'SELECTOR',

384: END IF;
385: END IF;
386: exception
387: when others then
388: wf_core.context('CEBASIG', 'SELECTOR',
389: itemtype, itemkey, to_char(actid), command);
390: raise;
391:
392: END selector;

Line 597: wf_core.context('CEBASIG', 'INIT_ALL',

593: return;
594: END IF;
595: EXCEPTION
596: when others then
597: wf_core.context('CEBASIG', 'INIT_ALL',
598: itemtype, itemkey, to_char(actid), command);
599: raise;
600:
601: END init_all;