Stored procedures used by replication are not dropped by replication. When applying a new snapshot they are dropped but recreated again, so maybe they where manually dropped.
You can recreate them by applying the snapshot again by reinitializing the publication or you can also run sp_scriptpublicationcustomprocs at the publisher to generate the scripts needed to create all the replication stored procedures at the subscriber.
Hope it helps!