36 of 62
Nested Tables – Example 2a
uSpecify exactly what is needed as output and declare the corresponding collection:
u
uCreate type lov_oty is object
u (id_nr NUMBER,
u   display_tx VARCHAR2(256));
u
uCreate type lov_nt
as table of lov_oty;