![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
procedure example_caller is example_table type_table := type_table(); begin example_proc(example_table); dbms_output.put_line('caller :'||example_table(1).col1); dbms_output.put_line('caller:'||example_table(2).c ol2); end; |
#3
| |||
| |||
|
#4
| |||
| |||
|
Thanks a lot !!! This was a big help for me !! ![]() I didn't know I can use package's type with the package name in front of it. Maija-Leena |
![]() |
| Thread Tools | |
| Display Modes | |
| |