DBA Data[Home] [Help]

APPS.CSF_SPATIAL_DATALOAD_PVT dependencies on FND_FILE

Line 37: fnd_file.put_line (p_handle, p_msg_data);

33: THEN
34: dbgl (p_msg_data);
35: END IF;
36: ELSE
37: fnd_file.put_line (p_handle, p_msg_data);
38: END IF;
39: END put_stream;
40:
41: /*