DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LOC dependencies on WMS_ATF_DEST_LOC

Line 1: package body wms_atf_dest_loc as

1: package body wms_atf_dest_loc as
2: /* $Header: WMSADLOB.pls 115.47 2004/05/07 21:24:39 joabraha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: l_pkg varchar2(72) := 'WMS_ATF_DEST_LOC :';

Line 5: l_pkg varchar2(72) := 'WMS_ATF_DEST_LOC :';

1: package body wms_atf_dest_loc as
2: /* $Header: WMSADLOB.pls 115.47 2004/05/07 21:24:39 joabraha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: l_pkg varchar2(72) := 'WMS_ATF_DEST_LOC :';
6:
7: --
8: -- ---------------------------------------------------------------------------------------
9: -- |---------------------< trace >--------------------------------------------------------|

Line 42: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_DEST_LOC', p_level);

38: p_message in varchar2
39: , p_level in number
40: ) is
41: begin
42: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_DEST_LOC', p_level);
43: end trace;
44: --
45: --
46: -- ---------------------------------------------------------------------------------------

Line 2780: end wms_atf_dest_loc;

2776: , l_proc => l_proc);
2777:
2778: end get_seed_dest_loc;
2779:
2780: end wms_atf_dest_loc;