Definitions for "procedure or function"
Keywords:  sql, task, wrapper, schema, statements
a named PL/SQL block - they are normally stored in the database within package specifications (which is a wrapper for a group of named blocks) but they may be stored on the database individually
an object stored in the database, and run as a unit to solve a specific problem or perform a set of related tasks
a schema object that logically groups a set of SQL and other PL/SQL programming language statements together to perform a specific task
Keywords:  basic, unit, computation
a basic unit of computation