DBA Data[Home] [Help]

APPS.WMS_TXNREASONS_PUB dependencies on WMS_TXNREASONS_PUB

Line 1: PACKAGE BODY wms_txnreasons_pub as

1: PACKAGE BODY wms_txnreasons_pub as
2: /* $Header: WMSTXR3B.pls 120.1 2005/06/10 10:18:39 appldev $ */
3: g_pkg_name CONSTANT VARCHAR(30) := 'wms_txnreasons_pub';
4:
5: -- to turn off debugger, comment out the line 'dbms_output.put_line(msg);'

Line 3: g_pkg_name CONSTANT VARCHAR(30) := 'wms_txnreasons_pub';

1: PACKAGE BODY wms_txnreasons_pub as
2: /* $Header: WMSTXR3B.pls 120.1 2005/06/10 10:18:39 appldev $ */
3: g_pkg_name CONSTANT VARCHAR(30) := 'wms_txnreasons_pub';
4:
5: -- to turn off debugger, comment out the line 'dbms_output.put_line(msg);'
6: PROCEDURE mdebug(msg in varchar2)
7: IS

Line 602: END wms_txnreasons_pub ;

598: );
599:
600: END Start_workflow ;
601:
602: END wms_txnreasons_pub ;