DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on FND_FILE

Line 614: Fnd_file.put_line(fnd_file.log, fnd_message.get);

610: Fnd_Msg_Pub.ADD;
611: psa_utils.debug_other_msg(p_level => g_error_level,
612: p_full_path => l_path_name,
613: p_remove_from_stack => FALSE);
614: Fnd_file.put_line(fnd_file.log, fnd_message.get);
615: RAISE Fnd_Api.G_Exc_Error;
616: END IF;
617: END IF;
618:

Line 629: Fnd_file.put_line(fnd_file.log, fnd_message.get);

625: Fnd_Msg_Pub.ADD;
626: psa_utils.debug_other_msg(p_level => g_error_level,
627: p_full_path => l_path_name,
628: p_remove_from_stack => FALSE);
629: Fnd_file.put_line(fnd_file.log, fnd_message.get);
630:
631: RAISE Fnd_Api.G_Exc_Error;
632: END IF;
633: END IF;