Function and procedure call overhead in PL/SQL
( I come from a programming background - java/c++ etc and not much PL/SQL )
Im trying to get a feel of how much extra cycles are spent if something is wrapped inside a function or procedure. I mean will it become considerably inefficient if the logic is within a function as opposed to be directly inline ?