Hi,

If I need to change the codes for a procedure inside a package body, do I need to run the package and the package body again? Or I juz need to replace the procedure only? Thanks!

create or replace package body student as
-----
-----

procedure student_grades
------
------