Issues in defining Delimiter and cell wrapper in 11G Form for getting the CSV output of Oracle repor
v_format := 'DELIMITED DELIMITER=, CELLWRAPPER=''"''';
The above code was giving error after Forms and Report were migrated to 11G.
We are currently using SET_REPORT_OBJECT_PROPERTY(v_rep_id,REPORT_DESFORMAT, DELIMITEDDATA').
We are unable to define Delimiter and cell wrapper for the CSV reports .