Call Syntax
The calling syntax is:
SQL Server: Exec Ws_Load_Change @v_sequence, @v_job_name, @v_task_name, @v_job_key, @v_task_key, @v_action, @v_table, @v_new_value, @v_return_code OUTPUT, @v_return_msg OUTPUT, @v_result OUTPUT
Oracle: v_result := Ws_Load_Change(v_sequence, v_job_name, v_task_name, v_job_key, v_task_key, v_action, v_table, v_new_value, v_return_code, v_return_msg);
DB2: CALL [METABASE].Ws_Load_Change(v_sequence, v_job_name, v_task_name, v_job_key, v_task_key, v_action, v_table, v_new_value, v_return_code, v_return_msg, v_result);