DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on INV_LOG_UTIL

Line 79: inv_log_util.TRACE (SUBSTR (p_message, l_counter, 80), p_module);

75: --PRAGMA AUTONOMOUS_TRANSACTION;
76: BEGIN
77: WHILE l_counter < LENGTH (p_message)
78: LOOP
79: inv_log_util.TRACE (SUBSTR (p_message, l_counter, 80), p_module);
80: l_counter := l_counter + 80;
81: END LOOP;
82:
83: /*INSERT INTO my_temp_table VALUES (p_message,i);