Most procedures that i've worked with in the past just has variable
type of parameters but this one is using a table.  I guess that is a
temp table?

Here is an example of the procedure:

PROCEDUE receive_students (as_studenttable IN Student_Table) IS

Variables Declared

Begin
For i in 1..as_studenttable.count Loop

Begin.


How do I test this or search for it on google...I have access to sql
plus?

Thanks for the help

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to