27.19 EXECUTE_DML Procedure

This procedure executes the DML context. This procedure is called after:
  • the context has been opened (open_dml_context)
  • one or more DML rows have been added with add_dml_row
  • column values have been set with set_values, set_null or set_value

Syntax

APEX_EXEC.EXECUTE_DML (
    p_context               IN t_context,
    p_continue_on_error     IN BOOLEAN DEFAULT FALSE )

Parameters

Parameter Description
p_context Context object obtained with one of the OPEN_ functions.
p_continue_on_error Whether to continue executing DML for the remaining rows after an error occurred. Default FALSE.