DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LPN dependencies on WMS_ATF_DEST_LPN

Line 1: package body wms_atf_dest_lpn as

1: package body wms_atf_dest_lpn as
2: /* $Header: WMSDLPNB.pls 115.10 2003/11/03 21:17:12 joabraha noship $ */
3: --
4: -- ---------------------------------------------------------------------------|
5: -- |-------------------------------< trace >----------------------------------|

Line 138: trace(l_proc ||' LPN ID cannot be null if "wms_atf_dest_lPN.get_dest_lPN" is called in validation mode');

134: -- ### Check if p_mode is 'Validation' and the p_locator_id is null.
135: if (p_mode = 2 and p_lpn_id is null)
136: then
137: if (l_debug =1) then
138: trace(l_proc ||' LPN ID cannot be null if "wms_atf_dest_lPN.get_dest_lPN" is called in validation mode');
139: end if;
140: return;
141: end if;
142: -- ###

Line 222: end wms_atf_dest_lpn;

218: trace(l_proc ||' Error within "When Others" of the Outermost block in the get_dest_loc_lpn_wrap package is ..'|| sqlerrm(sqlcode));
219: end if;
220: end get_dest_lpn;
221:
222: end wms_atf_dest_lpn;