DBA Data[Home] [Help]

APPS.FV_GTAS_TBAL_TRX_PKG dependencies on FND_FILE

Line 277: fnd_file.put_line(fnd_file.log, 'Error in GTAS Trial Balance Process: '||gbl_error_buf);

273: END IF;
274:
275: IF (gbl_error_code <> 0) THEN
276: ROLLBACK;
277: fnd_file.put_line(fnd_file.log, 'Error in GTAS Trial Balance Process: '||gbl_error_buf);
278: END IF;
279:
280: EXCEPTION
281: WHEN OTHERS THEN