SRW.BREAK
built-in procedureThis procedure temporarily stops report execution at the place at which SRW.BREAK
was encountered, and displays (read-only) the current values of all columns
and parameters. Report execution resumes when the read-only screen is accepted.
SRW.BREAK;
This procedure is not meaningful in a Before Form or After Form trigger, because data for the report is not fetched until the Before Report trigger (which fires after the After Form trigger).
All column and parameter values are displayed in the read-only screen. No PL/SQL variables, or any other object values are displayed.
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.