December 2002
Intermediate to advanced
928 pages
85h 29m
English
The elements declared in the specification are referenced from the calling application via dot notation:
package_name.package_element
For example, the built-in package DBMS_OUTPUT has a procedure named PUT_LINE, so a call to this package would look like this:
DBMS_OUTPUT.PUT_LINE('This is parameter data');