DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LOCATOR dependencies on INV_LOG_UTIL

Line 37: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_DEST_LOCATOR', p_level);

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