Hi all,
This DBMS output below doesn't function on DBeaver, but the same work fine on TOAD. Could you please check.
v_string_params := v_string_params ||v_c_missing_attributes.DEFAULT_VALUES||'='||v_c_get_attribute_value.ATTRIBUTE_VALUE||';';
v_update_values := v_sor_00.PARAM_VALUES1 || v_string_params;
DBMS_OUTPUT.PUT_LINE('UPDATE PARAMS SET PARAM_VALUES1='''||v_update_values||''' WHERE AGREEMENT ='''|| v_sor_00.SUBSCRIBER_ID||''' AND EXPIRATION_DATE IS NULL');
Tks,
Marcio