Calling stored Oracle procedures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I need help from anybody as I am trying to call stored procedure and no way
how to do it. Functions are OK but the procedures! My example is:
cz_pk8pb.pol_paid_to (p_ia_131 IN NUMBER, p_ia_132 IN NUMBER, p_paid_to OUT
DATE, RESULT OUT NUMBER). How to declare p_paid_to and RESULT? Thanks for any
comments in advance.
 
Back
Top