Transcript
Page 1: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Retek® Retail Server™ 10.7

Data Model

Page 2: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Retek Merchandising System

The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

No part of this documentation may be reproduced or transmitted in any form or by any means without the express written permission of Retek Inc., Retek on the Mall, 950 Nicollet Mall, Minneapolis, MN 55403.

Information in this documentation is subject to change without notice.

Retek provides product documentation in a read-only-format to ensure content integrity. Retek Customer Support cannot support documentation that has been changed without Retek authorization.

Retek® Retail Server™ is a trademark of Retek Inc.

Retek and the Retek logo are registered trademarks of Retek Inc.

©2004 Retek Inc. All rights reserved.

All other product names mentioned are trademarks or registered trademarks of their respective owners and should be treated as such.

Printed in the United States of America.

Corporate Headquarters: Retek Inc.

Retek on the Mall

950 Nicollet Mall

Minneapolis, MN 55403

888.61.RETEK (toll free US)

+1 612 587 5000 European Headquarters: Retek

110 Wigmore Street

London

W1U 3RW

United Kingdom

Switchboard:

+44 (0)20 7563 4600

Sales Enquiries:

+44 (0)20 7563 46 46

Fax: +44 (0)20 7563 46 10

Page 3: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Customer Support

Customer Support hours:

Customer Support is available 7x24x365 via e-mail, phone and Web access.

Depending on the Support option chosen by a particular client (Standard, Plus, or Premium), the times that certain services are delivered may be restricted. Severity 1 (Critical) issues are addressed on a 7x24 basis and receive continuous attention until resolved, for all clients on active maintenance.

Contact Method Contact Information

Internet (ROCS) www.retek.com/support Retek’s secure client Web site to update and view issues

E-mail [email protected]

Phone US & Canada: 1-800-61-RETEK (1-800-617-3835) World: +1 612-587-5800 EMEA: 011 44 1223 703 444 Asia Pacific: 61 425 792 927

Mail Retek Customer Support Retek on the Mall 950 Nicollet Mall Minneapolis, MN 55403

When contacting Customer Support, please provide:

• Product version and program/module name.

• Functional and technical description of the problem (include business impact).

• Detailed step by step instructions to recreate.

• Exact error message received.

• Screen shots of each step you take.

Page 4: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms
Page 5: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Overview Following is an overview of the two sections of the data model:

• Relational Integrity Diagrams

• Data Dictionary Language

Relational Integrity Diagrams

These diagrams show the relationship between the various tables within functional area. They include:

• Table names

• Column names

• Primary and foreign keys

Data Dictionary Language

This section includes the Data Dictionary Language (DDLs) for the Retek Retail Server database. The DDLs include:

• Table names and descriptions

• Column summaries

• Primary and foreign keys (if applicable)

• Check constraints (if applicable)

• Index summaries (if applicable)

• Column detail information

Page 6: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

