Home » Developer & Programmer » Forms » How to call a plsql package from a form?
How to call a plsql package from a form? [message #337371] Wed, 30 July 2008 12:30 Go to next message
ora1980
Messages: 251
Registered: May 2008
Senior Member
Hi all

is there a way to call my plsql package from a form?
example, i have a package with insert procedures and
get procedures...one way of calling them is to use
when-button-pressed trigger, using plsql library is
another way?
Re: How to call a plsql package from a form? [message #337373 is a reply to message #337371] Wed, 30 July 2008 12:38 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Call it as usually, by naming its (package's) name + procedure's name, such as
PKG_EMPLOYEES.PRC_RAISE_SALARY(:emp.empno, 15);
Previous Topic: Understanding procedure for menu scrolling
Next Topic: Choice of Forms and Reports package--needed help
Goto Forum:
  


Current Time: Mon Feb 03 09:59:06 CST 2025