15.39 SET_VALUES Procedure

This procedure sets all column values in the DML context with corresponding column values from the source (query) context. Useful for querying a row, changing only single columns and writing the row back.

Syntax

procedure set_values(
   p_context               in t_context,
   p_source_context        in t_context );

Parameters

Table 15-37 SET_VALUE Procedure Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_ functions.

p_source_context

Query context object to get column values from.