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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Error in Package

RE: Error in Package

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Mon, 17 Dec 2001 08:09:17 -0800
Message-ID: <F001.003DDE5A.20011217073037@fatcity.com>


The definition of following procedure in package spec

PROCEDURE SELECCIONAR
  (PCOMPROBANTESQRY IN OUT COMPROBANTES_REFCURSOR,

   PGRUPO            IN     COMPROBANTES.GRUPO%TYPE,
   PCOMPANIA         IN     COMPROBANTES.COMPANIA%TYPE,
   PTIPO_COMPROBANTE IN     COMPROBANTES.TIPO_COMPROBANTE%TYPE,
   PCOMPROBANTE      IN     COMPROBANTES.COMPROBANTE%TYPE);

must be same in package body as well, including variable type.

Raj



Rajendra Jamadagni MIS, ESPN Inc. Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art!

*********************************************************************1

This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.

*********************************************************************1
Received on Mon Dec 17 2001 - 10:09:17 CST

Original text of this message

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