retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"follow_up_actions_logs~" ) COLUMN(NAME=~"follow_up_actions_logs.tran_id~") COLUMN(NAME=~"follow_up_actions_logs.user_id~") COLUMN(NAME=~"follow_up_actions_logs.obj_name~") COLUMN(NAME=~"follow_up_actions_logs.ref_ser~") COLUMN(NAME=~"follow_up_actions_logs.ref_id~") COLUMN(NAME=~"follow_up_actions_logs.action_name~") COLUMN(NAME=~"follow_up_actions_logs.time_start~") COLUMN(NAME=~"follow_up_actions_logs.time_end~") COLUMN(NAME=~"follow_up_actions_logs.cond_matched~") COLUMN(NAME=~"follow_up_actions_logs.error_cd~") COLUMN(NAME=~"follow_up_actions_logs.result_type~") COLUMN(NAME=~"follow_up_actions_logs.result_details~")WHERE( EXP1 =~"follow_up_actions_logs.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="follow_up_actions_logs" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) sort="user_id A obj_name A ref_ser A ref_id A action_name A time_start A time_end A cond_matched A result_type A error_cd A " )