The following script fixed the issue.
update GL00105 set ACTNUMBR_2 = '1131' where ACTINDX = '4'
update GL00100 set ACTNUMBR_2 = '1131' where ACTINDX = '4'
update gl00105 set ACTNUMST = '000-1131-00' where ACTINDX = '4'
Thanks everyone.
The following script fixed the issue.
update GL00105 set ACTNUMBR_2 = '1131' where ACTINDX = '4'
update GL00100 set ACTNUMBR_2 = '1131' where ACTINDX = '4'
update gl00105 set ACTNUMST = '000-1131-00' where ACTINDX = '4'
Thanks everyone.