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 copy the code in this view for use in other tools.

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

(Default) Displays the package specification. This define the interface to your application. Actions you can perform include:

  • Edit

  • Compile

  • Download

  • Drop

  • Find

Body

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

  • Edit

  • Compile

  • Download

  • Drop

  • Find

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.