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

From dbscript Online Help
Jump to: navigation, search
 
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"
 
| '''Table
 
| '''Table
 
| OE.WAREHOUSES
 
| OE.WAREHOUSES
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Warehouse data unspecific to any industry.
 
| Warehouse data unspecific to any industry.
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 20: Line 18:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
 
| NUMBER(3, 0)
 
| NUMBER(3, 0)
Line 27: Line 25:
 
|  
 
|  
 
| Primary key column.
 
| Primary key column.
|-
+
|- valign="top"
 
| WAREHOUSE_SPEC
 
| WAREHOUSE_SPEC
 
| SYS.XMLTYPE
 
| SYS.XMLTYPE
Line 33: Line 31:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| WAREHOUSE_NAME
 
| WAREHOUSE_NAME
 
| VARCHAR2(35)
 
| VARCHAR2(35)
Line 39: Line 37:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| LOCATION_ID
 
| LOCATION_ID
 
| NUMBER(4, 0)
 
| NUMBER(4, 0)
Line 45: Line 43:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| WH_GEO_LOCATION
 
| WH_GEO_LOCATION
 
| MDSYS.SDO_GEOMETRY
 
| MDSYS.SDO_GEOMETRY
Line 58: Line 56:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| WAREHOUSES_PK
 
| WAREHOUSES_PK
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
Line 69: Line 67:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| WHS_LOCATION_IX
 
| WHS_LOCATION_IX
 
|  
 
|  
Line 82: Line 80:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[HR.LOCATIONS_(table)|HR.LOCATIONS]]
 
| [[HR.LOCATIONS_(table)|HR.LOCATIONS]]
 
| LOCATION_ID
 
| LOCATION_ID
Line 95: Line 93:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[OE.INVENTORIES_(table)|OE.INVENTORIES]]
 
| [[OE.INVENTORIES_(table)|OE.INVENTORIES]]
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
 
|}
 
|}

Latest revision as of 07:16, 24 June 2010

wikibot[edit]

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

Columns[edit]

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[edit]

Primary Key Columns
WAREHOUSES_PK WAREHOUSE_ID

Indexes[edit]

Index Type Columns
WHS_LOCATION_IX LOCATION_ID

Foreign Keys[edit]

Relation Column Referenced Column
HR.LOCATIONS LOCATION_ID LOCATION_ID

Detail Tables[edit]

Detail Table Column Referencing Column
OE.INVENTORIES WAREHOUSE_ID WAREHOUSE_ID