24.9 CLEAR_DML_ROWS Procedure
This procedure clears all DML rows which have been added with add_dml_rows
.
Syntax
PROCEDURE CLEAR_DML_ROWS(
p_context IN t_context );
Parameters
Table 24-6 CLEAR_DML_ROWS Parameters
Parameter | Description |
---|---|
|
Context object obtained with one of the OPEN_ functions |
Parent topic: APEX_EXEC