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

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Type
 
| '''Type
 
| OE.PHONE_LIST_TYP
 
| OE.PHONE_LIST_TYP
|-
 
 
|}
 
|}
 
  
 
=== Source ===
 
=== Source ===
Line 13: Line 11:
 
CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                    AS VARRAY(5) OF VARCHAR2(25);
 
CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                    AS VARRAY(5) OF VARCHAR2(25);
 
</pre>
 
</pre>
 
=== Dependencies ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Reference Type
 
| '''Object Type
 
| '''Referencing Object
 
 
|-
 
| Data Type
 
| Table
 
| [[OE.CUSTOMERS_(table)|OE.CUSTOMERS]]
 
 
|}
 

Latest revision as of 11:35, 27 August 2011

wikibot[edit]

Type OE.PHONE_LIST_TYP

Source[edit]

CREATE OR REPLACE TYPE "PHONE_LIST_TYP"                                                                                                                     AS VARRAY(5) OF VARCHAR2(25);