BCI_GUI_FOLDERS (Retail.co

FOLDER_IDLEVEL_IDNAMEFOLDER_TYPE_IDFILE_TYPEURLURL_PARAMETERSTEMPLATE_IDDESCRIPTION

BCI_GUI_FOLDER_ENT

FOLDER_IDENTERPRISE_ID

BCI_GUI_HTML_TEMPLA

TEMPLATE_IDHTML_PAGEDESCRIPTION

BCI_GUI_OBJECTS (Re

OBJECT_IDOBJECT_NAMEOBJECT_HTML

BCI_GUI_OBJECT_HEAD (Retail.c

HEADER_IDOBJECT_IDHTML_CODEHTML_LABEL

BCI_GUI_OBJECT_T

HEADER_IDTEMPLATE_

Diagram : BCI_TABLES

BCI_GOTX_FK1

BCI_

GO

TX_F

K2

BCI_GOH_FK1

BCI_GOD_FK1

BCI_GF_FK1BC

I_G

FEX_

FK1

BCI_DS_FK2

Page 7: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

BCI_DATA_SETS (Retail.com10.7)

DATA_SET_IDDATA_STREAM_IDENTERPRISE_DATA_STREAM_IDCREATE_DATEDATA_FILE_DIRDATA_SET_STATUSDATA_FILE_NAMEUSER_ID

BCI_GUI_OBJECT_DETA

DETAIL_IDHEADER_IDLABELVALUESEQIS_DEFAULTDESCRIPTION

BCI_GUI_OBJECT_VALUE

DATA_SET_IDDETAIL_IDFREEFORMREAD_ONLY

BCI_

GO

V_FK

2

BCI_GOV_FK1

BCI_

DS_

FK1

Page 8: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

BCI_CHANNELS (Retail.com10.7)

CHANNEL_IDCHANNEL_NAMECHANNEL_DESC

BCI_CHANNEL_PARAMS (Retail.c

PARAMETER_IDCHANNEL_IDPARAMETER_NAMEPARAMETER_DESC

BCI_DATA_STREAMS (Retail.com1

DATA_STREAM_IDDATA_STREAM_DESC

BCI_ENTERPRISE_DATA_STREAMS

ENTERPRISE_DATA_STREAM_IDENTERPRISE_IDDATA_STREAM_IDFILE_TYPEDESCRIPTIONPURGE_DURATION

BCI_ENTERPRISE_RUN_TYPE_V

RUN_TYPE_IDENTERPRISE_IDPARAMETER_IDRUN_TYPE_NAMEPARAMETER_VALUEPARAMETER_DESC

BCI_FILE_TYPES (Retail.com1

FILE_TYPE_IDNAMEDEFAULT_DS_IDFILE_TYPE_DESCLINK_TO_APP

BCI_GUI_FOLDER_TREE (Retail.c

FOLDER_TREE_IDCHILD_FOLDER_IDPARENT_FOLDER_IDCHILD_LEVEL_ID

BCI_GUI_FOLDER_TYPES (R

FOLDER_TYPE_IDNAMEDESCRIPTION

BCI_EDS_FK1BC

BCI_CP_FK1

Page 9: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

BCI_DATA_STREAM_STEPS (Retail.com10

DATA_STREAM_STEP_IDDATA_STREAM_IDSTEP_NBRSTEP_DESCJAVA_CLASS_NAMEMETHOD_NAMESTEP_CONTEXT_VALUES_ID

CI_DSS_FK1

Page 10: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_MCLDATA (Retail.com10.7)

APPLICATION_NUMBERLIST_CODEVIEW_CODEUSER_IDCODEPOSITIONWIDTHOPTIONSENTERPRISE_ID

ENT_MCLHEADINGS (Retail.com10

APPLICATION_NUMBERLIST_CODEVIEW_CODEUSER_IDCODEHEADINGLANGUAGE_CODEENTERPRISE_ID

ENT_OBJECTSTORE (Retail.com

OBJECT_IDOBJECT_TYPEOBJECT_SUBTYPEOBJECT_NAMEOBJECT_DATEOBJECT_DATAUSER_IDOWNER_IDENTERPRISE_ID

ENT_PARAMVALUES (Retail.

PARAMVALUE_IDPARAMETER_IDVALUE_NUMVALUE_STRSTART_DATEEND_DATEACTIVE_FLAGKEY_1KEY_2KEY_3

ENT_PARTNERDEPTS (Reta

ENTPARTNER_IDDEPARTMENT_IDENTERPRISE_ID

Diagram : ENT_TABLES

ENT_MCLHD_FK1

ENT_MCL_

ENT_OBJS_F

NT_

CP_

FK1

ENT_

CP_

FK11

ENT_

CP_

FK5

ENT_EPD_FK1

ENT_PVAL

Page 11: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_PHASES (Retail.com10.

PHASE_IDPHASE_NAMEPHASE_CODESEASON_IDPHASE_STARTPHASE_ENDENTERPRISE_ID

ENT_SEASONS (Retail.com10.

SEASON_IDSEASON_NAMESEASON_CODESEASON_STARTSEASON_ENDENTERPRISE_ID

ENT_TRANSUSERS (Retail.com10.7)

USER_IDTRANSPORTER_KEYREMOTE_USERNAMEREMOTE_PASSWORDENTERPRISE_IDCUSTOM1CUSTOM2CUSTOM3CUSTOM4CUSTOM5CUSTOM6CUSTOM7

ENT_USERS (Retail.com10.7)

USER_IDUSERNAMEREAL_USERNAMEPASSWORDFIRSTNAMELASTNAMEREAL_EMAILTYPE_IDACCT_MANAGERLOCATION_IDADDRESS_INFOCOUNTRY_IDADMIN_TYPEUSER_FLAGSDEPARTMENT_LISTSERVICE_LISTUSER_PREFERENCESUSER_COMMENTSENTERPRISE_IDPASSWORD_TIMEACCOUNT_STATUSLOCKOUT_UNTILPREFERRED_LANGUAGELOCAL_TYPE_ID

1

_FK1

FK1

ENT_

TRXU

_FK1

K2

ENT_

PHS_

FK1

LS_FK1

Page 12: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_AUDIT (Retail.com10.7)

AUDIT_IDAUDIT_EVENTAUDIT_WHENAUDIT_TIMESTAMPAUDIT_DETAILAUDIT_TARGETAUDIT_TARGET_DETAILUSER_IDUSER_NAMEUSER_ADDRESSCLEAREDENTERPRISE_ID

ENT_LOCKS (Retail.com10.7)

LOCK_IDLOCKOBJECTUNIQUEKEYUSERNAMEGRABTIMETIMEOUTREQUESTEDEXPIRYTERMINAL

ENT_PARAMETERS (Retail.com10.7)

PARAMETER_IDPARAMETER_NAMEPARAMETER_CODEIS_GLOBALPARAMETER_TYPEPARAMETER_OPTIONSDEFAULT_NUMDEFAULT_STRNUM_KEYSKEY_TYPE_1KEY_TYPE_2KEY_TYPE_3KEY_TYPE_4KEY_TYPE_5KEY_LABEL_1KEY_LABEL_2KEY_LABEL_3KEY_LABEL_4KEY_LABEL_5KEY_DETAIL_1KEY_DETAIL_2KEY_DETAIL_3KEY_DETAIL_4KEY_DETAIL_5ENTERPRISE_ID

ENT_WORKFLOWHISTORY (Retail.co

HISTORY_IDSTATE_IDSTATE_NAMEAPPLICATIONAPPLICATION_KEYAPPLICATION_FILTERUSER_IDENTRY_DATEENTRY_TEXTENTERPRISE_ID

ENT_

WKF

H_F

K1

ENT_WKFH_FK2

Page 13: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_ALTUSERS (Retail.com

USER_IDAPPCODEALTUSER_IDENTERPRISE_ID

ENT_ATTRS (Retail.com10.7)

PARENT_KEYPARENT_ITEM_KEYATTRIBUTE_CLASSORDERINGDISPLAY_NAMEATTRIBUTE_KEYTEXT_VALUENUMERIC_VALUEFORMATENTERPRISE_ID

ENT_LOCATIONS (Retail.com

LOCATION_IDLOCATION_NAMELOCATION_TYPEPRIMARY_FLAGCOUNTRY_IDADDRESS_INFOENTERPRISE_IDLEAD_TIMELOCATION_CODE

ENT_PATHS (Retail.com10.7)

PATH_IDPATH_NAMEPATH_OWNER_IDDEPARTMENT_IDEND_DATEPATH_STATECREATION_DATEMODIFICATION_DATEPATH_ALERTORDERITEM_IDCOLOUR_IDPATH_QUANTITYPATH_VALUESEASON_IDFIRST_OPEN_IDFIRST_OPEN_NAMEFIRST_OPEN_EVENT_IDFIRST_OPEN_DATEFIRST_OPEN_ENTERPRISEFIRST_OPEN_CONTACTENTERPRISE_ID

ENT_PICTUREDATA (Retail.com10.7)

ANNOTATION_NUMBERPICTURE_IDCONTEXTSUBCONTEXTANNOTATION_TEXTANNOTATION_FONTIMAGE_IDTEXT_COLOURBACKGROUND_COLOURPOSITION_XPOSITION_YWIDTHSCALE_FACTORPOINTER_XHEIGHTPOINTER_YPOINTER_COLOUREXTRA_DATAENTERPRISE_ID

ENE

ENT_CP_FK6

ENT_EV_FK1ENT_EV_FK4

Page 14: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_EVENTS (Retail.com10.7)

PATH_IDEVENT_IDEVENT_NAMEEVENT_NAME_IDPATH_OWNER_IDEVENT_ENTERPRISE_IDEVENT_CONTACT_IDPLAN_DATEREVISED_DATEACTUAL_DATEDONESERIALAMBERDAYSREDDAYSREMINDERDAYSAMBER_ALERTEDRED_ALERTEDREMINDER_SENTENTERPRISE_IDENT_EVENT_IDEVENT_DEPENDENCIESNST_PATH_IDINITIAL_DATE

ENT_PARTNERS (Retail.com10.7)

ENTPARTNER_IDPARTNER_IDCONTACT_IDSTATUSCREATION_DATEACCOUNT_NUMBERENTERPRISE_IDPARTNER_CODEPARTNER_ACCOUNTIDPARTNER_INFO

ENT_PATHNOTES (Retail.com

PATH_NOTE_IDPATH_IDEVENT_IDEVENT_NAME_IDUSER_IDNOTE_DATENOTE_TEXTNOTE_ACTIONEVENT_DATENOTE_EMAILS

ENT_PN_FK3

ENT_

EV_F

K3EN

T_EV

_FK2

ENT_

PT_F

K

ENT_PN_FK1

Page 15: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ENT_ITEMS (Retail.com10.7)

ITEM_IDITEM_NAMEITEM_TYPEDEPARTMENT_IDSTYLE_NUMBERVENDOR_NUMBERCLASS_NAMESUBCLASS_NAMECOLOUR_LISTUNIT_VALUEATTRIBUTE_LISTITEM_COMMENTSENTERPRISE_ID

ENT_RESOURCES (Retail.co

RES_KEYRES_PACKAGERES_LANGRES_VALUEENTERPRISE_ID

ENT_SRVUSERTYPES (Retail.com10.7)

USERTYPE_IDSERVICE_IDUSER_IDENTERPRISE_IDGRANTING_ENTERPRISE_IDDENIED

ENT_STAMPS (Retail.c

STAMP_KEYSTAMP

ENT_WORKFLOWSTATES (Retail.c

STATE_IDSTATE_NAMESTATE_ROLESTATE_DESCRIPTIONAPPLICATIONSTATE_ORDERENTERPRISE_IDSTATE_DATA

ENT_SUT_FK3

Page 16: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

EVENTNAMES (Retail.com10.7)

EVENTNAMEIDEVENTNAMEEVENTDESCRIPTIONEVENTTYPEENTERPRISE_IDTEMPLATE_ID

FOLDERINFO (Retail.com10.7

FOLDERINFOIDDATATYPEFILTERPARENTIDFOLDERNAMEENTERPRISE_IDOWNERID

Diagram : OTHER_TABLES

FINFO_FK1

Page 17: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

DES_STYLES (Retail.com10.7)

STYLE_IDSHORT_NAMELONG_NAMECREATION_DATERETAILER_IDCHANGE_DATER_SEASON_IDR_DEPT_IDR_CLASS_IDR_SUBCLASS_IDR_PHASE_IDR_BUYER_IDR_QUALITY_IDR_DESIGNER_IDR_THEME_IDR_SIZERANGE_IDR_COLOUR_LISTR_STYLE_NUMBERR_PRICE_OPTIONR_RETAIL_PRICER_VAT_RATER_STATE_IDR_STATE_DATESUPPLIER_IDS_ACCOUNT_IDS_DESIGN_NUMBERS_DESIGNER_IDS_TECH_IDS_TEAM_IDS_LOCATION_IDS_COUNTRY_IDS_COST_OPTIONS_NET_COSTS_STATE_IDS_STATE_DATEVOLUMEVERSION_NUMBERORIGINAL_IDPERMISSIONSSTATUS_CODERANDOM_JUNKENTERPRISE_IDAGENT_IDA_CONTACT_IDMISC_JUNKDATA_CHANGEDOCUMENT_CHANGER_FOBCOUNTRY_IDR_FOBLOCATION_IDEDIT_USER_IDEDIT_ENT_ID

ORDERS (Retail.com10.7)

ORDERIDORDERNUMBERDEPARTMENTIDSUPPLIERIDTOTALQUANTITYDUEDATECREATEDATETRACKOPTIONDRAFTPATHMADEITEMPATHMADEITEMCOUNTAMENDMENTSENTERPRISE_IDORDERCOMMENTORDERTYPE

RANGES_FK6

CP_FK1

DES_ST_FK27

Page 18: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

NEWJOURNAL (Retail.com10.7)

JOURNALIDBOXNUMBERMSGTYPESENDTIMEREADTIMECONTEXTSENDERIDSENDERNAMEDESTINATIONIDDESTINATIONNAMEABOUTMAINTEXTREMINDERTIMESEASONIDAPPLICATION_ID

QUALITYFORMS (Retail.com1

QFORMTYPEQDESCRIPTIONQPAGESENTERPRISE_IDQAPPCODESPECSHEET

RANGES (Retail.com10.7)

RANGEIDRANGENAMERANGEDESCRIPTIONWORKSHEETLISTDEPARTMENTIDSEASONIDIMAGELAYOUTEXTRAIMAGELISTBACKIMAGE_IDBACKIMAGE_OPTIONGRID_OPTIONCREATOR_IDCREATOR_ENTERPRISECREATION_DATEENTERPRISE_IDPARENTIDGRID_COLOURBACKGROUND_COLOURSTATUS_CODE

EVS_FK1

Page 19: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

PORTFOLIOLABELS (Retail.com1

LABELIDSTATELABELCODEDESCRIPTIONTYPEIDSUBTYPEIDCURRENTPRICELASTUSEDFIELDLISTSCOPEFIELDGENERATIONIMAGEIDENTERPRISE_ID

Page 20: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

DIVISIONS (Retail.com10.7)

DIVISIONIDDIVISIONNAMEDIVISIONNUMBERENTERPRISE_ID

IMG

S_FK

3

1

DES

_ST_

FK14

CO

ST_F

K1

Page 21: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

LABELFIELDVALUES (Retail.com

FIELDVALUEIDLABELFIELDIDFIELDTEXTFIELDICONFIELDVALUEENTERPRISE_ID

SIZECHARTS (Retail.com10.7)

SIZECHARTIDCHARTNAMESIZECOLUMNSDEPARTMENTIDSIZECHARTSIZECHARTCODEENTERPRISE_IDSCOPE

DES

_ST_

FK11

RANGES_FK3

LAB

OID

S_FK

1

_FK1

DES_ST_FK4

DES

_ST_

FK6

DES_ST_FK21

DESLOG_FK2

Page 22: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

DES_STYLELOG (Retail.com1

STYLELOG_IDSTYLE_IDUSER_IDLOG_DATELOG_COMMENTLOG_OBJECTENTERPRISE_ID

MATRICES (Retail.com10.7)

MATRIXIDMATRIXNAMEDESCRIPTIONCOLUMNCOUNTROWCOUNTWIDTHSISMATRIXENTERPRISE_IDAPPCODEIMAGENAMES

ORDERITEMS (Retail.com10

ORDERITEMIDPARENTORDERIDPRODUCTIDCOLOURIDQUANTITYACCOUNTIDFACTORYIDCOUNTRYIDPATHMADEENTERPRISE_ID

PALETTES (Retail.com10.7)

PALETTEIDPALETTENAMEPHASEIDCATEGORYCOLOURLISTSEASONIDSCOPELOCALENTERPRISE_IDPALETTECODE

WKSLAB_FK1

RAN

GES

_FK1

LABE

LS_F

K1

BELS_FK3

LABE

LS_F

K2

PALI

TM_F

K1

DES

_ST_

FK3

2

Page 23: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

EVENTS (Retail.com10.7)

PATHIDEVENTIDSUPPLIERIDEVENTDURATIONPLANDATECOMMITDATEACTUALDATESUPPLIERCOMMENTBUYERCOMMENTDONEDESCRIPTIONTYPEDAYSBEFOREAMBERDAYSBEFOREREDDAYSBEFORESALESERIALAMBERALERTEDREDALERTEDSPECIALEVENTNAMEIDREMINDERSENTRESPONSIBLEENTERPRISE_ID

TERMS (Retail.com10.7)

TERMINDEXTERMNAMESINGULARPLURALDESCRIPTIONENTERPRISE_IDLANGUAGE_CODELOCAL_NAME

WKS

LAB_

FK2

DES

_ST_

FK5

Page 24: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ATTRIBUTES (Retail.com10.7)

ATTRIBUTEIDATTRIBUTENAMEATTRIBUTEDESCRIPTIONENTERPRISE_ID

COSTINGDATA (Retail.com10

WORKSHEETIDCOSTDATATYPEENTERPRISE_ID

IMAGES (Retail.com10.7)

IMAGEIDIMAGENAMEIMAGEDESCRIPTIONIMAGEWIDTHIMAGEHEIGHTIMAGEFILEMODIFICATIONTIMEDEPARTMENTIDSEASONIDIMAGETYPEIMAGESUBTYPEENTERPRISE_IDSTORAGE_INFOLOCAL_NAMEPARENTID

PICT_F

DEP

TS_F

K1

Page 25: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

ITEMSUPPLIERS (Retail.com

ITEMSUPPLIERIDPRODUCTIDSUPPLIERIDACCOUNTIDCOUNTRYIDFACTORYIDENTERPRISE_ID

LABELFIELDS (Retail.com10.7)

LABELFIELDIDFIELDNAMEFIELDCOSTVALUEGENERATIONENTERPRISE_ID

PICTURES (Retail.com10.7)

PICTUREIDCONTEXTSUBCONTEXTIMAGEIDCAPTIONNOTESPOINTSSEASONIDUPDATEBITSENTERPRISE_ID

FK1

LABF

LDV_

IMGS_FK1

Page 26: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

COUNTRIES (Retail.com10.7)

COUNTRYIDCOUNTRYNAMEDIALCODEACTIVECOUNTRYCOUNTRYCODECURRENCYCODECURRENCYUNITENTERPRISE_ID

DEPARTMENTS (Retail.com10.7)

DEPARTMENTIDDEPARTMENTNAMEDEPARTMENTNUMBERDIVISIONIDENTERPRISE_ID

KEYDATA (Retail.com10.7)

KEYDATAIDITEMNAMECLASSPARENTIDDEPARTMENTIDSEASONIDEXTRADATAENTERPRISE_ID

OID

S_FK

3

OIDS_FK6

KEYD_FK1

ITSP_FK4

DES_ST_FK22

Page 27: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

MATRIXROWS (Retail.com10.7)

MATRIXROWIDMATRIXIDWORKSHEETIDINDEXNUMBERROWORDERCOLUMN1COLUMN2COLUMN3COLUMN4COLUMN5COLUMN6COLUMN7COLUMN8COLUMN9COLUMN10COLUMN11COLUMN12COLUMN13COLUMN14COLUMN15COLUMN16ENTERPRISE_IDAPPCODE

WORKSHEETLABELS (Retail.com

WORKSHEETLABELIDWORKSHEETIDLABELIDBUYERCOMMENTDATEADDEDFIELDSETTINGSENTERPRISE_ID

EVS_

FK2

Page 28: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

MAIL (Retail.com10.7)

MAILIDLOOKUPSHORTNAMEDESCRIPTIONSUBJECTMAILTEXTMAILTOGROUPIDGROUPLOOKUPMAILTYPEAPPLICATIONENTERPRISE_ID

MATRIXMAP (Retail.com10.7)

QFORMTYPEAPPCODEMATRIXIDMAP_NAMEITEM_TYPEROW_NUMBERCOL_NUMBERDATA_TYPEENTERPRISE_IDCELL_NAME

REASONS (Retail.com10.7)

REASONIDREASONNAMEENTERPRISE_ID

Page 29: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

DES_MATERIALS (Retail.com10.7)

MATERIAL_IDMATERIAL_TYPEPART_CODEDESCRIPTIONSPEC_CODEMEASURE_UNITSUPPLIER_PRICEPURCHASE_PRICELEAD_TIMESUPPLIER_CODECOLOUR_REFCARE_INSTRUCTIONSCONFIRMEDWIDTHCURRENCY_NAMESPECIAL_INSTRUCTIONSFABRIC_WIDTH1FABRIC_WIDTH2WEAVE_REFPRINT_REFWEIGHTENTERPRISE_ID

MAILINSERTS (Retail.com10.

INSERTCODEINSERTNAMEINSERTABBREVAPPLICATION

Page 30: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

PALETTECOLOURS (Retail.co

NEWCOLOURIDCOLOURNAMECOLOURCODERGBSEASONLISTSCOPEENTERPRISE_ID

PALETTEITEMS (Retail.com10.7)

PALETTE_IDCOLOUR_IDCOLOUR_ORDERENTERPRISE_ID

PALI

TM_F

K2

Page 31: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

CRITICALPATHS (Retail.com10.7)

PATHIDPATHDESCRIPTIONBUYERIDPUBLISHERIDDEPARTMENTIDAVAILDATEONSALEDATESTATEPROTECTIONQUANTITYCOMMITQUANTITYACTUALQUANTITYACTUALCOMMENTBUYERCOMMENTSEASONIDORDERNUMBERSTYLENUMBEROPTIONNUMBERSUPPLIERIDACCOUNTIDCREATIONDATECOMMITDATEPUBLISHDATEFACTORYIDCOUNTRYIDPRODUCTIDCOLOURIDSUPPLIERREFERENCEFIRSTNOTDONEIDFIRSTNOTDONEDATEFIRSTNOTDONEDESCALERTAVAILPLANAVAILFORECASTSUPPLIERDIARYFIRSTNOTDONENAMEIDPATHVALUETECHNOLOGISTIDPHASEIDPARENTIDENTERPRISE_ID

Page 32: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

WT_ADMINS (Retail.com10.7)

ADMIN_IDUSERNAMEPASSWORDADMIN_LEVELFIRSTNAMELASTNAMECONTACT_INFOEMAIL_ADDRESS

WT_ENTERPRISES (Retail.com10.

ENTERPRISE_IDENTERPRISE_CODELOOKUP_CODECATEGORY_IDETYPE_IDCOMPANY_NAMELOOKUP_NAMECONTACT_EMAILCOMPANY_COUNTRYINITIAL_ADMIN_IDADDRESS_INFOSERVICE_LIST

WT_SERVICES (Retail.com10.7)

SERVICE_IDSERVICE_ORDERINGSERVICE_NAMESERVICE_KEYSERVICE_STATEACTIVE_URLINACTIVE_URLFREE_DAYSMONTHLY_CHARGESERVICE_TYPEADMIN_URL

WT_SRVUSERTYPES (Retail.com10.7)

USERTYPE_IDSERVICE_IDTYPE_KEYTYPE_DESCRIPTIONTYPE_TYPEDEFAULT_ON

WT_TYPES (Retail.com10.7)

TYPE_IDTYPENAMETYPEVALUEAPPLICATION_USE

Diagram : WT_TABLES

WT_ENTS_FK2WT_ENTS_FK1

WT_

SUT_

FK1

Page 33: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Oracle Designer

DESIGNER

24 March 2004

T:\RCO\pdfs\DataDictionary10.pdf

Parameter Values

Workarea :

Container :

Tables : Yes

Tab/View/Snap Name : %

Tables CreatedOn/After :

On/Before :

Tables Changed

24 March 2004

24 March 2004

Yes Column Details :

Views : Yes Snapshots : Yes

Diagram :

Includes

On/After :

On/Before :

and

Report : TABLE DEFINITION

Filename :

Run by :

Report Date :

Total Pages :

Container Version : Recurse Sub-Containers :

GLOBAL SHARED WORKAREA

Retail.com10.7

N

201

Page 34: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 2 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ATTR_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ATTR_FK1

Foreign Keys

Primary Key

ATTRIBUTEID

ATTRIBUTENAME

ATTRIBUTEDESCRIPTION

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

ATTRIBUTEID

ATTRIBUTENAME

ATTRIBUTEDESCRIPTION

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (255)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ATTRIBUTES ATTRIBUTEID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Item attributest for Webtrack reportingDescription :

Name as displayed

Table Name : ATTRIBUTES

Page 35: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 3 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

40

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional description

Page 36: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 4 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

CHANNEL_NAME

Column

BCI_CHANNELS_C1

Name

UNIQUE

Index Type

Primary Key

CHANNEL_ID

CHANNEL_NAME

CHANNEL_DESC

Column Detail

Index Summary

10

25

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

CHANNEL_ID

CHANNEL_NAME

CHANNEL_DESC

Column

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

25

30

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_CHANS CHANNEL_ID

Name Column

Table Name : BCI_CHANNELS

Page 37: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 5 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

CHANNEL_ID

PARAMETER_NAME

Column

BCI_CHPRMS_I1

BCI_CHPRMS_I1

Name

UNIQUE

UNIQUE

Index Type

CHANNEL_ID references BCI_CHANNELS.CHANNEL_ID

BCI_CP_FK1

Foreign Keys

Primary Key

PARAMETER_ID

CHANNEL_ID

PARAMETER_NAME

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

PARAMETER_ID

CHANNEL_ID

PARAMETER_NAME

PARAMETER_DESC

Column

NUMBER ()

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

2

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_CHPRMS PARAMETER_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Table Name : BCI_CHANNEL_PARAMS

Page 38: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 6 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PARAMETER_DESC

Column Detail

40

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Page 39: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 7 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

DATA_STREAM_ID references BCI_DATA_STREAMS.DATA_STREAM_ID

ENTERPRISE_DATA_STREAM_ID referencesBCI_ENTERPRISE_DATA_STREAMS.ENTERPRISE_DATA_STREAM_ID

BCI_DS_FK1

BCI_DS_FK2

Foreign Keys

Primary Key

DATA_SET_ID

DATA_STREAM_ID

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

DATA_SET_ID

DATA_STREAM_ID

ENTERPRISE_DATA_STREAM_ID

CREATE_DATE

DATA_FILE_DIR

DATA_SET_STATUS

DATA_FILE_NAME

USER_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

DATE

VARCHAR2 (300)

VARCHAR2 (1)

VARCHAR2 (300)

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

35

40

50

55

60

80

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_DSETS DATA_SET_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Restricted

Restricted

Restricted

Restricted

Name Column

Table Name : BCI_DATA_SETS

Page 40: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 8 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_DATA_STREAM_ID

CREATE_DATE

DATA_FILE_DIR

DATA_SET_STATUS

DATA_FILE_NAME

USER_ID

Column Detail

35

40

50

55

60

80

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Date ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Page 41: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 9 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

DATA_STREAM_ID

DATA_STREAM_DESC

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

DATA_STREAM_ID

DATA_STREAM_DESC

Column

NUMBER ()

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

Nulls ?Col.Seq.

10

20

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_DSTRS DATA_STREAM_ID

Name Column

Table Name : BCI_DATA_STREAMS

Page 42: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 10 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

DATA_STREAM_ID

STEP_NBR

Column

BCI_DSSTEPS_I1

BCI_DSSTEPS_I1

Name

UNIQUE

UNIQUE

Index Type

DATA_STREAM_ID references BCI_DATA_STREAMS.DATA_STREAM_ID

BCI_DSS_FK1

Foreign Keys

Primary Key

DATA_STREAM_STEP_ID

DATA_STREAM_ID

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

DATA_STREAM_STEP_ID

DATA_STREAM_ID

STEP_NBR

STEP_DESC

JAVA_CLASS_NAME

METHOD_NAME

STEP_CONTEXT_VALUES_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (300)

VARCHAR2 (300)

VARCHAR2 (300)

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

Seq.

1

2

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_DSSTEPS DATA_STREAM_STEP_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Table Name : BCI_DATA_STREAM_STEPS

Page 43: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 11 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

STEP_NBR

STEP_DESC

JAVA_CLASS_NAME

METHOD_NAME

STEP_CONTEXT_VALUES_ID

Column Detail

30

40

50

60

70

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Page 44: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 12 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

FILE_TYPE

Column

BCI_ENTDS_I1

BCI_ENTDS_I1

Name

UNIQUE

UNIQUE

Index Type

DATA_STREAM_ID references BCI_DATA_STREAMS.DATA_STREAM_ID

BCI_EDS_FK1

Foreign Keys

Primary Key

ENTERPRISE_DATA_STREAM_ID

ENTERPRISE_ID

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

ENTERPRISE_DATA_STREAM_ID

ENTERPRISE_ID

DATA_STREAM_ID

FILE_TYPE

DESCRIPTION

PURGE_DURATION

Column

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (300)

VARCHAR2 (300)

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

2

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_ENTDS ENTERPRISE_DATA_STREAM_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Table Name : BCI_ENTERPRISE_DATA_STREAMS

Page 45: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 13 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

DATA_STREAM_ID

FILE_TYPE

DESCRIPTION

PURGE_DURATION

Column Detail

30

40

50

60

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Page 46: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 14 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

PARAMETER_ID

RUN_TYPE_NAME

Column

BCI_ERTV_I1

BCI_ERTV_I1

BCI_ERTV_I1

Name

UNIQUE

UNIQUE

UNIQUE

Index Type

Primary Key

RUN_TYPE_ID

ENTERPRISE_ID

PARAMETER_ID

RUN_TYPE_NAME

PARAMETER_VALUE

Column Detail

Index Summary

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

RUN_TYPE_ID

ENTERPRISE_ID

PARAMETER_ID

RUN_TYPE_NAME

PARAMETER_VALUE

PARAMETER_DESC

Column

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (300)

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

2

3

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_ERTV RUN_TYPE_ID

Name Column

Table Name :BCI_ENTERPRISE_RUN_TYPE_VALUES

Page 47: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 15 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PARAMETER_DESC

Column Detail

60

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Page 48: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 16 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

NAME

Column

BCI_FILE_TYPES_C1

Name

UNIQUE

Index Type

Primary Key

FILE_TYPE_ID

NAME

DEFAULT_DS_ID

FILE_TYPE_DESC

LINK_TO_APP

Column Detail

Index Summary

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

FILE_TYPE_ID

NAME

DEFAULT_DS_ID

FILE_TYPE_DESC

LINK_TO_APP

Column

NUMBER ()

VARCHAR2 (100)

NUMBER ()

VARCHAR2 (300)

VARCHAR2 (1)

Type

NOT NULL

NOT NULL

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_FTYPES FILE_TYPE_ID

Name Column

Table Name : BCI_FILE_TYPES

Page 49: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 17 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

TEMPLATE_ID references BCI_GUI_HTML_TEMPLATES.TEMPLATE_ID

BCI_GF_FK1

Foreign Keys

Primary Key

FOLDER_ID

LEVEL_ID

NAME

FOLDER_TYPE_ID

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

FOLDER_ID

LEVEL_ID

NAME

FOLDER_TYPE_ID

FILE_TYPE

URL

URL_PARAMETERS

TEMPLATE_ID

DESCRIPTION

Column

NUMBER ()

NUMBER ()

VARCHAR2 (50)

NUMBER ()

VARCHAR2 (300)

VARCHAR2 (300)

VARCHAR2 (300)

NUMBER ()

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIF FOLDER_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Table Name : BCI_GUI_FOLDERS

Page 50: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 18 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

FILE_TYPE

URL

URL_PARAMETERS

TEMPLATE_ID

DESCRIPTION

Column Detail

50

60

70

80

90

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Page 51: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 19 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

FOLDER_ID references BCI_GUI_FOLDERS.FOLDER_ID

BCI_GFEX_FK1

Foreign Keys

Primary Key

FOLDER_ID

ENTERPRISE_ID

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

FOLDER_ID

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

Nulls ?Col.Seq.

10

20

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIFEX ENTERPRISE_IDFOLDER_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Table Name :BCI_GUI_FOLDER_ENTERPRISE_XREF

Page 52: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 20 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

FOLDER_TREE_ID

CHILD_FOLDER_ID

PARENT_FOLDER_ID

CHILD_LEVEL_ID

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

FOLDER_TREE_ID

CHILD_FOLDER_ID

PARENT_FOLDER_ID

CHILD_LEVEL_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

NULL

NOT NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIFTR FOLDER_TREE_ID

Name Column

Table Name : BCI_GUI_FOLDER_TREE

Page 53: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 21 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

FOLDER_TYPE_ID

NAME

DESCRIPTION

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

FOLDER_TYPE_ID

NAME

DESCRIPTION

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (300)

Type

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIFTY FOLDER_TYPE_ID

Name Column

Table Name : BCI_GUI_FOLDER_TYPES

Page 54: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 22 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

TEMPLATE_ID

HTML_PAGE

DESCRIPTION

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (30) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

TEMPLATE_ID

HTML_PAGE

DESCRIPTION

Column

NUMBER ()

VARCHAR2 (30)

VARCHAR2 (300)

Type

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIHT TEMPLATE_ID

Name Column

Table Name : BCI_GUI_HTML_TEMPLATES

Page 55: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 23 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

OBJECT_ID

OBJECT_NAME

OBJECT_HTML

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

OBJECT_ID

OBJECT_NAME

OBJECT_HTML

Column

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (300)

Type

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIO OBJECT_ID

Name Column

Table Name : BCI_GUI_OBJECTS

Page 56: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 24 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

HEADER_ID references BCI_GUI_OBJECT_HEAD.HEADER_ID

BCI_GOD_FK1

Foreign Keys

Primary Key

DETAIL_ID

HEADER_ID

LABEL

VALUE

SEQ

Column Detail

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

DETAIL_ID

HEADER_ID

LABEL

VALUE

SEQ

IS_DEFAULT

DESCRIPTION

Column

NUMBER ()

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (100)

NUMBER ()

VARCHAR2 (1)

VARCHAR2 (100)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIOD DETAIL_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Table Name : BCI_GUI_OBJECT_DETAIL

Page 57: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 25 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

IS_DEFAULT

DESCRIPTION

Column Detail

60

70

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Page 58: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 26 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

OBJECT_ID references BCI_GUI_OBJECTS.OBJECT_ID

BCI_GOH_FK1

Foreign Keys

Primary Key

HEADER_ID

OBJECT_ID

HTML_CODE

HTML_LABEL

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (30) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

HEADER_ID

OBJECT_ID

HTML_CODE

HTML_LABEL

Column

NUMBER ()

NUMBER ()

VARCHAR2 (30)

VARCHAR2 (100)

Type

NOT NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIOH HEADER_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Table Name : BCI_GUI_OBJECT_HEAD

Page 59: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 27 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

HEADER_ID

TEMPLATE_ID

Column

BCI_GUIHTU_I1

BCI_GUIHTU_I1

Name

UNIQUE

UNIQUE

Index Type

TEMPLATE_ID references BCI_GUI_HTML_TEMPLATES.TEMPLATE_ID

HEADER_ID references BCI_GUI_OBJECT_HEAD.HEADER_ID

BCI_GOTX_FK1

BCI_GOTX_FK2

Foreign Keys

HEADER_ID

TEMPLATE_ID

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

HEADER_ID

TEMPLATE_ID

Column

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

Nulls ?Col.Seq.

10

20

Column Summary

Seq.

1

2

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Restricted

Restricted

Restricted

Restricted

Table Name :BCI_GUI_OBJECT_TEMPLATE_XREF

Page 60: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 28 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

DATA_SET_ID references BCI_DATA_SETS.DATA_SET_ID

DETAIL_ID references BCI_GUI_OBJECT_DETAIL.DETAIL_ID

BCI_GOV_FK1

BCI_GOV_FK2

Foreign Keys

Primary Key

DATA_SET_ID

DETAIL_ID

FREEFORM

READ_ONLY

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

DATA_SET_ID

DETAIL_ID

FREEFORM

READ_ONLY

Column

NUMBER ()

NUMBER ()

VARCHAR2 (300)

VARCHAR2 (1)

Type

NOT NULL

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_GUIOV DATA_SET_IDDETAIL_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Restricted

Restricted

Restricted

Restricted

Name Column

Table Name : BCI_GUI_OBJECT_VALUES

Page 61: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 29 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Column Detail

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Page 62: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 30 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PURGE_ID

TYPE_ID

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (2) ;() ; ; Uppercase ? :No ;

PURGE_ID

TYPE_ID

Column

NUMBER ()

VARCHAR2 (2)

Type

NOT NULL

NOT NULL

Nulls ?Col.Seq.

10

20

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Table Name : BCI_MANUAL_PURGE

Page 63: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 31 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

STEP_CONTEXT_VALUES_ID

CONTEXT_NAME

CONTEXT_VALUE

DESCRIPTION

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (100) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

STEP_CONTEXT_VALUES_ID

CONTEXT_NAME

CONTEXT_VALUE

DESCRIPTION

Column

NUMBER ()

VARCHAR2 (100)

VARCHAR2 (300)

VARCHAR2 (300)

Type

NOT NULL

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_SCV STEP_CONTEXT_VALUES_IDCONTEXT_NAME

Name Column

Table Name : BCI_STEP_CONTEXT_VALUES

Page 64: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 32 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

DATA_STREAM_STEP_ID referencesBCI_DATA_STREAM_STEPS.DATA_STREAM_STEP_ID

BCI_SS_FK1

Foreign Keys

Primary Key

DATA_SET_ID

DATA_STREAM_STEP_ID

START_DATE

END_DATE

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Date ;() ; ; Uppercase ? :No ;

DATA_SET_ID

DATA_STREAM_STEP_ID

START_DATE

END_DATE

ERROR_FILE_NAME

ERROR_MESSAGE

STEP_STATUS

Column

NUMBER ()

NUMBER ()

DATE

DATE

VARCHAR2 (300)

VARCHAR2 (300)

VARCHAR2 (1)

Type

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_BCI_STEPST DATA_SET_IDDATA_STREAM_STEP_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Table Name : BCI_STEP_STATUSES

Page 65: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 33 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ERROR_FILE_NAME

ERROR_MESSAGE

STEP_STATUS

Column Detail

50

60

70

Optional ? :Yes ; Date ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (300) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Page 66: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 34 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

PARAMETER

SETTING

DESCRIPTION

INT_VALUE

ENTERPRISE_ID

Column Detail

10

20

30

40

50

Optional ? :No ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

PARAMETER

SETTING

DESCRIPTION

INT_VALUE

ENTERPRISE_ID

Column

VARCHAR2 (50)

VARCHAR2 (255)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NOT NULL

Nulls ?Col.Seq.

10

20

30

40

50

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_CONFIGURATION PARAMETERENTERPRISE_ID

Name Column

General configuration parameters Description :

Parameter name

Value

helpful text for sys admin

Integer value or null

Table Name : CONFIGURATION

Page 67: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 35 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

COST_I1

Name

NOT UNIQUE

Index Type

WORKSHEETID references DES_STYLES.STYLE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

COST_FK1

COST_FK2

Foreign Keys

Primary Key

WORKSHEETID

Column Detail

Index Summary

10

WORKSHEETID

COSTDATA

TYPE

ENTERPRISE_ID

Column

NUMBER ()

LONG RAW ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_COSTINGDATA WORKSHEETIDTYPE

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

Restricted

Restricted

Restricted

Restricted

Name Column

Storage for design costing info objectsDescription :

Table Name : COSTINGDATA

Page 68: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 36 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

COSTDATA

TYPE

ENTERPRISE_ID

Column Detail

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Long Raw () ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

One record per worksheet only

Serialized/compressed etc.

Allows several records per worksheet

Owning enterprise

Page 69: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 37 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

CNTRY_I1

Name

NOT UNIQUE

Index Type

Primary Key

COUNTRYID

COUNTRYNAME

DIALCODE

Column Detail

Index Summary

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (10) ;() ; ; Uppercase ? :No ;

COUNTRYID

COUNTRYNAME

DIALCODE

ACTIVECOUNTRY

COUNTRYCODE

CURRENCYCODE

CURRENCYUNIT

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (10)

NUMBER ()

VARCHAR2 (8)

VARCHAR2 (8)

VARCHAR2 (16)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_COUNTRIES COUNTRYID

Name Column

Global countries list Description :

Name

Dial code, may not be used yet.

Table Name : COUNTRIES

Page 70: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 38 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ACTIVECOUNTRY

COUNTRYCODE

CURRENCYCODE

CURRENCYUNIT

ENTERPRISE_ID

Column Detail

50

60

70

80

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

If zero, does not appear in choices

Page 71: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 39 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PATHID

PATHDESCRIPTION

BUYERID

PUBLISHERID

DEPARTMENTID

AVAILDATE

ONSALEDATE

STATE

PROTECTION

QUANTITY

COMMITQUANTITY

ACTUALQUANTITY

ACTUALCOMMENT

BUYERCOMMENT

SEASONID

ORDERNUMBER

STYLENUMBER

OPTIONNUMBER

SUPPLIERID

ACCOUNTID

CREATIONDATE

COMMITDATE

PUBLISHDATE

FACTORYID

COUNTRYID

PRODUCTID

COLOURID

SUPPLIERREFERENCE

Column

NUMBER ()

VARCHAR2 (128)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (50)

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (50)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

240

250

260

270

280

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Webtrack templatesDescription :

Table Name : CRITICALPATHS

Page 72: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 40 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

BUYERID

ENTERPRISE_ID

Column

CP_I1

CP_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

PARENTID references FOLDERINFO.FOLDERINFOID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

CP_FK1

CP_FK2

Foreign Keys

Primary Key

PATHID

Column Detail

Index Summary

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

FIRSTNOTDONEID

FIRSTNOTDONEDATE

FIRSTNOTDONEDESC

ALERT

AVAILPLAN

AVAILFORECAST

SUPPLIERDIARY

FIRSTNOTDONENAMEID

PATHVALUE

TECHNOLOGISTID

PHASEID

PARENTID

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

290

300

310

320

330

340

350

360

370

380

390

400

410

Seq.

1

1

PK_CRITICALPATHS PATHID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Page 73: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 41 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATHDESCRIPTION

BUYERID

PUBLISHERID

DEPARTMENTID

AVAILDATE

ONSALEDATE

STATE

PROTECTION

QUANTITY

COMMITQUANTITY

ACTUALQUANTITY

ACTUALCOMMENT

BUYERCOMMENT

SEASONID

Column Detail

20

30

40

50

60

70

80

90

100

110

120

130

140

150

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

textual description, Path added to name of field to distinguish from field inevents table

Buyer who can publish

Department of drafter

Initial Availability Date

0 = template, 1 = draft

0 = can be deleted, 1 = no delete allowed

Plan Quantity

Quantity committed by supplier

Actual/forecast quantity

Suppliers explanation for quantity slip

Buyer's comment on quantity change

Season and phase

Page 74: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 42 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ORDERNUMBER

STYLENUMBER

OPTIONNUMBER

SUPPLIERID

ACCOUNTID

CREATIONDATE

COMMITDATE

PUBLISHDATE

FACTORYID

COUNTRYID

PRODUCTID

COLOURID

SUPPLIERREFERENCE

FIRSTNOTDONEID

Column Detail

160

170

180

190

200

210

220

230

240

250

260

270

280

290

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Further descriptive information for path

Default supplier as entered on creation form

Account manager for path

Time of path creation

Date committed by supplier

Date published by buyer

Factory of origin

Country, may be that of factory

Associated product

Product colour

Optional supplier reference

Page 75: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 43 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

FIRSTNOTDONEDATE

FIRSTNOTDONEDESC

ALERT

AVAILPLAN

AVAILFORECAST

SUPPLIERDIARY

FIRSTNOTDONENAMEID

PATHVALUE

TECHNOLOGISTID

PHASEID

PARENTID

ENTERPRISE_ID

Column Detail

300

310

320

330

340

350

360

370

380

390

400

410

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ID of first event not done, zero if all done.

Forecast date of first not done event, active paths only

Description of first event not done

Alert Status 0 = green, 1 = amber, 2 = red.

Planned initial availability

Forecast initial availability

Diary of supplier comments, date stamped.

Event name id of first not done event

Total path value in pounds (quantity * product unit value)

Technologist monitoring the path (in event ownership mode)

New phase id for new portfolio seasons

Reference to folderinfo record of parent; zero if in root folder

Page 76: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 44 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

DEPTS_I1

Name

NOT UNIQUE

Index Type

DIVISIONID references DIVISIONS.DIVISIONID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

DEPTS_FK1

DEPTS_FK2

Foreign Keys

Primary Key

DEPARTMENTID

Column Detail

Index Summary

10

DEPARTMENTID

DEPARTMENTNAME

DEPARTMENTNUMBER

DIVISIONID

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (8)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_DEPARTMENTS DEPARTMENTID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

DepartmentsDescription :

Table Name : DEPARTMENTS

Page 77: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 45 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

DEPARTMENTNAME

DEPARTMENTNUMBER

DIVISIONID

ENTERPRISE_ID

Column Detail

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 78: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 46 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

Column Detail

MATERIAL_ID

MATERIAL_TYPE

PART_CODE

DESCRIPTION

SPEC_CODE

MEASURE_UNIT

SUPPLIER_PRICE

PURCHASE_PRICE

LEAD_TIME

SUPPLIER_CODE

COLOUR_REF

CARE_INSTRUCTIONS

CONFIRMED

WIDTH

CURRENCY_NAME

SPECIAL_INSTRUCTIONS

FABRIC_WIDTH1

FABRIC_WIDTH2

WEAVE_REF

PRINT_REF

WEIGHT

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (2000)

VARCHAR2 (32)

VARCHAR2 (16)

FLOAT (126)

FLOAT (126)

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (2000)

VARCHAR2 (8)

FLOAT (126)

VARCHAR2 (32)

VARCHAR2 (2000)

FLOAT (126)

FLOAT (126)

VARCHAR2 (32)

VARCHAR2 (32)

FLOAT (126)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_DES_MATERIALS MATERIAL_ID

Name Column

Design materialsDescription :

Table Name : DES_MATERIALS

Page 79: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 47 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

DES_MAT_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

DES_MAT_FK1

Foreign Keys

MATERIAL_ID

MATERIAL_TYPE

PART_CODE

DESCRIPTION

SPEC_CODE

MEASURE_UNIT

SUPPLIER_PRICE

PURCHASE_PRICE

LEAD_TIME

SUPPLIER_CODE

COLOUR_REF

CARE_INSTRUCTIONS

CONFIRMED

WIDTH

Column Detail

Index Summary

10

20

30

40

50

60

70

80

90

100

110

120

130

140

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Seq.

1

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Page 80: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 48 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

CURRENCY_NAME

SPECIAL_INSTRUCTIONS

FABRIC_WIDTH1

FABRIC_WIDTH2

WEAVE_REF

PRINT_REF

WEIGHT

ENTERPRISE_ID

Column Detail

150

160

170

180

190

200

210

220

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Renamed to avoid reserved word

Page 81: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 49 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

USER_ID references ENT_USERS.USER_ID

STYLE_ID references DES_STYLES.STYLE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

DESLOG_FK1

DESLOG_FK2

DESLOG_FK3

Foreign Keys

Primary Key

Column Detail

STYLELOG_ID

STYLE_ID

USER_ID

LOG_DATE

LOG_COMMENT

LOG_OBJECT

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

LONG RAW ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_DES_STYLELOG STYLELOG_ID

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Name Column

Design style change log enteriesDescription :

Table Name : DES_STYLELOG

Page 82: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 50 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

STYLE_ID

ENTERPRISE_ID

Column

DESLOG_I1

DESLOG_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

STYLELOG_ID

STYLE_ID

USER_ID

LOG_DATE

LOG_COMMENT

LOG_OBJECT

ENTERPRISE_ID

Column Detail

Index Summary

10

20

30

40

50

60

70

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Long Raw () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

Page 83: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 51 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

STYLE_ID

SHORT_NAME

LONG_NAME

CREATION_DATE

RETAILER_ID

CHANGE_DATE

R_SEASON_ID

R_DEPT_ID

R_CLASS_ID

R_SUBCLASS_ID

R_PHASE_ID

R_BUYER_ID

R_QUALITY_ID

R_DESIGNER_ID

R_THEME_ID

R_SIZERANGE_ID

R_COLOUR_LIST

R_STYLE_NUMBER

R_PRICE_OPTION

R_RETAIL_PRICE

R_VAT_RATE

R_STATE_ID

R_STATE_DATE

SUPPLIER_ID

S_ACCOUNT_ID

S_DESIGN_NUMBER

S_DESIGNER_ID

S_TECH_ID

Column

NUMBER ()

VARCHAR2 (255)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (32)

NUMBER ()

FLOAT (126)

FLOAT (126)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

45

50

60

70

75

90

110

120

130

140

150

165

170

180

190

200

210

215

230

240

250

260

270

280

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Design stylesDescription :

Table Name : DES_STYLES

Page 84: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 52 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Primary Key

STYLE_ID

SHORT_NAME

LONG_NAME

CREATION_DATE

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

S_TEAM_ID

S_LOCATION_ID

S_COUNTRY_ID

S_COST_OPTION

S_NET_COST

S_STATE_ID

S_STATE_DATE

VOLUME

VERSION_NUMBER

ORIGINAL_ID

PERMISSIONS

STATUS_CODE

RANDOM_JUNK

ENTERPRISE_ID

AGENT_ID

A_CONTACT_ID

MISC_JUNK

DATA_CHANGE

DOCUMENT_CHANGE

R_FOBCOUNTRY_ID

R_FOBLOCATION_ID

EDIT_USER_ID

EDIT_ENT_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

FLOAT (126)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (8)

NUMBER ()

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (4000)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (4000)

VARCHAR2 (1)

VARCHAR2 (1)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

290

300

310

320

330

340

350

360

370

380

390

400

410

420

430

440

450

460

470

480

490

500

510

PK_DES_STYLES STYLE_ID

Name Column

Short name

Description

Page 85: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 53 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

R_SEASON_ID references ENT_SEASONS.SEASON_ID

S_DESIGNER_ID references ENT_USERS.USER_ID

R_SIZERANGE_ID references SIZECHARTS.SIZECHARTID

R_STATE_ID references ENT_WORKFLOWSTATES.STATE_ID

S_STATE_ID references ENT_WORKFLOWSTATES.STATE_ID

S_TEAM_ID references DEPARTMENTS.DEPARTMENTID

RETAILER_ID references WT_ENTERPRISES.ENTERPRISE_ID

SUPPLIER_ID references WT_ENTERPRISES.ENTERPRISE_ID

AGENT_ID references WT_ENTERPRISES.ENTERPRISE_ID

DES_ST_FK1

DES_ST_FK10

DES_ST_FK11

DES_ST_FK12

DES_ST_FK13

DES_ST_FK14

DES_ST_FK15

DES_ST_FK16

DES_ST_FK17

Foreign Keys

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 86: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 54 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

EDIT_ENT_ID references WT_ENTERPRISES.ENTERPRISE_ID

S_LOCATION_ID references ENT_LOCATIONS.LOCATION_ID

R_PHASE_ID references ENT_PHASES.PHASE_ID

R_FOBLOCATION_ID references ENT_LOCATIONS.LOCATION_ID

S_COUNTRY_ID references COUNTRIES.COUNTRYID

R_FOBCOUNTRY_ID references COUNTRIES.COUNTRYID

S_TECH_ID references ENT_USERS.USER_ID

S_ACCOUNT_ID references ENT_USERS.USER_ID

A_CONTACT_ID references ENT_USERS.USER_ID

DES_ST_FK18

DES_ST_FK19

DES_ST_FK2

DES_ST_FK20

DES_ST_FK21

DES_ST_FK22

DES_ST_FK23

DES_ST_FK24

DES_ST_FK25

Foreign Keys

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 87: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 55 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

EDIT_USER_ID references ENT_USERS.USER_ID

ORIGINAL_ID references DES_STYLES.STYLE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

R_CLASS_ID references KEYDATA.KEYDATAID

R_SUBCLASS_ID references KEYDATA.KEYDATAID

R_THEME_ID references KEYDATA.KEYDATAID

R_DEPT_ID references DEPARTMENTS.DEPARTMENTID

R_BUYER_ID references ENT_USERS.USER_ID

R_QUALITY_ID references ENT_USERS.USER_ID

DES_ST_FK26

DES_ST_FK27

DES_ST_FK28

DES_ST_FK3

DES_ST_FK4

DES_ST_FK5

DES_ST_FK6

DES_ST_FK7

DES_ST_FK8

Foreign Keys

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 88: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 56 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

RETAILER_ID

SUPPLIER_ID

R_DEPT_ID

R_SEASON_ID

ORIGINAL_ID

AGENT_ID

Column

DES_ST_I1

DES_ST_I2

DES_ST_I3

DES_ST_I4

DES_ST_I5

DES_ST_I6

DES_ST_I7

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

R_DESIGNER_ID references ENT_USERS.USER_ID

DES_ST_FK9

Foreign Keys

RETAILER_ID

CHANGE_DATE

R_SEASON_ID

R_DEPT_ID

R_CLASS_ID

R_SUBCLASS_ID

R_PHASE_ID

Column Detail

Index Summary

45

50

60

70

75

90

110

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

1

1

1

1

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Retailer (owns some of the fields)

Retailer season

Retailer department

Retailer class

Retailer subclass

Page 89: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 57 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

R_BUYER_ID

R_QUALITY_ID

R_DESIGNER_ID

R_THEME_ID

R_SIZERANGE_ID

R_COLOUR_LIST

R_STYLE_NUMBER

R_PRICE_OPTION

R_RETAIL_PRICE

R_VAT_RATE

R_STATE_ID

R_STATE_DATE

SUPPLIER_ID

S_ACCOUNT_ID

S_DESIGN_NUMBER

Column Detail

120

130

140

150

165

170

180

190

200

210

215

230

240

250

260

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Retailer users

Retailer theme

Retailer size chart id

List of palette/colour ids

Retailer style #

Average retail price

VAT rate

Current retailer status

Retailer status change date

Supplier (owns other fields)

Supplier users

Page 90: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 58 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

S_DESIGNER_ID

S_TECH_ID

S_TEAM_ID

S_LOCATION_ID

S_COUNTRY_ID

S_COST_OPTION

S_NET_COST

S_STATE_ID

S_STATE_DATE

VOLUME

VERSION_NUMBER

ORIGINAL_ID

PERMISSIONS

STATUS_CODE

Column Detail

270

280

290

300

310

320

330

340

350

360

370

380

390

400

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Supplier team (what on earth? Initially department)

Supplier factory, etc

Supplier country

Item cost from supplier

Current supplier status

Supplier status change date

Total volume, entered manually or via pricing sheet

Version (A, etc)

ID of first style version

Permissions bits (four bits per category)

Some sort of nightmare status code

Page 91: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 59 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

RANDOM_JUNK

ENTERPRISE_ID

AGENT_ID

A_CONTACT_ID

MISC_JUNK

DATA_CHANGE

DOCUMENT_CHANGE

R_FOBCOUNTRY_ID

R_FOBLOCATION_ID

EDIT_USER_ID

EDIT_ENT_ID

Column Detail

410

420

430

440

450

460

470

480

490

500

510

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (4000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (4000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Random other stuff at the whim of the spec (packed panel)

ID of creator?

PLX agent identifier

Agent contact id

Packed misc junk fields

Set to non null on data change

Set to non null on document change

FOB country ID (retailer)

FOB location ID (retailer)

User ID of last edit

Enterprise ID of last edit

Page 92: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 60 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

DIVS_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

DIVS_FK1

Foreign Keys

Primary Key

DIVISIONID

DIVISIONNAME

DIVISIONNUMBER

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

DIVISIONID

DIVISIONNAME

DIVISIONNUMBER

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (50)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_DIVISIONS DIVISIONID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

DivisionsDescription :

Table Name : DIVISIONS

Page 93: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 61 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

40

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 94: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 62 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

APPCODE

ENTERPRISE_ID

Column

ENT_ALU_I1

ENT_ALU_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

Primary Key

USER_ID

APPCODE

ALTUSER_ID

ENTERPRISE_ID

Column Detail

Index Summary

10

27

35

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

USER_ID

APPCODE

ALTUSER_ID

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

27

35

40

Column Summary

Seq.

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_ALTUSERS USER_IDAPPCODEALTUSER_ID

Name Column

Oringal user ID

Application code

ID of alternate user

Enterprise of both users

Table Name : ENT_ALTUSERS

Page 95: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 63 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Column Detail

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 96: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 64 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_ATTRS_FK1

Foreign Keys

Primary Key

PARENT_KEY

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

PARENT_KEY

PARENT_ITEM_KEY

ATTRIBUTE_CLASS

ORDERING

DISPLAY_NAME

ATTRIBUTE_KEY

TEXT_VALUE

NUMERIC_VALUE

FORMAT

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (255)

FLOAT (126)

VARCHAR2 (32)

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_ATTRS PARENT_KEYPARENT_ITEM_KEYATTRIBUTE_CLASSORDERING

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Generalized attributes: used with Webtrack items/projectsDescription :

Key from main parent table

Table Name : ENT_ATTRS

Page 97: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 65 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PARENT_ITEM_KEY

ATTRIBUTE_CLASS

ENTERPRISE_ID

Column

ENT_ATTRS_I1

ENT_ATTRS_I2

ENT_ATTRS_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

PARENT_ITEM_KEY

ATTRIBUTE_CLASS

ORDERING

DISPLAY_NAME

ATTRIBUTE_KEY

TEXT_VALUE

NUMERIC_VALUE

FORMAT

ENTERPRISE_ID

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Optional key from parent's subtable. Leave zero if not used

Attribute class. Unique value allocated centrally.

Display ordering

Name to display

Optional application specific key

Text value

Numeric equivalent

Format definition

Owning enterprise

Page 98: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 66 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

AUDIT_FK1

Foreign Keys

Primary Key

AUDIT_ID

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

AUDIT_ID

AUDIT_EVENT

AUDIT_WHEN

AUDIT_TIMESTAMP

AUDIT_DETAIL

AUDIT_TARGET

AUDIT_TARGET_DETAIL

USER_ID

USER_NAME

USER_ADDRESS

CLEARED

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

DATE

VARCHAR2 (2000)

NUMBER ()

VARCHAR2 (128)

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (128)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_AUDIT AUDIT_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Security audit entriesDescription :

Standard primary key

Table Name : ENT_AUDIT

Page 99: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 67 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

AUDIT_EVENT

CLEARED

USER_ID

AUDIT_WHEN

AUDIT_TARGET

ENTERPRISE_ID

Column

AUDIT_I1

AUDIT_I1

AUDIT_I2

AUDIT_I3

AUDIT_I4

AUDIT_I5

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

AUDIT_EVENT

AUDIT_WHEN

AUDIT_TIMESTAMP

AUDIT_DETAIL

AUDIT_TARGET

AUDIT_TARGET_DETAIL

USER_ID

USER_NAME

USER_ADDRESS

CLEARED

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

110

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Date ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Seq.

1

2

1

1

1

1

Event code

timestamp (Java)

DB representation (for SQL junkies)

Event specific information, may be null

ID of object updated or created, may be null

More information on what was updated

User

Name (for cases where id not known)

IP address (text to cope with IPv6 one day, or even hostnames)

Set non-zero if event is to be ignored (primarily for bad login counting)

Page 100: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 68 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

120

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Enterprise

Page 101: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 69 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

PATH_ID

EVENT_ID

EVENT_NAME

EVENT_NAME_ID

PATH_OWNER_ID

EVENT_ENTERPRISE_ID

EVENT_CONTACT_ID

PLAN_DATE

REVISED_DATE

ACTUAL_DATE

DONE

SERIAL

AMBERDAYS

REDDAYS

REMINDERDAYS

AMBER_ALERTED

RED_ALERTED

REMINDER_SENT

ENTERPRISE_ID

ENT_EVENT_ID

EVENT_DEPENDENCIES

NST_PATH_ID

INITIAL_DATE

Column

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NOT NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_EVENTS PATH_IDEVENT_ID

Name Column

Webtrack events Description :

Table Name : ENT_EVENTS

Page 102: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 70 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_ID

EVENT_ENTERPRISE_ID

EVENT_CONTACT_ID

ENTERPRISE_ID

Column

ENT_EV_I1

ENT_EV_I2

ENT_EV_I3

ENT_EV_I4

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

PATH_ID references ENT_PATHS.PATH_ID

PATH_OWNER_ID references ENT_USERS.USER_ID

EVENT_CONTACT_ID references ENT_USERS.USER_ID

NST_PATH_ID references ENT_PATHS.PATH_ID

EVENT_NAME_ID references EVENTNAMES.EVENTNAMEID

EVENT_ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_EV_FK1

ENT_EV_FK2

ENT_EV_FK3

ENT_EV_FK4

ENT_EV_FK5

ENT_EV_FK6

ENT_EV_FK7

Foreign Keys

Index Summary

Seq.

1

1

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 103: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 71 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_ID

EVENT_ID

EVENT_NAME

EVENT_NAME_ID

PATH_OWNER_ID

EVENT_ENTERPRISE_ID

EVENT_CONTACT_ID

PLAN_DATE

REVISED_DATE

ACTUAL_DATE

DONE

SERIAL

AMBERDAYS

REDDAYS

Column Detail

10

20

30

40

50

60

70

80

90

100

110

120

130

140

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

refers to entry in critical paths

entry within a path;

Textual description

Reference to event names

ID of user owning path, for quick checks

Reference to enterprise responsible for event

Reference to user responsible for event

Original plan

Revised date

Actual date (if zero and complete, use revised_date)

0 if not complete, 1 if complete, 2 if cancelled

Days late before amber alert, null means NEVER

Days late before red alert, null means NEVER

Page 104: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 72 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

REMINDERDAYS

AMBER_ALERTED

RED_ALERTED

REMINDER_SENT

ENTERPRISE_ID

ENT_EVENT_ID

EVENT_DEPENDENCIES

NST_PATH_ID

INITIAL_DATE

Column Detail

150

160

170

180

190

200

210

220

230

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Days before reminder, null means NEVER

Reminder message sent?

Enterprise owning event, for quick checks

New unique (set on insert) event id.

Event dependencies (event name id list)

ID of nested track

First plan date (aka baseline date)

Page 105: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 73 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

DEPARTMENT_ID references DEPARTMENTS.DEPARTMENTID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_ITEM_FK1

ENT_ITEM_FK2

Foreign Keys

Primary Key

ITEM_ID

ITEM_NAME

ITEM_TYPE

DEPARTMENT_ID

STYLE_NUMBER

VENDOR_NUMBER

CLASS_NAME

SUBCLASS_NAME

COLOUR_LIST

UNIT_VALUE

ATTRIBUTE_LIST

ITEM_COMMENTS

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (2000)

FLOAT (126)

VARCHAR2 (255)

VARCHAR2 (2000)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_ITEMS ITEM_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Enterprise products, projects etc. Description :

Table Name : ENT_ITEMS

Page 106: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 74 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

ENTERPRISE_ID

STYLE_NUMBER

Column

ENT_ITEM_I1

ENT_ITEM_I2

ENT_ITEM_I2

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

ITEM_ID

ITEM_NAME

ITEM_TYPE

DEPARTMENT_ID

STYLE_NUMBER

VENDOR_NUMBER

CLASS_NAME

SUBCLASS_NAME

COLOUR_LIST

UNIT_VALUE

ATTRIBUTE_LIST

ITEM_COMMENTS

Column Detail

Index Summary

10

20

30

40

50

60

70

80

90

100

110

120

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Seq.

1

1

2

0 for product, 1 for project, etc.

Owning department

Reference to other system, eg RMS

Vendor product no.

Hierarchy values

Comma-separated colour list

Unit value

Attribute list

Product comments

Page 107: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 75 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

130

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 108: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 76 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

COUNTRY_ID references COUNTRIES.COUNTRYID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_L_FK1

ENT_L_FK2

Foreign Keys

Primary Key

LOCATION_ID

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

LOCATION_ID

LOCATION_NAME

LOCATION_TYPE

PRIMARY_FLAG

COUNTRY_ID

ADDRESS_INFO

ENTERPRISE_ID

LEAD_TIME

LOCATION_CODE

Column

NUMBER ()

VARCHAR2 (64)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

VARCHAR2 (16)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_LOCATIONS LOCATION_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Enterprise locations. Description :

Table Name : ENT_LOCATIONS

Page 109: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 77 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

ENT_L1

Name

NOT UNIQUE

Index Type

LOCATION_NAME

LOCATION_TYPE

PRIMARY_FLAG

COUNTRY_ID

ADDRESS_INFO

ENTERPRISE_ID

LEAD_TIME

LOCATION_CODE

Column Detail

Index Summary

20

30

40

50

60

70

80

90

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Seq.

1

Packed, includes phone, fax?

Owning enterprise

Lead time associated with location. Use is application dependent.

Page 110: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 78 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

LOCKOBJECT

UNIQUEKEY

EXPIRY

TERMINAL

Column

ENT_LK_I1

ENT_LK_I2

ENT_LK_I3

ENT_LK_I4

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

Primary Key

LOCK_ID

LOCKOBJECT

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

LOCK_ID

LOCKOBJECT

UNIQUEKEY

USERNAME

GRABTIME

TIMEOUT

REQUESTED

EXPIRY

TERMINAL

Column

NUMBER ()

VARCHAR2 (128)

VARCHAR2 (128)

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

Column Summary

Seq.

1

1

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_LOCKS LOCK_ID

Name Column

Edit locksDescription :

Identifies object

Table Name : ENT_LOCKS

Page 111: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 79 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

UNIQUEKEY

USERNAME

GRABTIME

TIMEOUT

REQUESTED

EXPIRY

TERMINAL

Column Detail

30

40

50

60

70

80

90

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Identifies session

Name of lock owner

Datestamp when grabbed

Timeout value (seconds) for refreshment

Set to non-zero if user has requested item

Expiry time if requested

Absolute timeout

Page 112: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 80 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

APPLICATION_NUMBER

LIST_CODE

ENTERPRISE_ID

Column

ENT_MCL_I1

ENT_MCL_I1

ENT_MCL_I2

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

USER_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_MCL_FK1

ENT_MCL_FK2

Foreign Keys

Index Summary

APPLICATION_NUMBER

LIST_CODE

VIEW_CODE

USER_ID

CODE

POSITION

WIDTH

OPTIONS

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

Column Summary

Seq.

1

2

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

MCL column dataDescription :

Table Name : ENT_MCLDATA

Page 113: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 81 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

APPLICATION_NUMBER

LIST_CODE

VIEW_CODE

USER_ID

CODE

POSITION

WIDTH

OPTIONS

ENTERPRISE_ID

Column Detail

10

20

30

40

50

60

70

80

90

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Identifies application (design, etc)

Identifies list

Identifies view

User saving config; 0 for administrator

Column code

Column position

Column width

Other options (show, wrap, etc)

Owning enterprise

Page 114: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 82 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

APPLICATION_NUMBER

LIST_CODE

ENTERPRISE_ID

Column

ENT_MCLHD_I1

ENT_MCLHD_I1

ENT_MCLHD_I2

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

USER_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_MCLHD_FK1

ENT_MCLHD_FK2

Foreign Keys

Column Detail

Index Summary

APPLICATION_NUMBER

LIST_CODE

VIEW_CODE

USER_ID

CODE

HEADING

LANGUAGE_CODE

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (32)

NUMBER ()

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

2

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

MCL headingsDescription :

Table Name : ENT_MCLHEADINGS

Page 115: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 83 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

APPLICATION_NUMBER

LIST_CODE

VIEW_CODE

USER_ID

CODE

HEADING

LANGUAGE_CODE

ENTERPRISE_ID

Column Detail

10

20

30

40

50

60

70

80

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Identifies application (design, etc)

Identifies list

Identifies view

User saving config; 0 for administrator

Column code

Heading

Language

Owning enterprise

Page 116: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 84 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

USER_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_OBJS_FK1

ENT_OBJS_FK2

Foreign Keys

Primary Key

OBJECT_ID

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

OBJECT_ID

OBJECT_TYPE

OBJECT_SUBTYPE

OBJECT_NAME

OBJECT_DATE

OBJECT_DATA

USER_ID

OWNER_ID

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (16)

VARCHAR2 (128)

NUMBER ()

LONG RAW ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_OBJECTSTORE OBJECT_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

General java object store. Description :

Table Name : ENT_OBJECTSTORE

Page 117: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 85 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

USER_ID

OBJECT_TYPE

Column

ENT_OBJS_I1

ENT_OBJS_I2

ENT_OBJS_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

OBJECT_TYPE

OBJECT_SUBTYPE

OBJECT_NAME

OBJECT_DATE

OBJECT_DATA

USER_ID

OWNER_ID

ENTERPRISE_ID

Column Detail

Index Summary

20

30

40

50

60

70

80

90

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Long Raw () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Internal object class, app specific.

Allows subtyping withing main use

Name of object, user defined

Date of creation/update

Serialized object

Owning user, may be zero

Owner ID of item in other table

Owning enterprise

Page 118: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 86 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

PARAMETER_ID

PARAMETER_NAME

PARAMETER_CODE

IS_GLOBAL

PARAMETER_TYPE

PARAMETER_OPTIONS

DEFAULT_NUM

DEFAULT_STR

NUM_KEYS

KEY_TYPE_1

KEY_TYPE_2

KEY_TYPE_3

KEY_TYPE_4

KEY_TYPE_5

KEY_LABEL_1

KEY_LABEL_2

KEY_LABEL_3

KEY_LABEL_4

KEY_LABEL_5

KEY_DETAIL_1

KEY_DETAIL_2

KEY_DETAIL_3

KEY_DETAIL_4

KEY_DETAIL_5

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (32)

NUMBER ()

NUMBER ()

NUMBER ()

FLOAT (126)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

240

250

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Name Column

Parameter definitions (for lookups)Description :

Table Name : ENT_PARAMETERS

Page 119: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 87 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PARAMETER_CODE

ENTERPRISE_ID

Column

ENT_PARMS_I1

ENT_PARMS_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_PARMS_FK1

Foreign Keys

PARAMETER_ID

PARAMETER_NAME

PARAMETER_CODE

IS_GLOBAL

PARAMETER_TYPE

PARAMETER_OPTIONS

DEFAULT_NUM

DEFAULT_STR

Column Detail

Index Summary

10

20

30

40

50

60

70

80

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Seq.

1

1

PK_ENT_PARAMETERS PARAMETER_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Primary key ID

Parameter name used in GUI

Parameter code used in lookup functions

If global values are entered by system administrator

Integer, float or string

Bit string of other options

Default numeric value

Default string value

Page 120: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 88 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

NUM_KEYS

KEY_TYPE_1

KEY_TYPE_2

KEY_TYPE_3

KEY_TYPE_4

KEY_TYPE_5

KEY_LABEL_1

KEY_LABEL_2

KEY_LABEL_3

KEY_LABEL_4

KEY_LABEL_5

KEY_DETAIL_1

KEY_DETAIL_2

KEY_DETAIL_3

KEY_DETAIL_4

KEY_DETAIL_5

ENTERPRISE_ID

Column Detail

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

240

250

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Number of keys

Key types

Key labels (optional)

Key detail values (optional)

Owing enterprise

Page 121: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 89 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Column Detail

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 122: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 90 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PARAMETER_ID references ENT_PARAMETERS.PARAMETER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_PVALS_FK1

ENT_PVALS_FK2

Foreign Keys

Primary Key

PARAMVALUE_ID

PARAMETER_ID

VALUE_NUM

VALUE_STR

START_DATE

END_DATE

ACTIVE_FLAG

KEY_1

KEY_2

KEY_3

KEY_4

KEY_5

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

FLOAT (126)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (32)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PARAMVALUES PARAMVALUE_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Parameter valuesDescription :

Table Name : ENT_PARAMVALUES

Page 123: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 91 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PARAMETER_ID

ENTERPRISE_ID

KEY_1

KEY_2

KEY_3

KEY_4

KEY_5

Column

ENT_PVALS_I1

ENT_PVALS_I2

ENT_PVALS_K1

ENT_PVALS_K1

ENT_PVALS_K1

ENT_PVALS_K1

ENT_PVALS_K1

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

PARAMVALUE_ID

PARAMETER_ID

VALUE_NUM

VALUE_STR

START_DATE

END_DATE

ACTIVE_FLAG

KEY_1

KEY_2

KEY_3

Column Detail

Index Summary

10

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Seq.

1

1

1

2

3

4

5

Usual primary key

Owning parameter type

Numeric value

Default value

Start date: zero means since the beginning of time

End date: zero means no end date

Non-zero if active

Key values: often numeric but we use characters for generality

Page 124: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 92 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

KEY_4

KEY_5

ENTERPRISE_ID

Column Detail

110

120

130

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Owning enterprise

Page 125: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 93 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ENT_EPD1

Name

NOT UNIQUE

Index Type

ENTPARTNER_ID references ENT_PARTNERS.ENTPARTNER_ID

DEPARTMENT_ID references DEPARTMENTS.DEPARTMENTID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_EPD_FK1

ENT_EPD_FK2

ENT_EPD_FK3

Foreign Keys

Primary Key

Index Summary

ENTPARTNER_ID

DEPARTMENT_ID

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PARTNERDEPTS ENTPARTNER_IDDEPARTMENT_ID

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Name Column

Trading partner department allocations.Description :

Table Name : ENT_PARTNERDEPTS

Page 126: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 94 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTPARTNER_ID

DEPARTMENT_ID

ENTERPRISE_ID

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Matches value in ent_partners

Department allocation

For security checking

Page 127: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 95 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

ENTPARTNER_ID

PARTNER_ID

CONTACT_ID

STATUS

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ENTPARTNER_ID

PARTNER_ID

CONTACT_ID

STATUS

CREATION_DATE

ACCOUNT_NUMBER

ENTERPRISE_ID

PARTNER_CODE

PARTNER_ACCOUNTID

PARTNER_INFO

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (64)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PARTNERS ENTPARTNER_ID

Name Column

Enterprise trading partnersDescription :

Usual stuff key stuff

ID of partner enterprise

Admin id in other enterprise, zero if private

0 = notified, 1 = requested, 2 = declined, 3 = accepted

Table Name : ENT_PARTNERS

Page 128: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 96 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

PARTNER_ID

Column

ENT_PT1

ENT_PT2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

PARTNER_ID references WT_ENTERPRISES.ENTERPRISE_ID

CONTACT_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_PT_FK1

ENT_PT_FK2

ENT_PT_FK3

Foreign Keys

CREATION_DATE

ACCOUNT_NUMBER

ENTERPRISE_ID

PARTNER_CODE

PARTNER_ACCOUNTID

PARTNER_INFO

Column Detail

Index Summary

50

60

70

80

90

100

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Seq.

1

1

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

JT special, partner's account number in local enterprise

Owning enterprise

Enterprises internal code for the partner

Default account id for imports

Enterprise internal info for the partner

Page 129: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 97 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PATH_ID references ENT_PATHS.PATH_ID

USER_ID references ENT_USERS.USER_ID

ENT_PN_FK1

ENT_PN_FK3

Foreign Keys

Primary Key

PATH_NOTE_ID

Column Detail

10

PATH_NOTE_ID

PATH_ID

EVENT_ID

EVENT_NAME_ID

USER_ID

NOTE_DATE

NOTE_TEXT

NOTE_ACTION

EVENT_DATE

NOTE_EMAILS

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (4000)

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PATHNOTES PATH_NOTE_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Usual key

Table Name : ENT_PATHNOTES

Page 130: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 98 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_ID

Column

ENT_PN_I1

Name

NOT UNIQUE

Index Type

PATH_ID

EVENT_ID

EVENT_NAME_ID

USER_ID

NOTE_DATE

NOTE_TEXT

NOTE_ACTION

EVENT_DATE

NOTE_EMAILS

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (4000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Seq.

1

Path

Event within path

Reference to eventnames table

Identifies user in ent_users table

Date/time of note entry

The text itself

Standard action: 0 nothing, 1 done, 2 revised, 3 accepted, 4 rejected

Revised date from event, for client formatting

Page 131: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 99 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

PATH_ID

PATH_NAME

PATH_OWNER_ID

DEPARTMENT_ID

END_DATE

PATH_STATE

CREATION_DATE

MODIFICATION_DATE

PATH_ALERT

ORDERITEM_ID

COLOUR_ID

PATH_QUANTITY

PATH_VALUE

SEASON_ID

FIRST_OPEN_ID

FIRST_OPEN_NAME

FIRST_OPEN_EVENT_ID

FIRST_OPEN_DATE

FIRST_OPEN_ENTERPRISE

FIRST_OPEN_CONTACT

ENTERPRISE_ID

PARENT_PATH_ID

SUSPEND_DATE

TOPLEVEL_ENT_ID

Column

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

FLOAT (126)

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

240

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PATHS PATH_ID

Name Column

Webtrack tracksDescription :

Table Name : ENT_PATHS

Page 132: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 100 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Page 133: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 101 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_OWNER_ID references ENT_USERS.USER_ID

FIRST_OPEN_ENTERPRISE references WT_ENTERPRISES.ENTERPRISE_ID

FIRST_OPEN_CONTACT references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

DEPARTMENT_ID references DEPARTMENTS.DEPARTMENTID

ORDERITEM_ID references ORDERITEMS.ORDERITEMID

COLOUR_ID references PALETTECOLOURS.NEWCOLOURID

SEASON_ID references ENT_SEASONS.SEASON_ID

PARENT_PATH_ID references ENT_PATHS.PATH_ID

ENT_CP_FK1

ENT_CP_FK10

ENT_CP_FK11

ENT_CP_FK12

ENT_CP_FK2

ENT_CP_FK3

ENT_CP_FK4

ENT_CP_FK5

ENT_CP_FK6

Foreign Keys

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 134: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 102 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_OWNER_ID

ENTERPRISE_ID

TOPLEVEL_ENT_ID

Column

ENT_CP_I1

ENT_CP_I2

ENT_CP_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

TOPLEVEL_ENT_ID references WT_ENTERPRISES.ENTERPRISE_ID

FIRST_OPEN_EVENT_ID references EVENTNAMES.EVENTNAMEID

ENT_CP_FK7

ENT_CP_FK9

Foreign Keys

PATH_ID

PATH_NAME

PATH_OWNER_ID

DEPARTMENT_ID

END_DATE

PATH_STATE

CREATION_DATE

MODIFICATION_DATE

Column Detail

Index Summary

10

20

30

40

50

60

70

80

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

display name of path

In case no corresponding order item

final date

for future use

Time of path creation

Date stamp of any change to path or events

Page 135: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 103 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATH_ALERT

ORDERITEM_ID

COLOUR_ID

PATH_QUANTITY

PATH_VALUE

SEASON_ID

FIRST_OPEN_ID

FIRST_OPEN_NAME

FIRST_OPEN_EVENT_ID

FIRST_OPEN_DATE

FIRST_OPEN_ENTERPRISE

FIRST_OPEN_CONTACT

ENTERPRISE_ID

PARENT_PATH_ID

Column Detail

90

100

110

120

130

140

150

160

170

180

190

200

210

220

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Alert Status 0 = green, 1 = amber, 2 = red.

Reference to order item

ID of attached colour; we need this here for path splitting

Current forecast quantity

Path value, rounded to integer

Hmm .. this is set automatically, may be zero

ID of first event not done, zero if all done.

name of first event not done

Reference to eventnames

date of first not done event

id of enterprise owning first open event

id of contact owning first open event

Owning enterprise

Page 136: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 104 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SUSPEND_DATE

TOPLEVEL_ENT_ID

Column Detail

230

240

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ID of parent path if any

Suspend time stamp; zero if not suspended

ID of enterprise owning nest of tracks

Page 137: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 105 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ENT_PHS_I1

Name

NOT UNIQUE

Index Type

SEASON_ID references ENT_SEASONS.SEASON_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_PHS_FK1

ENT_PHS_FK2

Foreign Keys

Primary Key

Column Detail

Index Summary

PHASE_ID

PHASE_NAME

PHASE_CODE

SEASON_ID

PHASE_START

PHASE_END

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (16)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_PHASES PHASE_ID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

PhasesDescription :

Table Name : ENT_PHASES

Page 138: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 106 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PHASE_ID

PHASE_NAME

PHASE_CODE

SEASON_ID

PHASE_START

PHASE_END

ENTERPRISE_ID

Column Detail

10

20

30

40

50

60

70

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

For external import

Containing season

Page 139: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 107 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ANNOTATION_NUMBER

PICTURE_ID

CONTEXT

Column Detail

10

20

30

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ANNOTATION_NUMBER

PICTURE_ID

CONTEXT

SUBCONTEXT

ANNOTATION_TEXT

ANNOTATION_FONT

IMAGE_ID

TEXT_COLOUR

BACKGROUND_COLOUR

POSITION_X

POSITION_Y

WIDTH

SCALE_FACTOR

POINTER_X

HEIGHT

POINTER_Y

POINTER_COLOUR

EXTRA_DATA

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (2000)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

NUMBER ()

FLOAT (126)

FLOAT (126)

NUMBER ()

FLOAT (126)

FLOAT (126)

NUMBER ()

FLOAT (126)

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

140

150

155

160

170

180

190

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Image annotation data. Description :

Order within picture (zero based)

Reference to owning picture

Table Name : ENT_PICTUREDATA

Page 140: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 108 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

CONTEXT

ENTERPRISE_ID

SUBCONTEXT

PICTURE_ID

Column

PICTD_I1

PICTD_I2

PICTD_I3

PICTD_I4

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

PICTURE_ID references PICTURES.PICTUREID

IMAGE_ID references IMAGES.IMAGEID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

PICTD_FK1

PICTD_FK2

PICTD_FK3

Foreign Keys

SUBCONTEXT

ANNOTATION_TEXT

ANNOTATION_FONT

IMAGE_ID

TEXT_COLOUR

Column Detail

Index Summary

40

50

60

70

80

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

1

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Lookup context

Subcontext within context (for styles, etc)

Main image caption

Text font

Image (instead of text)

Page 141: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 109 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

BACKGROUND_COLOUR

POSITION_X

POSITION_Y

WIDTH

SCALE_FACTOR

POINTER_X

HEIGHT

POINTER_Y

POINTER_COLOUR

EXTRA_DATA

ENTERPRISE_ID

Column Detail

90

100

110

120

140

150

155

160

170

180

190

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Text foreground colour

Background RGB

X position fraction

Y position fraction

Pixel dimensions

Optional scale factor overrides width & height

X pointer fraction (may be null)

Y pointer fraction (may be null)

For future expansion

Miscellaneous extra stuff

Owning enterprise

Page 142: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 110 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ENT_RES_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_RES_FK1

Foreign Keys

Primary Key

RES_KEY

Column Detail

Index Summary

10

20

Optional ? :No ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

RES_KEY

RES_PACKAGE

RES_LANG

RES_VALUE

ENTERPRISE_ID

Column

VARCHAR2 (64)

VARCHAR2 (128)

VARCHAR2 (32)

VARCHAR2 (2000)

NUMBER ()

Type

NOT NULL

NOT NULL

NOT NULL

NULL

NOT NULL

Nulls ?Col.Seq.

10

20

30

40

50

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_RESOURCES ENTERPRISE_IDRES_PACKAGERES_LANGRES_KEY

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Resource editor definitions. Description :

Resource key

Table Name : ENT_RESOURCES

Page 143: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 111 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

RES_PACKAGE

RES_LANG

RES_VALUE

ENTERPRISE_ID

Column Detail

30

40

50

Optional ? :No ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Lookup package

Language code

Value override

Owning enterprise

Page 144: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 112 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ENT_SEAS_I1

Name

NOT UNIQUE

Index Type

Primary Key

SEASON_ID

SEASON_NAME

SEASON_CODE

SEASON_START

SEASON_END

Column Detail

Index Summary

10

20

35

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

SEASON_ID

SEASON_NAME

SEASON_CODE

SEASON_START

SEASON_END

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (16)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

35

40

50

60

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_SEASONS SEASON_ID

Name Column

SeasonsDescription :

For external application

Table Name : ENT_SEASONS

Page 145: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 113 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

60

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 146: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 114 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

USERTYPE_ID

SERVICE_ID

USER_ID

ENTERPRISE_ID

GRANTING_ENTERPRISE_ID

Column Detail

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

USERTYPE_ID

SERVICE_ID

USER_ID

ENTERPRISE_ID

GRANTING_ENTERPRISE_ID

DENIED

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NOT NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_SRVUSERTYPES USER_IDUSERTYPE_IDGRANTING_ENTERPRISE_IDENTERPRISE_ID

Name Column

Roles allocated to usersDescription :

Key from wt_srvusertypes

Service identifier

ent_users key

enterprise of user

Table Name : ENT_SRVUSERTYPES

Page 147: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 115 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

USERTYPE_ID

ENTERPRISE_ID

GRANTING_ENTERPRISE_ID

Column

ENT_SUT_I1

ENT_SUT_I2

ENT_SUT_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

USERTYPE_ID references WT_SRVUSERTYPES.USERTYPE_ID

SERVICE_ID references WT_SERVICES.SERVICE_ID

USER_ID references ENT_USERS.USER_ID

GRANTING_ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_SUT_FK1

ENT_SUT_FK2

ENT_SUT_FK3

ENT_SUT_FK4

ENT_SUT_FK5

Foreign Keys

DENIED

Column Detail

Index Summary

60

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

No

Yes

Yes

Yes

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

granting enterprise or zero for local permission

Non-zero if this is a 'deny' permission

Page 148: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 116 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

STAMP_KEY

STAMP

Column Detail

10

20

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

STAMP_KEY

STAMP

Column

VARCHAR2 (32)

NUMBER ()

Type

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_STAMPS STAMP_KEY

Name Column

Update timestamps for global dataDescription :

Lookup key

Time stamp [ms]

Table Name : ENT_STAMPS

Page 149: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 117 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

USER_ID

TRANSPORTER_KEY

REMOTE_USERNAME

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

USER_ID

TRANSPORTER_KEY

REMOTE_USERNAME

REMOTE_PASSWORD

ENTERPRISE_ID

CUSTOM1

CUSTOM2

CUSTOM3

CUSTOM4

CUSTOM5

CUSTOM6

CUSTOM7

CUSTOM8

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (50)

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

Type

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_TRANSUSERS USER_IDTRANSPORTER_KEY

Name Column

Transporter user dataDescription :

Reference to ent_users table

Reference to transporter services

Username in remote service

Table Name : ENT_TRANSUSERS

Page 150: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 118 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

ENT_TRXU_I1

Name

NOT UNIQUE

Index Type

USER_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_TRXU_FK1

ENT_TRXU_FK2

Foreign Keys

REMOTE_PASSWORD

ENTERPRISE_ID

CUSTOM1

CUSTOM2

CUSTOM3

CUSTOM4

CUSTOM5

CUSTOM6

CUSTOM7

Column Detail

Index Summary

40

50

60

70

80

90

100

110

120

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Seq.

1

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

Restricted

Restricted

Restricted

Restricted

Password in remote service

User's enterprise for checks

Eight custom entry fields

Page 151: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 119 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

CUSTOM8

Column Detail

130

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Page 152: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 120 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

USER_ID

USERNAME

REAL_USERNAME

PASSWORD

FIRSTNAME

LASTNAME

REAL_EMAIL

TYPE_ID

ACCT_MANAGER

LOCATION_ID

ADDRESS_INFO

COUNTRY_ID

ADMIN_TYPE

USER_FLAGS

DEPARTMENT_LIST

SERVICE_LIST

USER_PREFERENCES

USER_COMMENTS

ENTERPRISE_ID

PASSWORD_TIME

ACCOUNT_STATUS

LOCKOUT_UNTIL

PREFERRED_LANGUAGE

LOCAL_TYPE_ID

Column

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (16)

VARCHAR2 (128)

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (16)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

240

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_USERS USER_ID

Name Column

Enterprise users.Description :

Table Name : ENT_USERS

Page 153: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 121 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

USERNAME

ENTERPRISE_ID

Column

ENT_U1

ENT_U2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

LOCAL_TYPE_ID references KEYDATA.KEYDATAID

COUNTRY_ID references COUNTRIES.COUNTRYID

ENT_U_FK1

ENT_U_FK4

Foreign Keys

USER_ID

USERNAME

REAL_USERNAME

PASSWORD

FIRSTNAME

LASTNAME

REAL_EMAIL

TYPE_ID

Column Detail

Index Summary

10

20

30

40

50

60

70

80

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Unique key referenced elsewhere

Case-insensitive user name

Display form of name

Case-insensitve password

Users first name

Users last name

Display e-mail

Role

Page 154: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 122 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ACCT_MANAGER

LOCATION_ID

ADDRESS_INFO

COUNTRY_ID

ADMIN_TYPE

USER_FLAGS

DEPARTMENT_LIST

SERVICE_LIST

USER_PREFERENCES

USER_COMMENTS

ENTERPRISE_ID

PASSWORD_TIME

ACCOUNT_STATUS

LOCKOUT_UNTIL

Column Detail

90

100

110

120

130

140

150

160

170

180

190

200

210

220

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

1 for outward looking user

Refers to location for this enterprise

Coded address info, allows for expansion later

Country

0: normal user; 1: initial admin (protected); 2: other admin

Java/HTML, etc

Departments

List of service.generation pairs

General prefs stuff

Notes set by administrator

Owning enterprise!

GMT time of last password change. Zero always means change immediately

Normal, temporary lock, permanent lock, etc

Page 155: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 123 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PREFERRED_LANGUAGE

LOCAL_TYPE_ID

Column Detail

230

240

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Expiry time of lockout

Language override

Local type ID - may replace type_id

Page 156: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 124 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

HISTORY_ID

STATE_ID

STATE_NAME

APPLICATION

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

HISTORY_ID

STATE_ID

STATE_NAME

APPLICATION

APPLICATION_KEY

APPLICATION_FILTER

USER_ID

ENTRY_DATE

ENTRY_TEXT

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_WORKFLOWHISTORY HISTORY_ID

Name Column

Workflow update history.Description :

Refers back to ent_workflowststates

Copied from states table

Internal application code

Table Name : ENT_WORKFLOWHISTORY

Page 157: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 125 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

APPLICATION_KEY

APPLICATION

ENTERPRISE_ID

Column

ENT_WKFH_I1

ENT_WKFH_I2

ENT_WKFH_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

STATE_ID references ENT_WORKFLOWSTATES.STATE_ID

USER_ID references ENT_USERS.USER_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_WKFH_FK1

ENT_WKFH_FK2

ENT_WKFH_FK3

Foreign Keys

APPLICATION_KEY

APPLICATION_FILTER

USER_ID

ENTRY_DATE

ENTRY_TEXT

ENTERPRISE_ID

Column Detail

Index Summary

50

60

70

80

90

100

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Application specific key (style id for example)

Can differentiate between different trails for same enterprise

User making change

Date entry

Comments

Also identifies trail (id will be retailer or supplier)

Page 158: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 126 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

ENT_WKF_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ENT_WKF_FK1

Foreign Keys

Primary Key

STATE_ID

Column Detail

Index Summary

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

STATE_ID

STATE_NAME

STATE_ROLE

STATE_DESCRIPTION

APPLICATION

STATE_ORDER

ENTERPRISE_ID

STATE_DATA

Column

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ENT_WORKFLOWSTATES STATE_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Workflow states.Description :

Table Name : ENT_WORKFLOWSTATES

Page 159: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 127 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

STATE_NAME

STATE_ROLE

STATE_DESCRIPTION

APPLICATION

STATE_ORDER

ENTERPRISE_ID

STATE_DATA

Column Detail

20

30

40

50

60

70

80

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

1 = customer, 2 = supplier

Description display

Application ID

Ordering

Misc data, may be null

Page 160: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 128 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

EVNS_I1

Name

NOT UNIQUE

Index Type

Primary Key

EVENTNAMEID

EVENTNAME

EVENTDESCRIPTION

EVENTTYPE

ENTERPRISE_ID

Column Detail

Index Summary

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

EVENTNAMEID

EVENTNAME

EVENTDESCRIPTION

EVENTTYPE

ENTERPRISE_ID

TEMPLATE_ID

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (128)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_EVENTNAMES EVENTNAMEID

Name Column

Webtrack event names.Description :

Table Name : EVENTNAMES

Page 161: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 129 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

TEMPLATE_ID

Column Detail

60

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ID of owning template, if any

Page 162: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 130 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

PATHID

EVENTID

SUPPLIERID

EVENTDURATION

PLANDATE

COMMITDATE

ACTUALDATE

SUPPLIERCOMMENT

BUYERCOMMENT

DONE

DESCRIPTION

TYPE

DAYSBEFOREAMBER

DAYSBEFORERED

DAYSBEFORESALE

SERIAL

AMBERALERTED

REDALERTED

SPECIAL

EVENTNAMEID

REMINDERSENT

RESPONSIBLE

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NULL

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_EVENTS EVENTID

Name Column

Webtrak V2 events list. Description :

Table Name : EVENTS

Page 163: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 131 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PATHID

SUPPLIERID

ENTERPRISE_ID

Column

EVS_I1

EVS_I2

EVS_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

EVENTNAMEID references EVENTNAMES.EVENTNAMEID

PATHID references CRITICALPATHS.PATHID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

EVS_FK1

EVS_FK2

EVS_FK3

Foreign Keys

PATHID

EVENTID

SUPPLIERID

EVENTDURATION

PLANDATE

COMMITDATE

Column Detail

Index Summary

10

20

30

40

50

60

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

refers to entry in critical paths

entry within a path; not a primary key since has duplicates

Duration of event in days

Plan date computed from days to sale, Unix timestamp.

Commit date set by supplier on draft confirm

Page 164: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 132 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ACTUALDATE

SUPPLIERCOMMENT

BUYERCOMMENT

DONE

DESCRIPTION

TYPE

DAYSBEFOREAMBER

DAYSBEFORERED

DAYSBEFORESALE

SERIAL

AMBERALERTED

REDALERTED

SPECIAL

EVENTNAMEID

REMINDERSENT

Column Detail

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Actual date set by supplier on event completion

Supplier comment on slip

Similar comment from buyer

0 if not complete, 1 if complete

Textual description

Days late before amber alert, 0 means NEVER

Days late before red alert, 0 means NEVER

Days before on sale date

0 = not serial, 1 = serial

Final? Hidden? Needs refinement?

Reminder message sent?

Page 165: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 133 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

RESPONSIBLE

ENTERPRISE_ID

Column Detail

220

230

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Responsibility code

Page 166: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 134 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PARENTID references FOLDERINFO.FOLDERINFOID

OWNERID references WT_ENTERPRISES.ENTERPRISE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

FINFO_FK1

FINFO_FK2

FINFO_FK3

Foreign Keys

Primary Key

Column Detail

FOLDERINFOID

DATATYPE

FILTER

PARENTID

FOLDERNAME

ENTERPRISE_ID

OWNERID

Column

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (64)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

35

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_FOLDERINFO FOLDERINFOID

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Name Column

Folder definitions (templates, images, etc)Description :

Table Name : FOLDERINFO

Page 167: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 135 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

DATATYPE

FILTER

ENTERPRISE_ID

Column

FINFO1

FINFO1

FINFO2

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

FOLDERINFOID

DATATYPE

FILTER

PARENTID

FOLDERNAME

ENTERPRISE_ID

OWNERID

Column Detail

Index Summary

10

20

35

40

50

60

70

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

2

1

Data type (template, etc)

Filter string to select subsets

Key in this table of parent

Name of folder, or null

Optional ownership (enterprise identifier)

Page 168: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 136 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

IMAGEID

IMAGENAME

IMAGEDESCRIPTION

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

IMAGEID

IMAGENAME

IMAGEDESCRIPTION

IMAGEWIDTH

IMAGEHEIGHT

IMAGEFILE

MODIFICATIONTIME

DEPARTMENTID

SEASONID

IMAGETYPE

IMAGESUBTYPE

ENTERPRISE_ID

STORAGE_INFO

LOCAL_NAME

PARENTID

Column

NUMBER ()

VARCHAR2 (255)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_IMAGES IMAGEID

Name Column

ImageDescription :

Short name for list display

Table Name : IMAGES

Page 169: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 137 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

IMGS_I1

Name

NOT UNIQUE

Index Type

DEPARTMENTID references DEPARTMENTS.DEPARTMENTID

SEASONID references ENT_SEASONS.SEASON_ID

PARENTID references FOLDERINFO.FOLDERINFOID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

IMGS_FK1

IMGS_FK2

IMGS_FK3

IMGS_FK4

Foreign Keys

IMAGEWIDTH

IMAGEHEIGHT

IMAGEFILE

MODIFICATIONTIME

DEPARTMENTID

Column Detail

Index Summary

40

50

60

70

80

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Texttual description

Image dimensions

Local file containing image (may use binary large objects one day)

Now department and

Page 170: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 138 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SEASONID

IMAGETYPE

IMAGESUBTYPE

ENTERPRISE_ID

STORAGE_INFO

LOCAL_NAME

PARENTID

Column Detail

90

100

110

120

130

140

150

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

season specific

normal image, labal image, presentation, etc.

Meaning depends on main type

Infcormation on file type, etc

Local file name

Parent folder ID, zero if not in a folder

Page 171: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 139 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

ITEMSUPPLIERID

PRODUCTID

SUPPLIERID

ACCOUNTID

COUNTRYID

Column Detail

10

20

30

40

50

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ITEMSUPPLIERID

PRODUCTID

SUPPLIERID

ACCOUNTID

COUNTRYID

FACTORYID

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ITEMSUPPLIERS ITEMSUPPLIERID

Name Column

Suppliers attached to items. Description :

Usual ID for edit support

Item reference

Supplier reference

Account Manager reference

COO

Table Name : ITEMSUPPLIERS

Page 172: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 140 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

PRODUCTID

SUPPLIERID

ENTERPRISE_ID

Column

ITSP1

ITSP2

ITSP3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

PRODUCTID references ENT_ITEMS.ITEM_ID

SUPPLIERID references WT_ENTERPRISES.ENTERPRISE_ID

ACCOUNTID references ENT_USERS.USER_ID

COUNTRYID references COUNTRIES.COUNTRYID

FACTORYID references ENT_LOCATIONS.LOCATION_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ITSP_FK1

ITSP_FK2

ITSP_FK3

ITSP_FK4

ITSP_FK5

ITSP_FK6

Foreign Keys

FACTORYID

Column Detail

Index Summary

60

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Factory

Page 173: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 141 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column Detail

70

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Page 174: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 142 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

CLASS

Column

KEYD_I1

KEYD_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

PARENTID references KEYDATA.KEYDATAID

KEYD_FK1

Foreign Keys

Primary Key

KEYDATAID

Column Detail

Index Summary

10

KEYDATAID

ITEMNAME

CLASS

PARENTID

DEPARTMENTID

SEASONID

EXTRADATA

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_KEYDATA KEYDATAID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Various design items (class, product type etc ) Description :

Table Name : KEYDATA

Page 175: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 143 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ITEMNAME

CLASS

PARENTID

DEPARTMENTID

SEASONID

EXTRADATA

ENTERPRISE_ID

Column Detail

20

30

40

50

60

70

80

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Unique ID, as usual

Display name

Item class (Class, Sub-Class, etc)

Refers to another item in table, or zero

Is department

and season specific

Extra data in arbitrary format

Page 176: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 144 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

LABFLDS_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

LABFLDS_FK1

Foreign Keys

Primary Key

LABELFIELDID

FIELDNAME

FIELDCOST

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

LABELFIELDID

FIELDNAME

FIELDCOST

VALUEGENERATION

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_LABELFIELDS LABELFIELDID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Design lable fields. Description :

Table Name : LABELFIELDS

Page 177: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 145 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

VALUEGENERATION

ENTERPRISE_ID

Column Detail

40

50

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

In 1000s of a penny

Incremented when value is added or deleted

Page 178: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 146 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

LABFLDV_I1

Name

NOT UNIQUE

Index Type

LABELFIELDID references LABELFIELDS.LABELFIELDID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

LABFLDV_FK1

LABFLDV_FK2

Foreign Keys

Primary Key

Column Detail

Index Summary

FIELDVALUEID

LABELFIELDID

FIELDTEXT

FIELDICON

FIELDVALUE

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_LABELFIELDVALUES FIELDVALUEID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Design label field values.Description :

Table Name : LABELFIELDVALUES

Page 179: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 147 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

FIELDVALUEID

LABELFIELDID

FIELDTEXT

FIELDICON

FIELDVALUE

ENTERPRISE_ID

Column Detail

10

20

30

40

50

60

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Index made from value offset and field id

ID of owning field

Page 180: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 148 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

LOOKUP

Column

MAIL_I1

MAIL_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

Primary Key

MAILID

LOOKUP

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

MAILID

LOOKUP

SHORTNAME

DESCRIPTION

SUBJECT

MAILTEXT

MAILTO

GROUPID

GROUPLOOKUP

MAILTYPE

APPLICATION

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (50)

VARCHAR2 (255)

VARCHAR2 (64)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

Column Summary

Seq.

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_MAIL MAILID

Name Column

Mail messsage definitions. Description :

Table Name : MAIL

Page 181: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 149 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SHORTNAME

DESCRIPTION

SUBJECT

MAILTEXT

MAILTO

GROUPID

GROUPLOOKUP

MAILTYPE

APPLICATION

ENTERPRISE_ID

Column Detail

30

40

50

60

70

80

90

100

110

120

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Key used by servlet to lookup message info

ID of mail used for grouping this message type

Lookup code instead of GroupID

0 for standard mail, 1 for group

0 for generic, otherwise application name

Page 182: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 150 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

INSERTCODE

INSERTNAME

INSERTABBREV

APPLICATION

Column Detail

10

20

30

40

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

INSERTCODE

INSERTNAME

INSERTABBREV

APPLICATION

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (16)

NUMBER ()

Type

NULL

NULL

NOT NULL

NOT NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_MAILINSERTS INSERTABBREVAPPLICATION

Name Column

Standard inserts for mail messages. Description :

0 for all, otherwise application number

Table Name : MAILINSERTS

Page 183: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 151 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

MATRIXNAME

ENTERPRISE_ID

APPCODE

Column

MATRIX_I1

MATRIX_I2

MATRIX_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

MATRIX_FK1

Foreign Keys

Primary Key

Index Summary

MATRIXID

MATRIXNAME

DESCRIPTION

COLUMNCOUNT

ROWCOUNT

WIDTHS

ISMATRIX

ENTERPRISE_ID

APPCODE

IMAGENAMES

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (2000)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

Seq.

1

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_MATRICES MATRIXID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Old-style spec sheet matrix/forms (not used with XML)Description :

Table Name : MATRICES

Page 184: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 152 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

MATRIXID

MATRIXNAME

DESCRIPTION

COLUMNCOUNT

ROWCOUNT

WIDTHS

ISMATRIX

ENTERPRISE_ID

APPCODE

IMAGENAMES

Column Detail

10

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Lookup name

Textual description, may be used in GUI

Number of columns

Minumum row count

Space separated column widths

0 for panel form, 1 for matrix form

Application code

List of picture names for clean-up support

Page 185: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 153 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

MXMAP_FK1

Foreign Keys

Primary Key

QFORMTYPE

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

QFORMTYPE

APPCODE

MATRIXID

MAP_NAME

ITEM_TYPE

ROW_NUMBER

COL_NUMBER

DATA_TYPE

ENTERPRISE_ID

CELL_NAME

Column

NUMBER ()

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (64)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (64)

Type

NOT NULL

NOT NULL

NOT NULL

NOT NULL

NULL

NULL

NULL

NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_MATRIXMAP QFORMTYPEAPPCODEMATRIXIDMAP_NAMEENTERPRISE_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

Yes

Restricted

Restricted

Name Column

Mapped items in specsheets.Description :

Identifies form type

Table Name : MATRIXMAP

Page 186: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 154 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

APPCODE

MATRIXID

MAP_NAME

ITEM_TYPE

ROW_NUMBER

COL_NUMBER

DATA_TYPE

ENTERPRISE_ID

CELL_NAME

Column Detail

20

30

40

50

60

70

80

90

100

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Application code

ID to identify data

External name of mapped item

Identifies mapping to cell, row, column or form.

Row number, or number of rows

Column number, or number of columns

Data type (text, float, date etc)

Associated cell name for external linkage

Page 187: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 155 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

MATRIXROWID

Column Detail

10

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

MATRIXROWID

MATRIXID

WORKSHEETID

INDEXNUMBER

ROWORDER

COLUMN1

COLUMN2

COLUMN3

COLUMN4

COLUMN5

COLUMN6

COLUMN7

COLUMN8

COLUMN9

COLUMN10

COLUMN11

COLUMN12

COLUMN13

COLUMN14

COLUMN15

COLUMN16

ENTERPRISE_ID

APPCODE

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

VARCHAR2 (2000)

NUMBER ()

VARCHAR2 (32)

Type

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

200

210

220

230

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Stored spec sheet data. Description :

Matrix use index for data store; zero for template store

Table Name : MATRIXROWS

Page 188: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 156 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

MATRIXID

WORKSHEETID

INDEXNUMBER

ENTERPRISE_ID

APPCODE

Column

MXROWS_I1

MXROWS_I2

MXROWS_I3

MXROWS_I4

MXROWS_I5

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

MXROWS_FK1

Foreign Keys

MATRIXID

WORKSHEETID

INDEXNUMBER

ROWORDER

COLUMN1

COLUMN2

COLUMN3

COLUMN4

COLUMN5

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Seq.

1

1

1

1

1

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Refers to matrices table

ID of owner if used as real value

Allows multiple use of maxtix in single worksheet

Defines ordering of rows; allows row order to be changed whilst keeping dataconsistent

Page 189: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 157 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

COLUMN6

COLUMN7

COLUMN8

COLUMN9

COLUMN10

COLUMN11

COLUMN12

COLUMN13

COLUMN14

COLUMN15

COLUMN16

ENTERPRISE_ID

APPCODE

Column Detail

110

120

130

140

150

160

170

180

190

200

210

220

230

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Enterprise of owning matrix/worksheet

Application code

Page 190: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 158 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

JOURNALID

BOXNUMBER

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

JOURNALID

BOXNUMBER

MSGTYPE

SENDTIME

READTIME

CONTEXT

SENDERID

SENDERNAME

DESTINATIONID

DESTINATIONNAME

ABOUT

MAINTEXT

REMINDERTIME

SEASONID

APPLICATION_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (128)

LONG ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_NEWJOURNAL JOURNALID

Name Column

Design messages.Description :

Unique ID of journal item

Destination box number (1 = in, 2 = out)

Table Name : NEWJOURNAL

Page 191: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 159 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SENDERID

DESTINATIONID

SEASONID

APPLICATION_ID

Column

JRN_I1

JRN_I2

JRN_I3

JRN_I4

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

SENDERID references ENT_USERS.USER_ID

DESTINATIONID references ENT_USERS.USER_ID

SEASONID references ENT_SEASONS.SEASON_ID

JRN_FK1

JRN_FK2

JRN_FK3

Foreign Keys

MSGTYPE

SENDTIME

READTIME

CONTEXT

SENDERID

SENDERNAME

Column Detail

Index Summary

30

40

50

60

70

80

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

1

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Message, reminder, etc.

Time stamp of when sent

Time stamp when read (0 for new message)

Tab context

ID of sender

Page 192: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 160 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

DESTINATIONID

DESTINATIONNAME

ABOUT

MAINTEXT

REMINDERTIME

SEASONID

APPLICATION_ID

Column Detail

90

100

110

120

130

140

150

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Long () ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Display name of sender

ID of recipient (0 for reminder)

Display name of all recipients

About string

Message text

Reminder displayed only after this time

Now season local

Identifies global context, allows messaging to be used in other applications

Page 193: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 161 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

ORDERITEMID

PARENTORDERID

PRODUCTID

COLOURID

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ORDERITEMID

PARENTORDERID

PRODUCTID

COLOURID

QUANTITY

ACCOUNTID

FACTORYID

COUNTRYID

PATHMADE

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (1)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ORDERITEMS ORDERITEMID

Name Column

Webtrack order line items. Description :

Order id and sequence

Owning order

Product

Colour

Table Name : ORDERITEMS

Page 194: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 162 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

PARENTORDERID

Column

OIDS_I1

OIDS_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

PARENTORDERID references ORDERS.ORDERID

PRODUCTID references ENT_ITEMS.ITEM_ID

COLOURID references PALETTECOLOURS.NEWCOLOURID

ACCOUNTID references ENT_USERS.USER_ID

FACTORYID references ENT_LOCATIONS.LOCATION_ID

COUNTRYID references COUNTRIES.COUNTRYID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

OIDS_FK1

OIDS_FK2

OIDS_FK3

OIDS_FK4

OIDS_FK5

OIDS_FK6

OIDS_FK7

Foreign Keys

Column Detail

Index Summary

Seq.

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 195: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 163 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

QUANTITY

ACCOUNTID

FACTORYID

COUNTRYID

PATHMADE

ENTERPRISE_ID

Column Detail

50

60

70

80

90

100

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Order quantity

Account manager

Usual factory and country stuff

Set to Y when used in path

Page 196: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 164 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

ORDERID

ORDERNUMBER

Column Detail

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

ORDERID

ORDERNUMBER

DEPARTMENTID

SUPPLIERID

TOTALQUANTITY

DUEDATE

CREATEDATE

TRACKOPTION

DRAFTPATHMADE

ITEMPATHMADE

ITEMCOUNT

AMENDMENTS

ENTERPRISE_ID

ORDERCOMMENT

ORDERTYPE

Column

NUMBER ()

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (1)

VARCHAR2 (1)

VARCHAR2 (1)

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (64)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_ORDERS ORDERID

Name Column

Webtrack orders.Description :

Usual primary key

User defined order number

Table Name : ORDERS

Page 197: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 165 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

ORDS_I1

Name

NOT UNIQUE

Index Type

SUPPLIERID references WT_ENTERPRISES.ENTERPRISE_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

ORDS_FK1

ORDS_FK2

Foreign Keys

DEPARTMENTID

SUPPLIERID

TOTALQUANTITY

DUEDATE

CREATEDATE

TRACKOPTION

DRAFTPATHMADE

ITEMPATHMADE

ITEMCOUNT

Column Detail

Index Summary

30

40

50

60

70

80

90

100

110

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (1) ;() ; ; Uppercase ? :No ;

Seq.

1

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

To select orders by user

Order supplier

Total over all items

Due date

Created date

Y to track options

Y if draft path made

Y if item path made

Page 198: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 166 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

AMENDMENTS

ENTERPRISE_ID

ORDERCOMMENT

ORDERTYPE

Column Detail

120

130

140

150

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Number of products in order

Amendment count

Comment field to facilitate template selection, etc.

Mirrors type of item (PO, project)

Page 199: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 167 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

CLRS_I1

Name

NOT UNIQUE

Index Type

Primary Key

NEWCOLOURID

COLOURNAME

COLOURCODE

RGB

Column Detail

Index Summary

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

NEWCOLOURID

COLOURNAME

COLOURCODE

RGB

SEASONLIST

SCOPE

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (255)

VARCHAR2 (64)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_PALETTECOLOURS NEWCOLOURID

Name Column

Colours.Description :

Name

RGB value

Table Name : PALETTECOLOURS

Page 200: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 168 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SEASONLIST

SCOPE

ENTERPRISE_ID

Column Detail

50

60

70

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Empty/NS (,) or list of seasons with this colour

Usually either department number or division key

Page 201: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 169 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

PALETTE_ID

ENTERPRISE_ID

Column

PALITM_I1

PALITM_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

PALETTE_ID references PALETTES.PALETTEID

COLOUR_ID references PALETTECOLOURS.NEWCOLOURID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

PALITM_FK1

PALITM_FK2

PALITM_FK3

Foreign Keys

PALETTE_ID

Column Detail

Index Summary

10

PALETTE_ID

COLOUR_ID

COLOUR_ORDER

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

Type

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Individual colors in a pallete. Description :

Table Name : PALETTEITEMS

Page 202: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 170 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

COLOUR_ID

COLOUR_ORDER

ENTERPRISE_ID

Column Detail

20

30

40

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Internal ID in palettes table

Internal ID in palettecolours table

Ordering

Owning enterprise: for deletion

Page 203: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 171 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

SEASONID references ENT_SEASONS.SEASON_ID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

PAL_FK1

PAL_FK2

Foreign Keys

Primary Key

PALETTEID

Column Detail

10

PALETTEID

PALETTENAME

PHASEID

CATEGORY

COLOURLIST

SEASONID

SCOPE

LOCAL

ENTERPRISE_ID

PALETTECODE

Column

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (4000)

NUMBER ()

VARCHAR2 (50)

NUMBER ()

NUMBER ()

VARCHAR2 (64)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_PALETTES PALETTEID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

PalletesDescription :

Table Name : PALETTES

Page 204: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 172 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

PAL_I1

Name

NOT UNIQUE

Index Type

PALETTENAME

PHASEID

CATEGORY

COLOURLIST

SEASONID

SCOPE

LOCAL

ENTERPRISE_ID

PALETTECODE

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (4000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Seq.

1

List of colours; no longer used - see paletteitems

1 for local palette, 0 for fashion palette

For external import

Page 205: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 173 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

IMAGEID references IMAGES.IMAGEID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

PICT_FK1

PICT_FK2

Foreign Keys

Primary Key

PICTUREID

Column Detail

10

PICTUREID

CONTEXT

SUBCONTEXT

IMAGEID

CAPTION

NOTES

POINTS

SEASONID

UPDATEBITS

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (255)

VARCHAR2 (2000)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_PICTURES PICTUREID

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Yes

Yes

No

No

Restricted

Restricted

Restricted

Restricted

Name Column

Unique id

Table Name : PICTURES

Page 206: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 174 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

CONTEXT

ENTERPRISE_ID

SUBCONTEXT

Column

PICT_I1

PICT_I2

PICT_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

CONTEXT

SUBCONTEXT

IMAGEID

CAPTION

NOTES

POINTS

SEASONID

UPDATEBITS

ENTERPRISE_ID

Column Detail

Index Summary

20

30

40

50

60

70

80

90

100

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

1

Lookup context

Subcontext within context (for styles, etc)

Main image caption

Concatenated note texts

Concatenated point data

Owning season

Update bits for caption and notes (0 = buyer, 1 = supplier)

Owning enterprise

Page 207: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 175 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

LABELID

STATE

LABELCODE

Column Detail

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

LABELID

STATE

LABELCODE

DESCRIPTION

TYPEID

SUBTYPEID

CURRENTPRICE

LASTUSED

FIELDLIST

SCOPE

FIELDGENERATION

IMAGEID

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

VARCHAR2 (16)

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (50)

NUMBER ()

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_PORTFOLIOLABELS LABELID

Name Column

Design lable definitions Description :

0 = template, 1 = label?

Table Name : PORTFOLIOLABELS

Page 208: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 176 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SCOPE

ENTERPRISE_ID

Column

LABELS_I1

LABELS_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

TYPEID references KEYDATA.KEYDATAID

SUBTYPEID references KEYDATA.KEYDATAID

IMAGEID references IMAGES.IMAGEID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

LABELS_FK1

LABELS_FK2

LABELS_FK3

LABELS_FK4

Foreign Keys

DESCRIPTION

TYPEID

SUBTYPEID

CURRENTPRICE

LASTUSED

FIELDLIST

Column Detail

Index Summary

40

50

60

70

80

90

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Now packaging type

Packaging subtype

Last use date

Page 209: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 177 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SCOPE

FIELDGENERATION

IMAGEID

ENTERPRISE_ID

Column Detail

100

110

120

130

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

List of field ids, normal comma separation

Division/Department scope

Incremented for each field added (to allow more than one copy of field)

ID of cutter image

Page 210: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 178 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

QAPPCODE

Column

QFORMS_I1

QFORMS_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

Primary Key

QFORMTYPE

QDESCRIPTION

QPAGES

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

QFORMTYPE

QDESCRIPTION

QPAGES

ENTERPRISE_ID

QAPPCODE

SPECSHEET

Column

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (4000)

NUMBER ()

VARCHAR2 (32)

LONG RAW ()

Type

NOT NULL

NULL

NULL

NOT NULL

NOT NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_QUALITYFORMS QFORMTYPEQAPPCODEENTERPRISE_ID

Name Column

Spec sheets. Description :

Type, a small integer

Product dresciption

List of forms and matrices

Table Name : QUALITYFORMS

Page 211: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 179 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

QAPPCODE

SPECSHEET

Column Detail

40

50

60

Optional ? :Yes ; Varchar2 (4000) ;() ; ; Uppercase ? :No ;

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :No ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Long Raw () ;() ; ; Uppercase ? :No ;

Owning enterprise

Application code: allows many sets of forms

Serializedc SpecSheet object

Page 212: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 180 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

RANGEID

Column Detail

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

RANGEID

RANGENAME

RANGEDESCRIPTION

WORKSHEETLIST

DEPARTMENTID

SEASONID

IMAGELAYOUT

EXTRAIMAGELIST

BACKIMAGE_ID

BACKIMAGE_OPTION

GRID_OPTION

CREATOR_ID

CREATOR_ENTERPRISE

CREATION_DATE

ENTERPRISE_ID

PARENTID

GRID_COLOUR

BACKGROUND_COLOUR

STATUS_CODE

Column

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (255)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (255)

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (8)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

180

190

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_RANGES RANGEID

Name Column

Style box dataDescription :

Table Name : RANGES

Page 213: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 181 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

RANGES_I1

Name

NOT UNIQUE

Index Type

DEPARTMENTID references DEPARTMENTS.DEPARTMENTID

SEASONID references ENT_SEASONS.SEASON_ID

BACKIMAGE_ID references IMAGES.IMAGEID

CREATOR_ID references ENT_USERS.USER_ID

CREATOR_ENTERPRISE references WT_ENTERPRISES.ENTERPRISE_ID

PARENTID references FOLDERINFO.FOLDERINFOID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

RANGES_FK1

RANGES_FK2

RANGES_FK3

RANGES_FK4

RANGES_FK5

RANGES_FK6

RANGES_FK7

Foreign Keys

RANGENAME

Column Detail

Index Summary

20

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Seq.

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

Yes

Yes

Yes

No

No

No

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Page 214: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 182 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

RANGEDESCRIPTION

WORKSHEETLIST

DEPARTMENTID

SEASONID

IMAGELAYOUT

EXTRAIMAGELIST

BACKIMAGE_ID

BACKIMAGE_OPTION

GRID_OPTION

CREATOR_ID

CREATOR_ENTERPRISE

CREATION_DATE

ENTERPRISE_ID

PARENTID

GRID_COLOUR

Column Detail

30

40

50

60

70

80

90

100

110

120

130

140

150

160

170

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Single department; may change - division? List?

Extra images (from clipboard, for example)

Background image id

0 = no image, 1 = centred, 2 = tiled, 3 = stretched

0 = no grid, otherwise spacing.

User id of creator

Enterprise of creator

When created

Owning enterprise

Parent folder

Grid colour or null

Page 215: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 183 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

BACKGROUND_COLOUR

STATUS_CODE

Column Detail

180

190

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (8) ;() ; ; Uppercase ? :No ;

Override colour or null

Status value

Page 216: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 184 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

RSNS_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

RSNS_FK1

Foreign Keys

Primary Key

REASONID

REASONNAME

ENTERPRISE_ID

Column Detail

Index Summary

10

20

30

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

REASONID

REASONNAME

ENTERPRISE_ID

Column

NUMBER ()

VARCHAR2 (128)

NUMBER ()

Type

NOT NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_REASONS REASONID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Webtrack event reasons.Description :

Table Name : REASONS

Page 217: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 185 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

Column

SZC_I1

Name

NOT UNIQUE

Index Type

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

SZC_FK1

Foreign Keys

Primary Key

SIZECHARTID

Column Detail

Index Summary

10

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

SIZECHARTID

CHARTNAME

SIZECOLUMNS

DEPARTMENTID

SIZECHART

SIZECHARTCODE

ENTERPRISE_ID

SCOPE

Column

NUMBER ()

VARCHAR2 (64)

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (32)

NUMBER ()

VARCHAR2 (32)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_SIZECHARTS SIZECHARTID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

Design size ranges.Description :

Table Name : SIZECHARTS

Page 218: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 186 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

CHARTNAME

SIZECOLUMNS

DEPARTMENTID

SIZECHART

SIZECHARTCODE

ENTERPRISE_ID

SCOPE

Column Detail

20

30

40

50

60

70

80

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Standard scope string

Page 219: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 187 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

ENTERPRISE_ID

LANGUAGE_CODE

TERMNAME

Column

TRMS_I1

TRMS_I2

TRMS_I3

Name

NOT UNIQUE

NOT UNIQUE

NOT UNIQUE

Index Type

Primary Key

TERMINDEX

TERMNAME

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

TERMINDEX

TERMNAME

SINGULAR

PLURAL

DESCRIPTION

ENTERPRISE_ID

LANGUAGE_CODE

LOCAL_NAME

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (32)

VARCHAR2 (50)

VARCHAR2 (255)

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (64)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

1

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_TERMS TERMINDEX

Name Column

Standard terms.Description :

Unique index for this record

Lookup name

Table Name : TERMS

Page 220: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 188 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SINGULAR

PLURAL

DESCRIPTION

ENTERPRISE_ID

LANGUAGE_CODE

LOCAL_NAME

Column Detail

30

40

50

60

70

80

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Single form

Optional plural form

Information for administrator

Language code (null implies default)

Display name in local language

Page 221: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 189 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

WORKSHEETID references DES_STYLES.STYLE_ID

LABELID references PORTFOLIOLABELS.LABELID

ENTERPRISE_ID references WT_ENTERPRISES.ENTERPRISE_ID

WKSLAB_FK1

WKSLAB_FK2

WKSLAB_FK3

Foreign Keys

Primary Key

Column Detail

WORKSHEETLABELID

WORKSHEETID

LABELID

BUYERCOMMENT

DATEADDED

FIELDSETTINGS

ENTERPRISE_ID

Column

NUMBER ()

NUMBER ()

NUMBER ()

VARCHAR2 (64)

NUMBER ()

VARCHAR2 (2000)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WORKSHEETLABELS WORKSHEETLABELID

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Name Column

Labels attached to individual design styles. Description :

Table Name : WORKSHEETLABELS

Page 222: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 190 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

ENTERPRISE_ID

Column

WKSLAB_I1

Name

NOT UNIQUE

Index Type

WORKSHEETLABELID

WORKSHEETID

LABELID

BUYERCOMMENT

DATEADDED

FIELDSETTINGS

ENTERPRISE_ID

Column Detail

Index Summary

10

20

30

40

50

60

70

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Seq.

1

Reference to portfoliolabels table

Date of addition

Set of field, generation, option triples

Owning enterprise

Page 223: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 191 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

USERNAME

Column

WT_ADM1

Name

NOT UNIQUE

Index Type

Primary Key

ADMIN_ID

USERNAME

PASSWORD

ADMIN_LEVEL

Column Detail

Index Summary

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (32) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (128) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

ADMIN_ID

USERNAME

PASSWORD

ADMIN_LEVEL

FIRSTNAME

LASTNAME

CONTACT_INFO

EMAIL_ADDRESS

Column

NUMBER ()

VARCHAR2 (32)

VARCHAR2 (128)

NUMBER ()

VARCHAR2 (50)

VARCHAR2 (50)

VARCHAR2 (2000)

VARCHAR2 (64)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WT_ADMINS ADMIN_ID

Name Column

System administrators.Description :

Table Name : WT_ADMINS

Page 224: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 192 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

FIRSTNAME

LASTNAME

CONTACT_INFO

EMAIL_ADDRESS

Column Detail

50

60

70

80

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (50) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

This is separate in case we ever want to mail admins automagically

Page 225: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 193 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

ENTERPRISE_ID

ENTERPRISE_CODE

LOOKUP_CODE

CATEGORY_ID

Column Detail

10

20

30

45

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

ENTERPRISE_ID

ENTERPRISE_CODE

LOOKUP_CODE

CATEGORY_ID

ETYPE_ID

COMPANY_NAME

LOOKUP_NAME

CONTACT_EMAIL

COMPANY_COUNTRY

INITIAL_ADMIN_ID

ADDRESS_INFO

SERVICE_LIST

Column

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (16)

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (64)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

VARCHAR2 (2000)

VARCHAR2 (2000)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

45

50

60

70

80

90

100

110

120

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WT_ENTERPRISES ENTERPRISE_ID

Name Column

EnterprisesDescription :

Identiyfing code, try to keep secret

Lower case version

Table Name : WT_ENTERPRISES

Page 226: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 194 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

LOOKUP_CODE

LOOKUP_NAME

Column

WT_ENTS_I1

WT_ENTS_I2

Name

NOT UNIQUE

NOT UNIQUE

Index Type

CATEGORY_ID references WT_TYPES.TYPE_ID

ETYPE_ID references WT_TYPES.TYPE_ID

COMPANY_COUNTRY references COUNTRIES.COUNTRYID

INITIAL_ADMIN_ID references ENT_USERS.USER_ID

WT_ENTS_FK1

WT_ENTS_FK2

WT_ENTS_FK3

WT_ENTS_FK4

Foreign Keys

ETYPE_ID

COMPANY_NAME

LOOKUP_NAME

CONTACT_EMAIL

COMPANY_COUNTRY

Column Detail

Index Summary

50

60

70

80

90

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Seq.

1

1

Transferable ?

Transferable ?

Transferable ?

Transferable ?

Mandatory ?

Mandatory ?

Mandatory ?

Mandatory ?

Update Rule :

Update Rule :

Update Rule :

Update Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Delete Rule :

Yes

Yes

Yes

Yes

No

No

No

No

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Restricted

Industry type

Company type

Lower case version of name

Page 227: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 195 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

INITIAL_ADMIN_ID

ADDRESS_INFO

SERVICE_LIST

Column Detail

100

110

120

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (2000) ;() ; ; Uppercase ? :No ;

ID of initial administrator

List of enabled enterprise services

Page 228: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 196 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

Primary Key

SERVICE_ID

SERVICE_ORDERING

SERVICE_NAME

SERVICE_KEY

Column Detail

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

SERVICE_ID

SERVICE_ORDERING

SERVICE_NAME

SERVICE_KEY

SERVICE_STATE

ACTIVE_URL

INACTIVE_URL

FREE_DAYS

MONTHLY_CHARGE

SERVICE_TYPE

ADMIN_URL

Column

NUMBER ()

NUMBER ()

VARCHAR2 (64)

VARCHAR2 (16)

NUMBER ()

VARCHAR2 (255)

VARCHAR2 (255)

NUMBER ()

FLOAT (126)

NUMBER ()

VARCHAR2 (255)

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

70

80

90

100

110

Column Summary

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WT_SERVICES SERVICE_ID

Name Column

Services.Description :

usual primary key

Used to order in displays

display name

Table Name : WT_SERVICES

Page 229: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 197 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

SERVICE_STATE

ACTIVE_URL

INACTIVE_URL

FREE_DAYS

MONTHLY_CHARGE

SERVICE_TYPE

ADMIN_URL

Column Detail

50

60

70

80

90

100

110

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Float (126) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (255) ;() ; ; Uppercase ? :No ;

shorthand for lookups

0 inactive, 1 active, etc

URL or action for registered users

URL or action for inactive service

Free days

In local currency

0 for personal, 1 for enterprise

URL or action for system administration

Page 230: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 198 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

SERVICE_ID

Column

WT_SUT_I1

Name

NOT UNIQUE

Index Type

SERVICE_ID references WT_SERVICES.SERVICE_ID

WT_SUT_FK1

Foreign Keys

Primary Key

USERTYPE_ID

SERVICE_ID

Column Detail

Index Summary

10

20

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

USERTYPE_ID

SERVICE_ID

TYPE_KEY

TYPE_DESCRIPTION

TYPE_TYPE

DEFAULT_ON

Column

NUMBER ()

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (64)

NUMBER ()

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

50

60

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WT_SRVUSERTYPES USERTYPE_ID

Transferable ?

Mandatory ?

Update Rule :

Delete Rule :

Yes

No

Restricted

Restricted

Name Column

User/roles permissions definitions.Description :

Usual key

Owning service

Table Name : WT_SRVUSERTYPES

Page 231: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 199 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

TYPE_KEY

TYPE_DESCRIPTION

TYPE_TYPE

DEFAULT_ON

Column Detail

30

40

50

60

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Lookup code

Text description

0 for local, 1 for partner

non-zero if enabled by default

Page 232: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

24 March 2004 Page 200 ofTable Definition

Oracle Designer Report : cktci

201

Container : Retail.com10.7 Version :

Display Title :

Alias :

TYPENAME

Column

WT_T1

Name

NOT UNIQUE

Index Type

Primary Key

TYPE_ID

TYPENAME

TYPEVALUE

APPLICATION_USE

Column Detail

Index Summary

10

20

30

40

Optional ? :No ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

Optional ? :Yes ; Varchar2 (16) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Varchar2 (64) ;() ; ; Uppercase ? :No ;

Optional ? :Yes ; Number () ;() ; ; Uppercase ? :No ; Default Value :0 ;

TYPE_ID

TYPENAME

TYPEVALUE

APPLICATION_USE

Column

NUMBER ()

VARCHAR2 (16)

VARCHAR2 (64)

NUMBER ()

Type

NOT NULL

NULL

NULL

NULL

Nulls ?Col.Seq.

10

20

30

40

Column Summary

Seq.

1

No

Storage

Index-organized ?

Volumes

Start Rows : End Rows :

PK_WT_TYPES TYPE_ID

Name Column

Global type data.Description :

Usual key

Groups by type (category, etc)

The display value

Application specific use code

Table Name : WT_TYPES

Page 233: docs.oracle.com · Retek Merchandising System The software described in this documentation is furnished under a license agreement and may be used only in accordance with the terms

Oracle Designer

TABLE DEFINITION

End of Report


Top Related