and have you done as I advised on your original thread (https://www.sqlservercentral.com/forums/topic/tracking-of-accounts-data-and-stored-procedures) and debugged your code to see what you are doing wrong?
if so what step within your multiple SP's is not doing what you wish based on what data?
and as mentioned before (on a link you didn't bother reading) it should be very easy for you to produce a small set of SQL statements with create table(s), insert into those tables (you do know what an insert is? e.g. insert into table xxx select 'a', 'b', 'c') so others may be willing to help you?