DBA Data[Home] [Help]

APPS.WMS_SHIPPING_LPN_UTILS_PUB dependencies on WMS_SHIPPING_LPN_UTILS_PUB

Line 1: PACKAGE BODY WMS_Shipping_LPN_Utils_PUB AS

1: PACKAGE BODY WMS_Shipping_LPN_Utils_PUB AS
2: /* $Header: WMSSHUTB.pls 120.1.12010000.2 2008/08/19 09:56:36 anviswan ship $ */
3:
4:
5: PROCEDURE mydebug(msg in varchar2)

Line 18: p_module => 'WMS_Shipping_LPN_Utils_PUB',

14: l_msg := msg;
15:
16: inv_mobile_helper_functions.tracelog
17: (p_err_msg => l_msg,
18: p_module => 'WMS_Shipping_LPN_Utils_PUB',
19: p_level => 4);
20:
21: END;
22:

Line 118: END WMS_Shipping_LPN_Utils_PUB;

114: END;
115:
116:
117:
118: END WMS_Shipping_LPN_Utils_PUB;