DBA Data[Home] [Help]

APPS.FA_XADJ_ITF_PKG dependencies on FND_FILE

Line 577: FND_FILE.put(FND_FILE.output,l_string);

573: l_mesg := substrb(fnd_message.get, 1, 100);
574:
575: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
576:
577: FND_FILE.put(FND_FILE.output,l_string);
578: FND_FILE.new_line(FND_FILE.output,1);
579:
580: -- now process the messages for the log file
581: fa_srvr_msg.add_message

Line 578: FND_FILE.new_line(FND_FILE.output,1);

574:
575: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
576:
577: FND_FILE.put(FND_FILE.output,l_string);
578: FND_FILE.new_line(FND_FILE.output,1);
579:
580: -- now process the messages for the log file
581: fa_srvr_msg.add_message
582: (calling_fn => l_calling_fn,