Description:
“Tabular format” is simply information presented in the form of a table with rows and columns. Most office productivity software programs. The below steps explains how to append the database value to tabular form read in column.
Get the interactive report table id
Example : var apexform = $x{tableid};Mention the rows and column
Example: var ApexTableId =filter.id; var row= ApexTableId.substring(4,8);
var newCell = ApexTableId.rows[row].cells[4];
newCell.innerHTML = Databasevalue;Ajax(Application Process) used to get the value from Data Base then append into Table cell
output: In our project Product Description is Tabular Form Read-only Column
Summary:
This Post described the script Create Project party in oracle Append the DataBase value to Tabular Form Read-only Column in Oracle EBS.
Queries?
Do drop a note by writing us at doyen.ebiz@gmail.com use the comment section below to ask your questions.