DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on FND_FILE

Line 118: fnd_file.put_line(fnd_file.log, 'Commented out openLog');

114: xErrLoc := 110;
115: -- Bug#4364929 : For extractor concurrent program no need to
116: -- open log explicitly.
117: --ICX_POR_EXT_UTL.openLog(pFileName);
118: fnd_file.put_line(fnd_file.log, 'Commented out openLog');
119:
120: xErrLoc := 120;
121:
122: -- set commit size > 2500 for better performance

Line 369: fnd_file.put_line(fnd_file.log, 'Commented out openLog');

365: xErrLoc := 110;
366: -- Bug#4364929: For extractor concurrent program no need to
367: -- open log explicitly.
368: --ICX_POR_EXT_UTL.openLog(pFileName);
369: fnd_file.put_line(fnd_file.log, 'Commented out openLog');
370:
371: xErrLoc := 120;
372:
373: -- set the commitsize equal to the one user entered