PL/SQL program output in HTML
Hi,
The requirement is to create a concurrent program for a PL/SQL package. When we run the concurrent program and click the view output button, the text output should be printed as a table.
Please share any link or code for the same. I have tried the following but tags are getting printed as it is through this:
fnd_file.put_line(fnd_file.OUTPUT,'<html><body><table border="2">');
fnd_file.put_line(fnd_file.OUTPUT, '<tr>');
fnd_file.put_line(fnd_file.OUTPUT, '<td>"Employee No"</td> <td> "Employee Name" </td><td> "Current Salary"</td>);