PL/SQL (MOSC)
MOSC Banner

PL/SQL program output in HTML

edited Dec 5, 2014 10:04AM in PL/SQL (MOSC) 2 commentsAnswered

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>);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center