DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on FND_FILE

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

295: Fnd_Msg_Pub.ADD;
296: psa_utils.debug_other_msg(p_level => g_error_level,
297: p_full_path => l_path_name,
298: p_remove_from_stack => FALSE);
299: Fnd_file.put_line(fnd_file.log, fnd_message.get);
300: RAISE Fnd_Api.G_Exc_Error;
301: END IF;
302: END IF;
303:

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

310: Fnd_Msg_Pub.ADD;
311: psa_utils.debug_other_msg(p_level => g_error_level,
312: p_full_path => l_path_name,
313: p_remove_from_stack => FALSE);
314: Fnd_file.put_line(fnd_file.log, fnd_message.get);
315:
316: RAISE Fnd_Api.G_Exc_Error;
317: END IF;
318: END IF;