Difference between revisions of "OE.ORDER ITEM LIST TYP (type)"

From dbscript Online Help
Jump to: navigation, search
Line 3: Line 3:
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|-
 
|-
| '''type
+
| '''Type
 
| OE.ORDER_ITEM_LIST_TYP
 
| OE.ORDER_ITEM_LIST_TYP
 
|-
 
|-
Line 9: Line 9:
  
  
 +
=== Source ===
 
<pre>
 
<pre>
 
CREATE OR REPLACE TYPE order_item_list_typ
 
CREATE OR REPLACE TYPE order_item_list_typ
 
                                         AS TABLE OF order_item_typ;
 
                                         AS TABLE OF order_item_typ;
 
</pre>
 
</pre>

Revision as of 09:28, 11 February 2010

wikibot

Type OE.ORDER_ITEM_LIST_TYP


Source

CREATE OR REPLACE TYPE order_item_list_typ
                                         AS TABLE OF order_item_typ;