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

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Records/Tables

Re: PL/SQL Records/Tables

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 26 Mar 2006 15:29:01 -0800
Message-ID: <1143415741.851420.66540@g10g2000cwb.googlegroups.com>


The routine names you list are probably Forms specific, but pl/sql supports the same type of operations though the coding may vary some depending on the specifics of what the routines you are looking at do and what version of Forms you are dealing with: pre-web verse web based Forms.

You can insert and update record type via pl/sql. You can create an array of records.
There are collection types
There are cursor variables
Most SQL single row functions are also available in pl/sql statements

HTH -- Mark D Powell -- Received on Sun Mar 26 2006 - 17:29:01 CST

Original text of this message

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