in reply to Invoke and bind parameters to a PL/SQL Procedure

Just use bind_param() instead, e.g.

$sth->bind_param(":Add_recs", $add_recs); ...