Previous
Previous
 
Next
Next

Viewing a Package

When you access a package in Object Browser the specification appears.

To view a specification:

  1. On the Workspace home page, click SQL Workshop and then Object Browser.

    Object Browser appears.

  2. From the Object list, select Packages.

  3. From the Object Selection pane, select a package.

    The Specification appears. You can also edit the code in this view.

Summary of Available Views

Click the tabs at the top of the page to view different reports about the package. Table: Available Views for Packages describes all available views.

Available Views for Packages

View Description

Specification

Displays the package specification. This defines the interface to your application. Actions you can perform include:

  • Edit

  • Undo

  • Redo

  • Save & Compile

  • Download Source

  • Drop

  • Find & Replace

Body

Displays the package body, if one exists, for the selected package. Actions you can perform include:

  • Edit

  • Undo

  • Redo

  • Save & Compile

  • Download Source

  • Drop

  • Find & Replace

Dependencies

Displays objects that use (or depend on) on the current package and objects the package depends on.

Errors

Displays errors related to the current package.

Grants

Lists details of grants for the current package, including privilege, grantee, grantable, grantor, and object name.