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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | OE.WAREHOUSES |- |} {| border="1" cellpadding="5" cellspacing="0" style="bor...)
 
 
(2 intermediate revisions 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"
 
| '''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 17:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| WAREHOUSE_ID
 
| WAREHOUSE_ID
| NUMBER
+
| NUMBER(3, 0)
 
| not null
 
| not null
 
|  
 
|  
| WAREHOUSES_PK
+
| Primary key column.
|
+
|- valign="top"
|-
 
 
| WAREHOUSE_SPEC
 
| WAREHOUSE_SPEC
 
| SYS.XMLTYPE
 
| SYS.XMLTYPE
Line 31: Line 31:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| WAREHOUSE_NAME
 
| WAREHOUSE_NAME
| VARCHAR2
+
| VARCHAR2(35)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| LOCATION_ID
 
| LOCATION_ID
| NUMBER
+
| NUMBER(4, 0)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
| WHS_LOCATION_IX
+
|- valign="top"
|-
 
 
| WH_GEO_LOCATION
 
| WH_GEO_LOCATION
 
| MDSYS.SDO_GEOMETRY
 
| MDSYS.SDO_GEOMETRY
 
| 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
 +
|- valign="top"
 +
| WAREHOUSES_PK
 +
| WAREHOUSE_ID
 
|}
 
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| 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 62: 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 69: Line 87:
 
|}
 
|}
  
 
+
=== 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"
Line 75: 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