|
-
Come on guy! This is still the same varray thread. Don't start a new thread every time you have a slightly different question on the same topic. Add it to the existing thread.
Looks a bit odd to me. Are you using the constructor twice?
I'd like to see the full code. I looks like you've defined the types OK, but then you are trying to use the types directly. These are only definitions of types. You have to create an instance of the type by defining a variable of that type:
my_varray name aimads_pack.vAryAssay_attribute;
The use:
my_varray := aimads_pack.vAryAssay_attribute(assay_attribute_struct(NULL,NULL,41,NULL,'Defining- Fixed',NULL,NULL,1,NULL,NULL),assay_attribute_struct(NULL,NULL,41,NULL,'Defining-Fixed',NULL,NULL,1,NULL,NULL));
If I'm understanding you correctly this should be fine.
Once again, try to progress the existing thread rather than starting a new one all the time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|