Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: What to put in package specifications

Re: What to put in package specifications

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 13 May 2006 20:30:18 -0700
Message-ID: <1147577418.186755.5890@y43g2000cwc.googlegroups.com>


Another way of phrasing Jim's response guidence would be to ask, "where do I need to reference this from?"

PL/SQL tables, record types, collections, and reference cursors that you want to pass to or from the package to other stored routines or external programs are canidates for being defined in the package specification.

HTH -- Mark D Powell -- Received on Sat May 13 2006 - 22:30:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US