DBA Data[Home] [Help]

APPS.WMS_ZONES_PVT dependencies on DBMS_OUTPUT

Line 105: dbms_output.put_line(fnd_profile.VALUE ('INV_DEBUG_FILE'));

101:
102: l_debug NUMBER := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
103:
104: BEGIN
105: dbms_output.put_line(fnd_profile.VALUE ('INV_DEBUG_FILE'));
106: -- dbms_output.put_line(p_message);
107:
108: IF NOT g_version_printed THEN
109: inv_log_util.TRACE ('$Header: WMSZONEB.pls 120.0.12010000.3 2009/08/03 06:45:01 ajunnikr ship $',

Line 106: -- dbms_output.put_line(p_message);

102: l_debug NUMBER := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
103:
104: BEGIN
105: dbms_output.put_line(fnd_profile.VALUE ('INV_DEBUG_FILE'));
106: -- dbms_output.put_line(p_message);
107:
108: IF NOT g_version_printed THEN
109: inv_log_util.TRACE ('$Header: WMSZONEB.pls 120.0.12010000.3 2009/08/03 06:45:01 ajunnikr ship $',
110: g_pkg_name,