Help!!

From: Wallace <princevictor.moses_at_gmail.com>
Date: 25 May 2006 06:26:13 -0700
Message-ID: <1148563573.172349.280050_at_j73g2000cwa.googlegroups.com>



Hai All,

  I am new to oracle.
[Quoted]   I created a package with one function, as follows

SPEC:



 create or replace PACKAGE "PACKAGE_MAIN" AS
   FUNCTION              "TEST"

(Empid NUMBER) RETURN INTEGER;
  END; BODY:

create or replace PACKAGE BODY "PACKAGE_MAIN" AS
FUNCTION              "TEST"

(Empid NUMBER)

 RETURN INTEGER AS
    --performing a select using empid in where clause  END; My question is "How to give value for that empid?"

Looking forward for the response...
Thanx in advance... Received on Thu May 25 2006 - 15:26:13 CEST

Original text of this message