SRW.ADD_DEFINITION
built-in procedureThis procedure takes an XML report definition stored in a column or variable
and adds it to the document buffer. You may need to execute SRW.ADD_DEFINITION
multiple times to get your entire report definition into the buffer. Once the
definition is in the buffer, you can use SRW.APPLY_DEFINITION
to apply it.
SRW.ADD_DEFINITION(:column_name | variable);
To apply the XML report definition, use the SRW.APPLY_DEFINITION
built-in. For example:
SRW.ADD_DEFINITION (:xml_col);
SRW.APPLY_DEFINITION;
SRW.APPLY_DEFINITION
by itself to reference the file. For example:
SRW.APPLY_DEFINITION('d:\xml_reps\web.xml');
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.