DBA Data[Home] [Help]

APPS.PO_CHORD_WF5 dependencies on WF_CORE

Line 44: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');

40:
41: EXCEPTION
42:
43: WHEN OTHERS THEN
44: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');
45: RAISE;
46:
47: END;
48:

Line 190: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');

186: END IF;
187: EXCEPTION
188:
189: WHEN OTHERS THEN
190: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');
191: RAISE;
192:
193: END;
194:

Line 328: wf_core.context('POAPPRV', 'po_total_change', 'others');

324:
325: EXCEPTION
326:
327: WHEN OTHERS THEN
328: wf_core.context('POAPPRV', 'po_total_change', 'others');
329:
330: END;
331:
332:

Line 385: wf_core.context('POAPPRV', 'po_chord_wf5.set_wf_release_control', 'others');

381:
382: EXCEPTION
383:
384: WHEN OTHERS THEN
385: wf_core.context('POAPPRV', 'po_chord_wf5.set_wf_release_control', 'others');
386: RAISE;
387: END;
388:
389: PROCEDURE get_wf_release_control(itemtype IN VARCHAR2,

Line 440: wf_core.context('POAPPRV', 'po_chord_wf5.get_wf_release_control', 'others');

436: END IF;
437: EXCEPTION
438:
439: WHEN OTHERS THEN
440: wf_core.context('POAPPRV', 'po_chord_wf5.get_wf_release_control', 'others');
441: RAISE;
442: END;
443:
444:

Line 476: wf_core.context('POAPPRV', 'po_chord_wf5.get_wf_release_control', 'others');

472: END IF;
473: EXCEPTION
474:
475: WHEN OTHERS THEN
476: wf_core.context('POAPPRV', 'po_chord_wf5.get_wf_release_control', 'others');
477: RAISE;
478: END;
479:
480: PROCEDURE get_wf_release_parameters(itemtype IN VARCHAR2,

Line 508: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');

504:
505: EXCEPTION
506:
507: WHEN OTHERS THEN
508: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');
509: RAISE;
510: END;
511:
512: END PO_CHORD_WF5;