DBA Data[Home] [Help]

APPS.WMS_ATF_DESTINATION_LPN dependencies on WMS_ATF_DESTINATION_LPN

Line 1: package body wms_atf_destination_lpn as

1: package body wms_atf_destination_lpn as
2: /* $Header: WMSADLPB.pls 115.25 2004/03/25 00:44:25 joabraha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: --

Line 40: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_DESTINATION_LPN :', p_level);

36: p_message in varchar2
37: , p_level in number
38: ) is
39: begin
40: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_DESTINATION_LPN :', p_level);
41: end trace;
42: --
43: -- ---------------------------------------------------------------------------------------
44: -- |---------------------< exit_proc_msg >--------------------------------------------------------|

Line 1043: end wms_atf_destination_lpn;

1039: , l_proc => l_proc
1040: );
1041: end get_seed_dest_lpn;
1042:
1043: end wms_atf_destination_lpn;