|
|
|
|
|
|
|
|
|
Re: Writing In Log file through procedure called from Report [message #125928 is a reply to message #124626] |
Thu, 30 June 2005 00:37 |
rakeshapps
Messages: 11 Registered: June 2005 Location: India
|
Junior Member |
|
|
Hi,
You can use FND_FILE.PUT_LINE to get messages displayed to your Concurrent Log/Output if you're having a PL/SQL stored procedure as the executable of your concurrent request.
If you're triggering a stored procedure through AFTER PARAMETER FORM from your request (which purports to be a Oracle Reports executable), there is no way to display the messages in the Concurrent Request log, as you're no way directly triggering the PL/SQL procedure. Its the report which is triggered, which in turn calls the stored proc.
Regards,
Rakesh Tripathi
|
|
|