Difference between revisions of "GX:Appendix C Whistle Database Tables"
From coolearthwiki
(→Whistle Tables and Definitions) |
(→Whistle Tables and Definitions) |
||
Line 302: | Line 302: | ||
|} | |} | ||
− | + | {| border="1" cellpadding="2" valign="top" halign="left" | |
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmCountedBins=== | ===wmCountedBins=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 313: | Line 318: | ||
*updateCounter int NOTNULL Update Counter Key | *updateCounter int NOTNULL Update Counter Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmCustomer=== | ===wmCustomer=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 319: | Line 330: | ||
*showCustPartNumber int NOTNULL Show Customer Part Number Key | *showCustPartNumber int NOTNULL Show Customer Part Number Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmDemand=== | ===wmDemand=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 337: | Line 354: | ||
*minShelfLife int NOTNULL Minimum Shelf Life Key | *minShelfLife int NOTNULL Minimum Shelf Life Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmItemInstruct=== | ===wmItemInstruct=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 345: | Line 368: | ||
*instruction varchar(255) NOTNULL Instruction Text Value | *instruction varchar(255) NOTNULL Instruction Text Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmLabelCrossRef=== | ===wmLabelCrossRef=== | ||
*company varchar(2) NOTNULL Company key | *company varchar(2) NOTNULL Company key | ||
Line 351: | Line 380: | ||
*labelKey int NOTNULL Label Key | *labelKey int NOTNULL Label Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmLabelElements=== | ===wmLabelElements=== | ||
*labelKey int NOTNULL Label Key | *labelKey int NOTNULL Label Key | ||
Line 365: | Line 400: | ||
*lastModifiedOn datetime NULL Last Modified Date/Time Value | *lastModifiedOn datetime NULL Last Modified Date/Time Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmPickAllocation=== | ===wmPickAllocation=== | ||
*pickAllocKey int NOTNULL Pick Allocation Key=== | *pickAllocKey int NOTNULL Pick Allocation Key=== | ||
Line 385: | Line 426: | ||
*lockCounter int NOTNULL Lock Counter Value | *lockCounter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmPrintJobs=== | ===wmPrintJobs=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 397: | Line 444: | ||
*printSequence3 varchar(10) NULL Print Sequence 3 Value | *printSequence3 varchar(10) NULL Print Sequence 3 Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmRuleContext=== | ===wmRuleContext=== | ||
*ruleContextKey int NOTNULL Rule Context key=== | *ruleContextKey int NOTNULL Rule Context key=== | ||
Line 410: | Line 463: | ||
*lockCounter int NOTNULL Lock Counter | *lockCounter int NOTNULL Lock Counter | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmRuleContextLine=== | ===wmRuleContextLine=== | ||
*ruleContextLineKey int NOTNULL Rule Context Line Key | *ruleContextLineKey int NOTNULL Rule Context Line Key | ||
Line 422: | Line 481: | ||
*lockCounter int NOTNULL Lock Counter Value | *lockCounter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmRuleMaster=== | ===wmRuleMaster=== | ||
*ruleMasterKey int NOTNULL Rule Master Key | *ruleMasterKey int NOTNULL Rule Master Key | ||
Line 434: | Line 499: | ||
*lockCounter int NOTNULL Lock Counter Value | *lockCounter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmScaleDefinition=== | ===wmScaleDefinition=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 441: | Line 512: | ||
*scaleAddress varchar(128) NOTNULL Scale Address Value | *scaleAddress varchar(128) NOTNULL Scale Address Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmTaskMaster=== | ===wmTaskMaster=== | ||
*taskMasterKey int NOTNULL Task Master Key | *taskMasterKey int NOTNULL Task Master Key | ||
Line 454: | Line 531: | ||
*lockCounter int NOTNULL Lock Counter Value | *lockCounter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmTestHistory=== | ===wmTestHistory=== | ||
*testKey varchar(10) NOTNULL Test Key | *testKey varchar(10) NOTNULL Test Key | ||
Line 470: | Line 553: | ||
*tranactionUser varchar(10) NULL User Key | *tranactionUser varchar(10) NULL User Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmUomConv=== | ===wmUomConv=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 479: | Line 568: | ||
*factor float NOTNULL Factor Key | *factor float NOTNULL Factor Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmUserPrefs=== | ===wmUserPrefs=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 491: | Line 586: | ||
*lock_counter int NOTNULL Lock Counter Value | *lock_counter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmUserTask=== | ===wmUserTask=== | ||
*userTaskKey int NOTNULL User Task Key | *userTaskKey int NOTNULL User Task Key | ||
Line 514: | Line 615: | ||
*lockCounter int NOTNULL Lock Counter Value | *lockCounter int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wmWave=== | ===wmWave=== | ||
*company varchar(2) NOTNULL Company Key | *company varchar(2) NOTNULL Company Key | ||
Line 521: | Line 628: | ||
*createdBy varchar(10) NOTNULL User Key | *createdBy varchar(10) NOTNULL User Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_autohd_tbl=== | ===wms_autohd_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 529: | Line 642: | ||
*context varchar(10) NOTNULL Context Value | *context varchar(10) NOTNULL Context Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_bin_tbl=== | ===wms_bin_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 544: | Line 663: | ||
*wms_bin_tbl_key int (IDENTITY) NOTNULL Bin Table Key | *wms_bin_tbl_key int (IDENTITY) NOTNULL Bin Table Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_bincnt_tbl=== | ===wms_bincnt_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 556: | Line 681: | ||
*im_pack_key varchar(10) NULL Pack Key | *im_pack_key varchar(10) NULL Pack Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_bindtlst_tbl=== | ===wms_bindtlst_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 584: | Line 715: | ||
*lastCount datetime NOTNULL Counted On Date/Time Value | *lastCount datetime NOTNULL Counted On Date/Time Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_case_tbl=== | ===wms_case_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 594: | Line 731: | ||
*lock_count int NOTNULL Lock Counter Value | *lock_count int NOTNULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contadj_tbl=== | ===wms_contadj_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 609: | Line 752: | ||
*wms_contadj_cntrl varchar(60) NULL Container Adj Control Num Value | *wms_contadj_cntrl varchar(60) NULL Container Adj Control Num Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contcase_tbl=== | ===wms_contcase_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 626: | Line 775: | ||
*wms_contcase_acwgt float NOTNULL Container Actual Weight Value | *wms_contcase_acwgt float NOTNULL Container Actual Weight Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contdtl_tbl=== | ===wms_contdtl_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 661: | Line 816: | ||
*wms_contdtl_crtdt datetime NULL Creation Date/Time Value | *wms_contdtl_crtdt datetime NULL Creation Date/Time Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_context_tbl=== | ===wms_context_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 674: | Line 835: | ||
*lock_count int NOTNULL Lock Count Value | *lock_count int NOTNULL Lock Count Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_conthdr_tbl=== | ===wms_conthdr_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 691: | Line 858: | ||
*lockCounter int NULL Lock Counter Value | *lockCounter int NULL Lock Counter Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contst_tbl=== | ===wms_contst_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 700: | Line 873: | ||
*wms_contst_relby varchar(8) NULL Container Release By Date Value | *wms_contst_relby varchar(8) NULL Container Release By Date Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contty_tbl=== | ===wms_contty_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 712: | Line 891: | ||
*wms_contty_dftrtype varchar(50) NULL Type Of Transaction Value | *wms_contty_dftrtype varchar(50) NULL Type Of Transaction Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_contxf_tbl=== | ===wms_contxf_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 726: | Line 911: | ||
*wms_contxf_pseq int NOTNULL Container Cross Reference Seq Key | *wms_contxf_pseq int NOTNULL Container Cross Reference Seq Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_counter_tbl=== | ===wms_counter_tbl=== | ||
*wms_counter_type smallint NOTNULL Counter Name Value | *wms_counter_type smallint NOTNULL Counter Name Value | ||
*wms_counter_idx int NOTNULL Current Counter Number Value | *wms_counter_idx int NOTNULL Current Counter Number Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_ctwght_tbl=== | ===wms_ctwght_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 750: | Line 947: | ||
*wms_ctwght_sell int NOTNULL Catch Weight Sell Value | *wms_ctwght_sell int NOTNULL Catch Weight Sell Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_custpull_tbl=== | ===wms_custpull_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 756: | Line 959: | ||
*wms_custpull_puldt int NULL Customer Pull Date Value | *wms_custpull_puldt int NULL Customer Pull Date Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_cycnt_tbl=== | ===wms_cycnt_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 766: | Line 975: | ||
*wms_cycnt_ent2 varchar(20) NULL Cycle Count Entity 2 Key | *wms_cycnt_ent2 varchar(20) NULL Cycle Count Entity 2 Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_erpint_tbl=== | ===wms_erpint_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 773: | Line 988: | ||
*wms_erpint_pid int NOTNULL ERP Interface Part ID Value | *wms_erpint_pid int NOTNULL ERP Interface Part ID Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_except_tbl=== | ===wms_except_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 786: | Line 1,007: | ||
*wms_except_crtdt datetime NULL Exception Creation Date/Time | *wms_except_crtdt datetime NULL Exception Creation Date/Time | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_group_tbl=== | ===wms_group_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 791: | Line 1,018: | ||
*wms_group_key int NOTNULL Group Key | *wms_group_key int NOTNULL Group Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_kit_tbl=== | ===wms_kit_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 806: | Line 1,039: | ||
*lock_count int NOTNULL Lock Counter Key | *lock_count int NOTNULL Lock Counter Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_lhold_tbl=== | ===wms_lhold_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 816: | Line 1,055: | ||
*wms_lhold_trdt datetime NULL Date Lot Placed On Hold Value | *wms_lhold_trdt datetime NULL Date Lot Placed On Hold Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_load_tbl=== | ===wms_load_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 831: | Line 1,076: | ||
*loadKey varchar(10) NULL Load Key | *loadKey varchar(10) NULL Load Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_loadnm_tbl=== | ===wms_loadnm_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 837: | Line 1,088: | ||
*wms_loadnm_key int NULL Load Name Key | *wms_loadnm_key int NULL Load Name Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_lothist_tbl=== | ===wms_lothist_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 852: | Line 1,109: | ||
*wms_lothist_key int (IDENTITY) NOTNULL Lot History Key | *wms_lothist_key int (IDENTITY) NOTNULL Lot History Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_outint_tbl=== | ===wms_outint_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 875: | Line 1,138: | ||
*wms_outint_unique int (IDENTITY) NOTNULL Outint Unique Key | *wms_outint_unique int (IDENTITY) NOTNULL Outint Unique Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_piint_tbl=== | ===wms_piint_tbl=== | ||
*wms_piint_error varchar(255) NULL Message Value=== | *wms_piint_error varchar(255) NULL Message Value=== | ||
Line 901: | Line 1,170: | ||
*originTrack varchar(10) NULL Original Tracking Key | *originTrack varchar(10) NULL Original Tracking Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_pmint_tbl=== | ===wms_pmint_tbl=== | ||
*wms_pmint_error varchar(255) NULL Message Value=== | *wms_pmint_error varchar(255) NULL Message Value=== | ||
Line 921: | Line 1,196: | ||
*wms_pmint_control varchar(50) NULL PM Control Key | *wms_pmint_control varchar(50) NULL PM Control Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_pmintdtl_tbl=== | ===wms_pmintdtl_tbl=== | ||
*gl_cmp_key varchar(2) NULL Company Key | *gl_cmp_key varchar(2) NULL Company Key | ||
Line 934: | Line 1,215: | ||
*wms_contcase_prddt datetime NULL Case Production Date/Time | *wms_contcase_prddt datetime NULL Case Production Date/Time | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_point_tbl=== | ===wms_point_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 956: | Line 1,243: | ||
*wms_point_tbl_key int (IDENTITY) NOTNULL Point Table Key | *wms_point_tbl_key int (IDENTITY) NOTNULL Point Table Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_print_tbl=== | ===wms_print_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 965: | Line 1,258: | ||
*wms_print_tbl_key int (IDENTITY) NOTNULL Print Table Key | *wms_print_tbl_key int (IDENTITY) NOTNULL Print Table Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_pultol_tbl=== | ===wms_pultol_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 972: | Line 1,271: | ||
*wms_pultol_tol int NULL Pull Date Tolerance Value | *wms_pultol_tol int NULL Pull Date Tolerance Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_recper_tbl=== | ===wms_recper_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 977: | Line 1,282: | ||
*wms_recbgn_key datetime NULL Last ERP Reconciliation Date | *wms_recbgn_key datetime NULL Last ERP Reconciliation Date | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_screen_tbl=== | ===wms_screen_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 982: | Line 1,293: | ||
*wms_screen_key varchar(20) NOTNULL Screen Name Value | *wms_screen_key varchar(20) NOTNULL Screen Name Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_sectmpl_tbl=== | ===wms_sectmpl_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 989: | Line 1,306: | ||
*wms_secure_mode int NULL Security Mode Value | *wms_secure_mode int NULL Security Mode Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_secure_tbl=== | ===wms_secure_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 996: | Line 1,319: | ||
*wms_secure_mode int NULL Security Mode Value | *wms_secure_mode int NULL Security Mode Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_shipins_tbl Table no longer=== | ===wms_shipins_tbl Table no longer=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 1,003: | Line 1,332: | ||
*in_instr_key text NOTNULL IN Instruction Key | *in_instr_key text NOTNULL IN Instruction Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_track_tbl=== | ===wms_track_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 1,008: | Line 1,343: | ||
*wms_track_key int NOTNULL Tracking Number Key | *wms_track_key int NOTNULL Tracking Number Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_user_tbl=== | ===wms_user_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 1,016: | Line 1,357: | ||
*wms_user_tbl_key int (IDENTITY) NOTNULL User Table Key | *wms_user_tbl_key int (IDENTITY) NOTNULL User Table Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_usercols_tbl=== | ===wms_usercols_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 1,037: | Line 1,384: | ||
*lock_count int NOTNULL Lock Counter | *lock_count int NOTNULL Lock Counter | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_utcount_tbl=== | ===wms_utcount_tbl=== | ||
*gl_cmp_key varchar(2) NOTNULL Company Key | *gl_cmp_key varchar(2) NOTNULL Company Key | ||
Line 1,049: | Line 1,402: | ||
*wms_utcycnt_qty float NOTNULL Reported Quantity Value | *wms_utcycnt_qty float NOTNULL Reported Quantity Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_vndpull_tbl=== | ===wms_vndpull_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 1,055: | Line 1,414: | ||
*wms_vndpull_puldt int NULL Vendor Pull Date Value | *wms_vndpull_puldt int NULL Vendor Pull Date Value | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_wtint_tbl=== | ===wms_wtint_tbl=== | ||
*gl_cmp_key varchar(3) NULL Company Key | *gl_cmp_key varchar(3) NULL Company Key | ||
Line 1,078: | Line 1,443: | ||
*wms_wtint_key int (IDENTITY) NOTNULL WT Index Key | *wms_wtint_key int (IDENTITY) NOTNULL WT Index Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_zone_tbl=== | ===wms_zone_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key | ||
Line 1,084: | Line 1,455: | ||
*wms_bin_key varchar(15) NOTNULL Bin Key | *wms_bin_key varchar(15) NOTNULL Bin Key | ||
+ | {| border="1" cellpadding="2" valign="top" halign="left" | ||
+ | !Column | ||
+ | !Data Type | ||
+ | !Nullable | ||
+ | !Key Description | ||
+ | |- | ||
===wms_zonexf_tbl=== | ===wms_zonexf_tbl=== | ||
*gl_cmp_key varchar(3) NOTNULL Company Key | *gl_cmp_key varchar(3) NOTNULL Company Key |
Revision as of 16:01, 18 September 2006
Contents
- 1 Whistle Database Tables
- 1.1 Whistle Tables and Definitions
- 1.1.1 wmCountDetail
- 1.1.2 wmCountMaster
- 1.1.3 wmCountZones
- 1.1.4 wmCountedBins
- 1.1.5 wmCustomer
- 1.1.6 wmDemand
- 1.1.7 wmItemInstruct
- 1.1.8 wmLabelCrossRef
- 1.1.9 wmLabelElements
- 1.1.10 wmPickAllocation
- 1.1.11 wmPrintJobs
- 1.1.12 wmRuleContext
- 1.1.13 wmRuleContextLine
- 1.1.14 wmRuleMaster
- 1.1.15 wmScaleDefinition
- 1.1.16 wmTaskMaster
- 1.1.17 wmTestHistory
- 1.1.18 wmUomConv
- 1.1.19 wmUserPrefs
- 1.1.20 wmUserTask
- 1.1.21 wmWave
- 1.1.22 wms_autohd_tbl
- 1.1.23 wms_bin_tbl
- 1.1.24 wms_bincnt_tbl
- 1.1.25 wms_bindtlst_tbl
- 1.1.26 wms_case_tbl
- 1.1.27 wms_contadj_tbl
- 1.1.28 wms_contcase_tbl
- 1.1.29 wms_contdtl_tbl
- 1.1.30 wms_context_tbl
- 1.1.31 wms_conthdr_tbl
- 1.1.32 wms_contst_tbl
- 1.1.33 wms_contty_tbl
- 1.1.34 wms_contxf_tbl
- 1.1.35 wms_counter_tbl
- 1.1.36 wms_ctwght_tbl
- 1.1.37 wms_custpull_tbl
- 1.1.38 wms_cycnt_tbl
- 1.1.39 wms_erpint_tbl
- 1.1.40 wms_except_tbl
- 1.1.41 wms_group_tbl
- 1.1.42 wms_kit_tbl
- 1.1.43 wms_lhold_tbl
- 1.1.44 wms_load_tbl
- 1.1.45 wms_loadnm_tbl
- 1.1.46 wms_lothist_tbl
- 1.1.47 wms_outint_tbl
- 1.1.48 wms_piint_tbl
- 1.1.49 wms_pmint_tbl
- 1.1.50 wms_pmintdtl_tbl
- 1.1.51 wms_point_tbl
- 1.1.52 wms_print_tbl
- 1.1.53 wms_pultol_tbl
- 1.1.54 wms_recper_tbl
- 1.1.55 wms_screen_tbl
- 1.1.56 wms_sectmpl_tbl
- 1.1.57 wms_secure_tbl
- 1.1.58 wms_shipins_tbl Table no longer
- 1.1.59 wms_track_tbl
- 1.1.60 wms_user_tbl
- 1.1.61 wms_usercols_tbl
- 1.1.62 wms_utcount_tbl
- 1.1.63 wms_vndpull_tbl
- 1.1.64 wms_wtint_tbl
- 1.1.65 wms_zone_tbl
- 1.1.66 wms_zonexf_tbl
- 1.1 Whistle Tables and Definitions
Whistle Database Tables
The Whistle application uses a number of database tables to store and organize warehouse information. Whistle updates most tables automatically. Other tables, such as the ‘user’ tables, are updated manually through the use of data maintenance frames (see chapter on Data Maintenance Frames). This is a comprehensive listing of all Whistle – specific database tables and their corresponding parameters.
The following is a list of all Whistle database tables. Each table is described in detail in later in this appendix.
Whistle Tables | Common Keys and DataTypes | Data Types | ||
---|---|---|---|---|
|
|
|
Whistle Tables and Definitions
Column | Data Type | Nullable | Key Description |
---|---|---|---|
|
|
|
|
Column | Data Type | Nullable | Key Description |
---|---|---|---|
|
|
|
|
Column | Data Type | Nullable | Key Description |
---|---|---|---|
|
|
|
|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|
Column | Data Type | Nullable | Key Description |
---|