The below stored procedure truncates and inserts 2 tables:
CREATE OR REPLACE PROCEDURE sp_truncate() AS \' BEGIN TRUNCATE TABLE TEST_TABLE_1; INSERT INTO ...