Re: Can form use package?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 26 Mar 2001 00:19:20 +0200
Message-ID: <tbsrjbgq7ms885_at_beta-news.demon.nl>


  • You can use them
  • You can call them as any other package just use package_name.procedure_name(parameters) or return_value := package_name.function_name(parameters) as everywhere else.

Hth,

Sybrand Bakker, Oracle DBA

"Steve" <schen_at_prodigy.net> wrote in message news:99ln0r$20g4$1_at_newssvr06-en0.news.prodigy.com...
> I have database package including package body of procedures, all being
> database objects. While I have need to manipulate some text field for
> entry, I use form as front end.
>
> Then comes with question: Can form uses the already existed database
> package along with its procedures, or do I have to re-make form based
> similar objects, like procedures? If I can use database based objects,
> how can I call them?
>
> Very appreciated.
>
> Steve
>
>
Received on Mon Mar 26 2001 - 00:19:20 CEST

Original text of this message