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 2005/05/25 02:35:41 appldev noship $',

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 2005/05/25 02:35:41 appldev noship $',
110: g_pkg_name,