SRW.BREAK


Description  This 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.
Syntax           SRW.BREAK;
Restrictions
·         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.