REP-1212 object "body" is not fully enclosed by its enclosing object ' '. after increase the report
I am in Oracle EBS 11.5.10.2 and still using report 6i.
I have a report that currently define as Portrait. The user requirement is to increase the description field from 30 to 50. However, the row is full with other field and I have to "width" the report in order to increase the description field.
So I using Report builder > Layout > Header Section ( also Main and Trailer section ) to change the Report width to 132, Orientation Landscape and section width to 15. Now i get this error
REP-1212 object "body" is not fully enclosed by its enclosing object ' '.
My goal is to width the report ( also increase the length of description field ) to generate a output file so a bash script will use the report output to further process. I have no luck so fast. I feel there is combination step ( not just modify the layout > Main section ). What do I miss? or What is the right step to width the report?