The idea is, upon data entry, automatically export an Oracle Applications (web) form to PDF, storing it in the database.
Using XML Publisher, one can allow the user to export it on-demand, but I need to have the report/form PDF generated automatically.
Answer
A good solution is pretty much covered here. Basically, with a bit of OAF code, one can have the form XML converted to PDF calling the XML Publisher API.
It would be interesting, though, to have the form XML generated automatically without needing a custom query + View Object.