DBA Data[Home] [Help]

APPS.WMS_GET_DEST_LOC_LPN dependencies on INV_LOG_UTIL

Line 38: INV_LOG_UTIL.trace(p_message, 'WMS_GET_DEST_LOC_LPN', p_level);

34: p_message in varchar2
35: , p_level in number
36: ) is
37: begin
38: INV_LOG_UTIL.trace(p_message, 'WMS_GET_DEST_LOC_LPN', p_level);
39: end trace;
40: --
41: -- ---------------------------------------------------------------------------------
42: -- |-----------------------< wms_dest_loc_w_item >----------------------------------|