DBA Data[Home] [Help]

APPS.FA_XADJ_ITF_PKG dependencies on FND_FILE

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

584: l_mesg := substrb(fnd_message.get, 1, 100);
585:
586: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
587:
588: FND_FILE.put(FND_FILE.output,l_string);
589: FND_FILE.new_line(FND_FILE.output,1);
590:
591: -- now process the messages for the log file
592: fa_srvr_msg.add_message

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

585:
586: l_string := rpad(p_asset_number, 15) || ' ' || l_mesg;
587:
588: FND_FILE.put(FND_FILE.output,l_string);
589: FND_FILE.new_line(FND_FILE.output,1);
590:
591: -- now process the messages for the log file
592: fa_srvr_msg.add_message
593: (calling_fn => l_calling_fn,