Hi
To me it seems possible to create an insert select, e.g.
Insert into tab1 (val1, val2)Select valA, valBFrom tab2Where valC = :param1
Cheers
Thiemo