DBA Data[Home] [Help]

APPS.PO_CHORD_WF5 dependencies on PO_CHORD_WF5

Line 1: PACKAGE BODY PO_CHORD_WF5 AS

1: PACKAGE BODY PO_CHORD_WF5 AS
2: /* $Header: POXWCO5B.pls 115.4 2002/11/25 22:36:01 sbull ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

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 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;

Line 512: END PO_CHORD_WF5;

508: wf_core.context('POAPPRV', 'po_chord_wf5.chord_release', 'others');
509: RAISE;
510: END;
511:
512: END PO_CHORD_WF5;