DBA Data[Home] [Help]

APPS.AHL_UMP_UNITMAINT_PVT dependencies on FND_FILE

Line 519: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');

515: FND_MSG_PUB.count_and_get( p_count => x_msg_count,
516: p_data => x_msg_data,
517: p_encoded => fnd_api.g_false);
518: IF (p_concurrent_flag = 'Y') THEN
519: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');
520: log_error_messages;
521: END IF;
522: -- Disable debug
523: AHL_DEBUG_PUB.disable_debug;

Line 534: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');

530: p_data => x_msg_data,
531: p_encoded => fnd_api.g_false);
532:
533: IF (p_concurrent_flag = 'Y') THEN
534: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');
535: log_error_messages;
536: END IF;
537: -- Disable debug
538: AHL_DEBUG_PUB.disable_debug;

Line 552: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');

548: p_data => x_msg_data,
549: p_encoded => fnd_api.g_false);
550:
551: IF (p_concurrent_flag = 'Y') THEN
552: fnd_file.put_line(fnd_file.log, 'Building Unit Effectivity failed. Refer to the error message below.');
553: log_error_messages;
554: END IF;
555:
556: -- Disable debug

Line 5619: fnd_file.put_line(FND_FILE.LOG, 'Err message-'||l_msg_index_out||':' || l_msg_data);

5615: p_encoded => FND_API.G_FALSE,
5616: p_data => l_msg_data,
5617: p_msg_index_out => l_msg_index_out );
5618:
5619: fnd_file.put_line(FND_FILE.LOG, 'Err message-'||l_msg_index_out||':' || l_msg_data);
5620: IF G_DEBUG = 'Y' THEN
5621: AHL_DEBUG_PUB.Debug('Err message-'||l_msg_index_out||':' || substr(l_msg_data,1,240));
5622: END IF;
5623: