Using UTL_FILE trough oracle concurrent program
I've procedure that use UTL_FILE to read from fnd_lobs and then generate file to specific directory.. it's working normal and generate file while calling it from Database or Forms and oracle reports.. but when create concurrent program as SQL stored procedure and run it didn't generate the file to the requested dir although it give no errors.