Difference between revisions of "OE.WAREHOUSES (table)"

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| OE.WAREHOUSES
 
| OE.WAREHOUSES
 +
|- valign="top"
 +
| '''Description
 +
| Warehouse data unspecific to any industry.
 
|-
 
|-
 
|}
 
|}
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 19:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 26:
 
| not null
 
| not null
 
|  
 
|  
| WAREHOUSES_PK
+
| Primary key column.
|
 
 
|-
 
|-
 
| WAREHOUSE_SPEC
 
| WAREHOUSE_SPEC
 
| SYS.XMLTYPE
 
| SYS.XMLTYPE
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 36: Line 37:
 
| VARCHAR2(35)
 
| VARCHAR2(35)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 45: Line 45:
 
|  
 
|  
 
|  
 
|  
| WHS_LOCATION_IX
 
 
|-
 
|-
 
| WH_GEO_LOCATION
 
| WH_GEO_LOCATION
Line 51: Line 50:
 
| null
 
| null
 
|  
 
|  
|  
+
| Primary key column, references hr.locations.location_id.
|
 
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| WAREHOUSES_PK
 +
| WAREHOUSE_ID
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| WHS_LOCATION_IX
 +
|
 +
| LOCATION_ID
 +
|}
  
 +
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 69: Line 89:
 
|}
 
|}
  
 
+
=== Detail Tables ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"

Revision as of 09:28, 11 February 2010

wikibot

Table OE.WAREHOUSES
Description Warehouse data unspecific to any industry.


Columns

Column Data Type Nullable Default Description
WAREHOUSE_ID NUMBER(3, 0) not null Primary key column.
WAREHOUSE_SPEC SYS.XMLTYPE null
WAREHOUSE_NAME VARCHAR2(35) null
LOCATION_ID NUMBER(4, 0) null
WH_GEO_LOCATION MDSYS.SDO_GEOMETRY null Primary key column, references hr.locations.location_id.

Primary Key

Primary Key Columns
WAREHOUSES_PK WAREHOUSE_ID

Indexes

Index Type Columns
WHS_LOCATION_IX LOCATION_ID

Foreign Keys

Relation Column Referenced Column
HR.LOCATIONS LOCATION_ID LOCATION_ID

Detail Tables

Detail Table Column Referencing Column
OE.INVENTORIES WAREHOUSE_ID WAREHOUSE_ID