opening a word file from View Output Button
Dear All,
I would like to know how can I write the request set output to a word file (from View Output Button).
This is for my custom procedures.
To write an output I write the following command :
APPS.FND_FILE.PUT_LINE(APPS.fND_FILE. '0 EVENT lines created');
But I want the output to be written on a word document.
Thank you in advance
I would like to know how can I write the request set output to a word file (from View Output Button).
This is for my custom procedures.
To write an output I write the following command :
APPS.FND_FILE.PUT_LINE(APPS.fND_FILE. '0 EVENT lines created');
But I want the output to be written on a word document.
Thank you in advance
0