Model behaviors

Good afternoon!

There was such a problem that all operations with the model must pass through the call SQL procedures, ie:

  1. Receive Data ->

EXECUTE PROCEDURE P_ <object> _SELECT

  1. Data storage ->

EXECUTE PROCEDURE P_ <object> _UPDATE

How to copy the behavior of data acquisition?

Thanks