DBA Data[Home] [Help]

APPS.PO_WFDS_PUB dependencies on PO_WFDS_PUB

Line 1: PACKAGE BODY PO_WFDS_PUB AS

1: PACKAGE BODY PO_WFDS_PUB AS
2: /* $Header: POXPWFDB.pls 115.1 2003/03/27 23:21:30 jezhang noship $ */
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 12: | PL/SQL body for package: PO_WFDS_PUB

8: | FILENAME
9: | POXPWFDB.pls
10: |
11: | DESCRIPTION
12: | PL/SQL body for package: PO_WFDS_PUB
13: |
14: *=======================================================================*/
15: --
16:

Line 124: end PO_WFDS_PUB;

120: raise;
121:
122: end synch_supp_wth_wf_dir_srvcs;
123:
124: end PO_WFDS_PUB;