create or replace package &Name is -- Author : $OSUSER -- Created : $DATE $TIME -- Purpose : &Purpose -- Public type declarations [#]type is ; -- Public constant declarations constant := ; -- Public variable declarations ; -- Public function and procedure declarations function ( ) return ; end &Name; /