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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''type | OE.INVENTORY_LIST_TYP |- |} <pre> CREATE TYPE OE.INVENTORY_LIST_TYP FROM NOT ...)
 
Line 7: Line 7:
 
|-
 
|-
 
|}
 
|}
 +
  
 
<pre>
 
<pre>
CREATE TYPE OE.INVENTORY_LIST_TYP FROM  NOT NULL
+
CREATE OR REPLACE TYPE inventory_list_typ
 +
                                        AS TABLE OF inventory_typ;
 
</pre>
 
</pre>

Revision as of 21:11, 24 August 2009

wikibot

type OE.INVENTORY_LIST_TYP


CREATE OR REPLACE TYPE inventory_list_typ
                                         AS TABLE OF inventory_typ;