DBA Data[Home] [Help]

APPS.BIS_VG_LOG dependencies on FND_FILE

Line 366: fnd_file.put_line(fnd_file.OUTPUT, p_string);

362:
363: bis_debug_pub.Add('> write_string');
364: x_return_status := FND_API.G_RET_STS_SUCCESS;
365: IF (p_mode = bis_vg_types.production_mode) THEN
366: fnd_file.put_line(fnd_file.OUTPUT, p_string);
367: -- fnd_file.new_line(fnd_file.OUTPUT);
368: ELSE
369: bis_debug_pub.debug_on;
370: bis_debug_pub.ADD(p_string);

Line 367: -- fnd_file.new_line(fnd_file.OUTPUT);

363: bis_debug_pub.Add('> write_string');
364: x_return_status := FND_API.G_RET_STS_SUCCESS;
365: IF (p_mode = bis_vg_types.production_mode) THEN
366: fnd_file.put_line(fnd_file.OUTPUT, p_string);
367: -- fnd_file.new_line(fnd_file.OUTPUT);
368: ELSE
369: bis_debug_pub.debug_on;
370: bis_debug_pub.ADD(p_string);
371: bis_debug_pub.debug_off;

Line 943: fnd_file.CLOSE;

939: write_blank_line(p_mode, 1, x_return_status, x_error_Tbl);
940: END IF;
941:
942: IF (p_mode = bis_vg_types.production_mode) THEN
943: fnd_file.CLOSE;
944: END IF;
945: bis_debug_pub.Add('< write_log');
946:
947: EXCEPTION