DBA Data[Home] [Help]

APPS.PA_TIEBACK_ADJ_COSTS dependencies on FND_FILE

Line 175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');

171: /* This has to be changed. Cannot hard code text for a report. Need to use messages that will be
172: * translated.
173: */
174:
175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');
176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);
178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);
179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');

Line 176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');

172: * translated.
173: */
174:
175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');
176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);
178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);
179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
180:

Line 177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);

173: */
174:
175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');
176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);
178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);
179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
180:
181: End Write_Output;

Line 178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);

174:
175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');
176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);
178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);
179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
180:
181: End Write_Output;
182:

Line 179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');

175: Fnd_File.Put_Line(FND_FILE.OUTPUT, ' Tieback Adjustment Invoices Output ');
176: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
177: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Successfully Processed = ' || G_Success_Count);
178: Fnd_File.Put_Line(FND_FILE.OUTPUT, 'Number of Records Rejected = ' || G_Reject_Count);
179: Fnd_File.Put_Line(FND_FILE.OUTPUT, '----------------------------------------------------------------');
180:
181: End Write_Output;
182:
183: /*----------------------------------------------------------------------------------------+