Top Banner
SSA® ERP LX Entity Relationship Diagrams
329

Entity Relationship Diagrams - Infor

Oct 06, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Entity Relationship Diagrams - Infor

SSA® ERPLX™

Entity Relationship Diagrams

Page 2: Entity Relationship Diagrams - Infor

© Copyright 2005 by SSA Global Technologies, Inc.

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any way or by any means, including, without limitation, photocopying or recording, without the prior written consent of SSA Global Technologies™, Inc.

Important Notices

The material contained in this publication (including any supplementary information) constitutes and contains confidential and proprietary information of SSA Global Technologies, Inc.

By gaining access to the attached, you acknowledge and agree that the material (including any modification, translation or adaptation of the material) and all copyright, trade secrets and all other right, title and interest therein, are the sole property of SSA Global Technologies, Inc. and that you shall not gain right, title or interest in the material (including any modification, translation or adaptation of the material) by virtue of your review thereof other than the non-exclusive right to use the material solely in connection with and the furtherance of your license and use of software made available to your company from SSA Global Technologies, Inc. pursuant to a separate agreement (“Purpose”).

In addition, by accessing the enclosed material, you acknowledge and agree that you are required to maintain such material in strict confidence and that your use of such material is limited to the Purpose described above.

Although SSA Global Technologies, Inc. has taken due care to ensure that the material included in this publication is accurate and complete, SSA Global Technologies, Inc. cannot warrant that the information contained in this publication is complete, does not contain typographical or other errors, or will meet your specific requirements. As such, SSA Global Technologies, Inc. does not assume and hereby disclaims all liability, consequential or otherwise, for any loss or damage to any person or entity which is caused by or relates to errors or omissions in this publication (including any supplementary information), whether such errors or omissions result from negligence, accident or any other cause.

Trademark Acknowledgements

SSA, BPCS, and USER/VISION are registered trademarks, and the BPCS design logo, the SSA Global design logo, SSA Global, SSA Global Technologies, ERPLX, EAM, and AS/SET are trademarks of SSA Global Technologies, Inc. in the United States and/or other countries.

AS/400 and OS/400 are registered trademarks and iSeries is a trademark of IBM Corporation in the United States and/or other countries.

Intel and Pentium are registered trademarks of Intel Corporation.

Java and all Java-based marks are registered trademarks of Sun Microsystems, Inc. in the United States and/or other countries.

Microsoft, Windows, Windows 98, Windows NT, Windows 2000, Windows XP, Windows Server and the Windows logo are trademarks or registered trademarks of Microsoft Corporation.

Publication Information

Release: SSA® ERPLX™ Release 8.3

Publication Date: April 2005

Page 3: Entity Relationship Diagrams - Infor

i i

Contents

Introduction..............................................................................................................1 Summary ............................................................................................................1 Background........................................................................................................1

Domain Models........................................................................................................2 Key to UML Notation........................................................................................2 Asset Management.............................................................................................2 Customer Service Administration......................................................................2 Customer Sales Order & Invoicing....................................................................2 Release Management .........................................................................................2 Outbound Logistics Management ......................................................................3 Pricing & Promotions ........................................................................................3 Material Configuration Management.................................................................3 Configurable Enterprise Financials ...................................................................3 Configurable Ledger - Subsystem Interfaces.....................................................3 Supplier Management & Control.......................................................................4 Supplier Management & Control - Payables .....................................................4 Engineering Management ..................................................................................4 Warehouse and Materials Management.............................................................4 Quality and Laboratory Management ................................................................4 Production & Logistics ......................................................................................4 Planning & Forecasting .....................................................................................5 Electronic Commerce Management...................................................................5 System Environment..........................................................................................5 Notes Management ............................................................................................5 Cartera Receivables Management .....................................................................5 Electronic Signature...........................................................................................5

Class Descriptions..................................................................................................28

Page 4: Entity Relationship Diagrams - Infor

ii

Table Of Figures

Figure 0 – Key to UML Notation (deys.dat)………………………………… …7

Figure 1 - Asset Management (assets.dat) ..............................................................7 Figure 2 - Customer Service Administration (customer.dat)..................................8 Figure 3 - Customer Sales Order & Invoicing (sales.dat).......................................9 Figure 4 - Release Management (release.dat).......................................................10 Figure 5 - Outbound Logistics (outbnd.dat) .........................................................11 Figure 6 - Pricing & Promotions (pricing.dat)......................................................12 Figure 7 - Material Configuration Management (configur.dat)............................13 Figure 8 - Configurable Ledger (ledger.dat).........................................................14 Figure 9 - Configurable Ledger - Subsystem Interfaces (ledger2.dat) .................15 Figure 10 - Supplier management & Control (inbound.dat).................................16 Figure 11 - Supplier Management & Control - Payables (payables.dat)..............17 Figure 12 - Engineering Management (engring.dat).............................................18 Figure 13 - Warehouse & Materials Management (inventry.dat).........................19 Figure 14 - Quality & Laboratory Management (quality.dat) ..............................20 Figure 15 - Production & Logistics (producn.dat)................................................21 Figure 16 - Planning & Forecasting (planning.dat) ..............................................22 Figure 17 - Electronic Commerce Management (ecm.dat)...................................23 Figure 18 - System Environment (system.dat)......................................................24 Figure 19 - Notes Management (notes.dat)...........................................................25 Figure 20 – Cartera Receivables Management (cartera.dat).................................26 Figure 21 – Electonic Signature (esig.dat)............................................................27

Page 5: Entity Relationship Diagrams - Infor

Introduction

1

Introduction

Summary This document outlines the high level model of the persistent objects within current SSA ERPLX product. It covers the principles employed in modeling the existing database entities: the persistent objects, the object models for each major business domain, a key to UML notation, and the class details.

The purpose of the document is to provide a high level model of the persistent objects; where ‘high level’ means identification of the entity objects in the persistent layer and their relationships with each other. It is in effect a survey or catalog of the persistent objects in the current SSA ERPLX system.

Background The existing SSA ERPLX database consists of a large volume of information: which contain information on entities (e.g. Vendor), code tables (e.g. type_of_item), relationships between entities (e.g. Item_on_Pallet), and working tables used to pass information between applications and/or batch programs. There are over 1,400 identifiable entities supporting some 20,000 data attributes; other tables support the many relationships (i.e. table joins), contain coding information such as Postal_Code, or are temporary working tables supporting existing application programs.

This database provides the foundation on which additions and extensions can be introduced by both SSA and Client developers to meet particular needs.

For the purpose of the Persistent Modeling Project only those database entities that support all the business domains and platforms have been considered i.e. code tables and working tables have been ignored. Also, in order to provide a stable information base, only the data associated with Version 8.3.00 has been modeled, later versions can be considered after the initial analysis model; existing client extensions will not be considered unless planned to become ‘standard’ entities.

Page 6: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

2

Domain Models Extensive detail is shown in the following domain models as they reflect the current entities and relationships within SSA ERPLX Version 8.3.00. It is not intended that this level of detail is visible to the client objects and object developers using these persistent objects. However, for the developers of the persistent object model services, the detail in the domain models is at the appropriate level.

Key to UML Notation UML notation has been used for the model diagrams and a key to the notation is provided in Figure 0 - Key to UML Notation (keys.dat).

Asset Management Asset management: depreciation control for assets such as property or equipment with emphasis on tax and accounting treatment. This encompasses the SSA ERPLX Fixed Assets (FXA) product. Figure 1 - Asset Management (assets.dat)

Customer Service Administration Customer service administration: the definition of customer organizations including credit management and banking activities. Begins with the customer invoice document, followed by receipt of customer payment. This encompasses the SSA ERPLX Accounts Receivable (ACR), Advanced Remittance Processing (ARP), Credit and Deduction Management (CDM), and Cash Management (CSH) products. Figure 2 - Customer Service Administration (customer.dat)

Customer Sales Order & Invoicing Customer sales order & invoicing: the tracking of customer requests from order entry through invoicing. This encompasses the SSA ERPLX Order Processing (ORD), Billing (BIL) and Sales Analysis (SAL) products. Figure 3 - Customer Sales Order & Invoicing (sales.dat)

Release Management Release management : the tracking of release management customer orders with reference to releases, retro-invoicing and shipments. This encompasses the SSA ERPLX Release Management System (RMS) product. Figure 4 – Release Management (release.dat)

Page 7: Entity Relationship Diagrams - Infor

Domain Models

3

Outbound Logistics Management Outbound logistics management: tracking the shipments to customers with the emphasis on transportation planning, freight management, and import/export documentation. This encompasses the SSA ERPLX Outbound Logistics Management (OLM) product. Figure 5 - Outbound Logistics Management (outbnd.dat)

Pricing & Promotions Pricing & promotions: relates to the determination of prices for customer orders, and the application of promotions and deals. This encompasses the SSA ERPLX Promotions and Deals (PRO) product. Figure 6 - Pricing & Promotions (pricing.dat)

Material Configuration Management Material configuration management: tracks the material dependencies and interrelationships necessary to allow bills of material and routings to be dynamically configured based upon actual customer orders. This encompasses the SSA ERPLX Configuration Management (CFG) product. Figure 7 - Material Configuration Management (configur.dat)

Configurable Enterprise Financials Configurable enterprise financials: the core general ledger repository to collect information from across SSA ERPLX. Management reporting is supported via budgeting and consolidation structures. This encompasses the SSA ERPLX Configurable Ledger (CLD) and Structures and Consolidations (ENT) products. Figure 8 - Configurable Enterprise Financials (ledger.dat)

Configurable Ledger - Subsystem Interfaces Configurable ledger - subsystem interfaces: the interfaces between accounting or financial information in the various SSA ERPLX products and the journal entries that post that information into the ledger. This encompasses the relationships between various SSA ERPLX products. Figure 9 - Configurable Ledger - Subsystem Interfaces (ledger2.dat)

Page 8: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

4

Supplier Management & Control Supplier management & control: the procurement process of creating a requisition, placing the purchase order with a supplier, and receiving a delivery. This encompasses the SSA ERPLX Purchasing Management (PUR), Inbound Logistics Management (ILM) and Warehouse Management (WHM) products. Figure 10 - Supplier Management & Control (inbound.dat)

Supplier Management & Control - Payables Supplier management & control - payables: the process of recording and paying a vendor invoice. This encompasses the SSA ERPLX Accounts Payable Processing (ACP) and Cash Management (CSH) products. Figure 11 - Supplier Management & Control - Payables (payables.dat)

Engineering Management Engineering management: the configuration of bills of materials and routings for make-to-stock, assemble-to-order, and make-to-order environments. This encompasses the SSA ERPLX Manufacturing Data Management (MDM), Cost Accounting (CST), and Capacity Planning (CAP) Products. Figure 12 - Engineering Management (engring.dat)

Warehouse and Materials Management Warehouse and materials management: management of stock by identifying products and inventory tracking; includes auditing on-hand levels. This encompasses the SSA ERPLX Inventory Management (INV) and Warehouse Management (WHM) products. Figure 13 - Warehouse & Materials Management (inventry.dat)

Quality and Laboratory Management Quality and laboratory management: quality assurance and laboratory control functions for product specification, test planning, sampling, and test result reporting. This encompasses the SSA ERPLX Quality Management System (QMS) and Laboratory Management System (LMS) products. Figure 14 - Quality & Laboratory Management (quality.dat)

Production & Logistics Production & logistics: tracking the progress of manufacturing processes. This encompasses the SSA ERPLX Shop Floor Control (SFC), Advanced Process Industries (API) and JIT/Repetitive Manufacturing (JIT) products. Figure 15 - Production & Logistics (producn.dat)

Page 9: Entity Relationship Diagrams - Infor

Domain Models

5

Planning & Forecasting Planning & forecasting: forecasting product demand in combination with existing orders to create a production or distribution plan. This encompasses the SSA ERPLX Forecasting Management (FOR), Distribution Resource Planning (DRP), Material Requirements Planning (MRP), and Master Production Scheduling (MPS) products. Figure 16 - Planning & Forecasting (planning.dat)

Electronic Commerce Management Electronic commerce management: track inbound messages to SSA ERPLX from external sources, and outbound messages from SSA ERPLX to external targets. This encompasses the SSA ERPLX Electronic Commerce Management (ECM) product. Figure 17 - Electronic Commerce Management (ecm.dat)

System Environment System Environment: definitions of the SSA ERPLX environment, users, products, menus, and security. This encompasses the SSA ERPLX System Functions (SYS) product. Figure 18 - System Environment (system.dat)

Notes Management Notes Management: all usage of notes throughout SSA ERPLX. This encompasses all SSA ERPLX products. Figure 19 - Notes Management (notes.dat)

Cartera Receivables Management European tool in Financials that replaces some SSA ERPLX products to more fully meet European-specific requirements. Figure 20 - Cartera Receivables Management (cartera.dat)

Electronic Signature Electronic Signature tracks the flow of records to be maintained electronically rather than handwritten. Figure 21 - Electronic Signature (esig.dat)

Page 10: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

6

SuperClass

SubClass#1 SubClass#2

SubClass#3

Generalization

Specialization

ClassA

ClassB

ClassC

ClassD

Zero or One

One or MoreZero or More

Exactly One

Key to UML Notation

n-aryAssoc.

All links are bi-directional unless arrowhead present

*

1contains 0..1

1..*

1 1

11

1

Figure 0 - Key to UML Notation (keys.dat)

Page 11: Entity Relationship Diagrams - Infor

Domain Models

7

CompanyOrganization

ProfitCenter

DepreciationPeriod

DepreciationBook

DepreciationTable

DepreciationAlloc

TaxCalendar

FixedAssetLocation

FixedAsset FixedAssetRetirement

TaxBook TaxBookDetail

DepreciationTableDetail

*1

*

1

1

1

* 1

*

1

*

1

*

1

*1

*1

1

*

0..1

*

*

* *

*

1

*

*

*

*

*

*

*

0..1

0..1

OriginalFixedAsset

*

1

*1

*1

1

*

Figure 1 - Asset Management (assets.dat)

Page 12: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

8

Customer

Company

Currency

ExchangeRate

BankAccount

BankBranch

CreditAnalyst

Contact

CustomerInvoice

CustomerPayAgreement

PayInstrument

Draft

DraftLine

DraftTerms

DraftStampTax

CustomerInvoiceTerms

CustomerInvoiceTax

CustInvoiceTaxPaid

CustInvoicePayment

LockboxPayment

PromotionTracking

ProfitCenter

Folio

RevaluationDefn

LockboxRight

FinancialDocument

CustomerAccountSegment

Lockbox

CheckBatch

CheckBatchDetail

ManualCheckBatch ManualCheckDetail

ManualCheckInvoice

InvoicesPaid

CheckDispositionHeader CheckDispositionDetail

UnmatchedCheck

CheckHistoryHeader CheckHistoryDetail

CheckCrossReferenceDocumentPrefix

ConditionsOccurred

Condition

ConditionLetter

InvoiceInDispute

Notice

Notice Detail

InvoiceDunHistory

DunningInterface

1

*

*

1

0..1

*

1 *

1

*from

1

*

to

1*

*

1

*

1corporate

*

1 salesforce

* 0..1

*

1

supervisor

1CustomerContact

0..1

1

*

1

*

CustomerAccount

1

*

1

*1..4

1

1

*

1 *

1..*

1

1

*

1

1

1

*

1 * 1

** 1

*

1

1

*

1

*

1

*1 *1*

*

1

1..*

*

*

0..2

1*

*

1

*

1

*

1

1

CustomerInvoiceContact *

1

*

1 *

1

*1

*

1

*

1*

1*

* 10..1

*

0..1

*

0..1

*

1..*

1

1

*

0..1

11*

11

1

*1

*

1

*

11

1

*

1 *

1

*

1

*

1

*

1

*

1

*

0..1*

0..1

*

1 *

1

*

1

*

1

0..1

1

*

1

0..1

1

*

1

*

*

1

1

*

1

0..1

Figure 2 - Customer Service Administration (customer.dat)

Page 13: Entity Relationship Diagrams - Infor

Domain Models

9

Price

CustomerOrder

CustomerOrderLine

LineType

CustomerOrderLineTax

Salesperson

Customer

Company

Address

SalesHistory

Currency

ExchangeRate

BankAccountForexReservation

CustomerInvoiceOrder

CustomerInvoiceLine

Commission or

CreditAnalyst

Contact

CustomerInvoice

PayInstrument

CustomerInvoiceTerms

CustomerInvoiceTax

PromotionTracking

ProfitCenter

PurchaseOrderLine

CustomerItem

TaxBody

RegularOrderLine

Item

SpecialOrderLine

DropShipment

AlternateItemAllocationHistory

LocationInventory Lot

DocumentPrefix

Load

Container

CSR

TFCommitment

AssemblyShopOrder

ShopOrder

LotStatus

CustomerLotRequirement

1..*

1

0..10

1

*

1..2

*

0..11

*

1..* 11

*

*

*

*

*

*

*

1

*

* *

*

1

1*

0..1

*

1

*

1

*from

1

*to

0..1

*1

*

1 *1..*

1

0..1

*

0..2

*

*

1

*

1corporate

*

1salesforce

* 0..1*

1supervisor

1

CustomerContact

0..1

1

*

1

*

1..41 1

*

1

*

1

*

1

*

*

1

*

1

*1

1*

1*

1

*

1

*

1

*0..1

*

1

*

1

*

0..1

*

1*

*

1

1

CustomerInvoiceContact *

1*

1

*

1

*

1

*

1

*

1

*

Primary

1

*

Alternate

1 *

0..1*0..1

*

1

*

*

1

0..1

*

0..1*

0..1

*

0..1

*

1

1

Entering0..1

*

0..1

1

*

*

0..1

1

1

0..1

0..1

0..10..1 0..1

Responsible 0..1

*

1

1

1

*

Figure 3 - Customer Sales Order & Invoicing (sales.dat)

Page 14: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

10

ReleaseContract

Customer

ReleaseDetail

HolidayCalendar

HolidayCalendarDate

Address

JitReleaseJitReleaseDetail ReleaseHistory

ReleaseHistoryDetail

CustomerOrder

CustomerOrderLine

Item

CustomerItem

Currency

RetroInvoiceBatch

CustomerInvoiceLine

ReleaseHeader

ItemFamilyHeader

ItemFamilyDetail

ModelGroup

ModelGroupItem

SequencedShipDetail SequencedShip

LoadLine

RMSconversion

PackagingStructure

SelfBillReference

DailyMaterialRequirement

1

*

Contracts

1

*

SalesOrg

1..*

1

1..*

1

1

*

Calendar forshipping

1

*Calendar for

contracts

1

*

* 1

1..*

1

1 *

1..*

1

1

*

1

*

*

1

1*

1

*

1

*

1 0..1

1

1

1

*

1

*

0..1

*

*

11

*

*

1

1

*

* 1

0..1

*

1

*

1

*

*

1

* use

*use

*use

*

1

0..1

1

*

1

*

1

*1

*

1

*

0..10..1

0..1

1..*

0..1

1

0..1

0..1

0..1

0..1

*

*

Figure 4 - Release Management (release.dat)

Page 15: Entity Relationship Diagrams - Infor

Domain Models

11

RegularOrderLine

UnitOfMeasurement

FreightTerms

CustomerOrder

Customer

Warehouse

ShippingRoute

ShippingZone

Country

Terminal

PostalCode

DistanceMatrix

TransportEquipment

MeansofTransport

CarrierRouteMeans

CarrierCommodity Vendor

Load

LoadHeader

LoadLine

LoadLineCarton

PurchaseOrder

CustomerInvoice

Currency

LoadSpecialCharge

InventoryAllocation

Item

ServiceProvider

Dock

FreightRate

LoadCarton

AdvanceFixCertificate

WarehousePickList

ShippingRoute

Location

Lot

SpecialCharges

LoadShipment

SpecialChargesDetail

PartnerSpecialCharge

AfcItem AfcSecurity

SingleAdminDoc

LoadForeignBill

LoadSingleAdmin

LoadTracking

LoadExportInstruction

LoadDocument

LoadReference

SelfBillReference

PackagingStructure

SpecialOrderLine

LotStatus

1

*

0..1

*

1

*

default 1

*

*

1

addresses

1

*

1..*

1

1 *1

*

1

*destination

1

*

origination

1

*

destination

1

*origination

1

*

0..1

*

0..2

*

0..1

*

0..1

*

1

1*

1*

1

*

11

*

1uses

0..1 *1 *

* *

*

1

1..*

1

1uses

1

*1

*

0..1

*

0..1

*

1 *

*

1

1

*

*

*

1

*1uses

1 uses1

*

1

*

0..2

*

*

0..1

1..* 11

*

1

*

* 1

1

*

1..*

*

*

0..1

1

*

1

*

1

*

*

1

*

1

*1

*

1

*

1

*

1

1

*

1

*

0..1 *

0..1

*

1

* 1* 1*

0..1

*

1

*

1

*

becomes

1

0..1

1

0..1

0..1

*

1 * *

1

1

0..1

*

1

*

1

1

0..1

*

*

Packaging Order Line,First Packed Order Line

*

1

Packaging Item

*

1

Packaging Item*

1

Packaging Item

*

1

Packaging Item

1

*

*

0..1

1

*

*

0..1

*

0..1

1..*

0..1

Inventory Item*

1..*

Packaging Item

1 1..*

0..10..1

1..*

1..*

11

Figure 5 - Outbound Logistics (outbnd.dat)

Page 16: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

12

Price

SpecialPrice

ListPrice

Promotion

ItemAddressCustomerCurrencyProfitCenterCompany

PromotionCalendar

RegularOrderLine

AppliedPromotion

PromotionTracking

TFCommitment

AdvancedListHeaderAdvancedListDetail

111..*1*1

0..1

*

0..1

*

promotion item

0..1

*

0..2

* free good or cashvalue item

0..1

*

0..1

*

1

*

1

*

0..1

*

1

*

1

*1 *

1

*

1

*1*

1*

1

*

1

*

0..1

1

0..1

*

0..1

1

0..1

0..1

1*

0..10..1

Figure 6 - Pricing & Promotions (pricing.dat)

Page 17: Entity Relationship Diagrams - Infor

Domain Models

13

ConfiguredOptionConfigurationParent

ItemAttribute

ItemVariable

ConfigurationVariable

Calculation

Item

RegularOrderLine

ConfigureOrder

ConfigureOrderDetail

ConfigurationTestCase

ItemRule

ItemRuleDetail

ConfigureOrderHeader

StandardBOMComponent

RoutingStep

ConfigureOrderVariable

StdConfigurationDetail StdConfigurationHeader

VariablePrice

StructureVarPrice

Vendor Currency

*

1

1

*

*

*use*

*

defined by

1..*

*

1

*

1

0..1Family Item

*

1

1

*

1

*

* 1

*

1

0..1 *

1

*

Family Item

0..1

*

Generated

0..1

*

Generated

0..1

0..1

GeneratedParent Item

0..1 *

Becomes

*

0..1

1..* 10..1

*

verify match

0..1

*

replace Family Item by S-td Header if verify match

*

0..1

GeneratedParent Item

0..1

0..1replace Family Item byGenerated Parent Item

1

*

1

*

*

*

defined by

*

*

use

*

0..1

*

0..1

*

0..1

*

1

Figure 7 - Material Configuration Management (configur.dat)

Page 18: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

14

Ledger

Account

LedgerBook

Allocation

AccountingEvent

AccountingEventSeq

JournalEntry

PeriodTable

AccountingProcess

MapSet ChartOfAccounts

AccountRule

Segment

AccountSecurityRule

StructureRollup

PeriodMaster

JournalEntryLine

Currency

AccountBalance

SegmentValue

AccountSecurityMap

Alias

JournalModelLine

AllocationBasis

StructureComponent

AccountSecurityOptimize

MappedResult

AllocationTarget

JournalModel

JournalSource

AccountMacro SubsystemFieldUsage

ProgramEvent

SubsystemProgramBpcsProgramBpcsFile

SecuredObject

StructureHierarchy

AccountSegment

MappedSegment

StructureSequence

MappedValue

AccountingProcessLine

AccountingProcessSeq

1

*

*

1

0..1

*

0..1*

1

0..1

1

*

*

1

1..3

*

0..2

**1

*

*

1..*

1

1

*

1

*

1

*

1..*

1

1

*

1..*

1

*

*

1

*

10..1

1*

1

0..1

0..1

*

0..1

*

1..*

1

1

*

1..2*

*

11

*

1

*

*

1..3

1

**1..14

1..*

1 1

*

1

*

1

*

1

*

1

*

0..1

0..100

1

*

1..*

1

1..2

*

*

1

1

*

* 1

1

*

1..2

*

1..* 1

0..1

*

1

*

1

*

0..14

* 0..14

**

*1*

1

*

1 0..1

1

*

1

*

1

*

1

*

1..14

1

1..*

1

1

*

*

1

*

1

*

1

0..1

*

*

1

1

*

*

2

*

1

1*

*

1

Figure 8 - Configurable Ledger (ledger.dat)

Page 19: Entity Relationship Diagrams - Infor

Domain Models

15

JournalEntry

JournalEntryLine

CustomerInvoice CustInvoicePayment

LaborTicket

VendorInvoice

InventoryHistory

FixedAsset

FinancialDocument

VendorPayment

BatchTransaction

BatchTransactionDetail

SubsystemHistory

TFCommitmentHistory

RevaluationDefn

Folio

PromotionTracking

VendorInvoiceDoc

DraftLine

* *

* *

1..*

1

0..1

0..1

0..1

1..*

1

*0..10..1

0..1

1..*

*

*

*

*

*

*

*

*

*

*

1..*

1

0..1

0..10..1

0..1

0..10..1

0..1

0..1

0..1

0..1

0..1

0..1

*

*

0..1

0..1

*

*

0..1

0..1

*

*

0..1

0..1

*

*

0..1

0..1

*

*

0..1

0..1

Figure 9 - Configurable Ledger - Subsystem Interfaces (ledger2.dat)

Page 20: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

16

Vendor

PurchaseOrder

PurchaseOrderLine

POSpecialLineSpecialCharge

WarehouseManagedWarehouse

Facility

Currency

VendorQuote

VendorContract

VendorContractDetail

VendorHistory

PurchasedItem

Commodity

ServiceCommodity MaterialCommodity

Company

Not for Requisitions

Requisition

ShopOrderOperation

BankAccount

ForexReservation

ExchangeRate

ProfitCenter

VendorPoLines

InboundDeliveryCharge

SupplierCalendar

VendorSplitRule

DeliveryHeaderDeliveryDetail

PurchaseOrderDelivery

UnscheduledDelivery

ResupplyDelivery RegularOrderLine

UnscheduledReceiptDetail

UnscheduledReceiptHeader

InboundDeliveryInboundDeliveryLine

InboundDeliveryOrder

Carrier

MeansofTransport

Item

EdiReleaseHeader

EdiReleaseRequirement

EdiReleaseAncillary

Customer Address

PurchaseAddress

PartnerSpecialCharge

SpecialChargesDetailSpecialCharges

ServiceProvider

ShippingPattern ShippingPatternDetail

Not for Commodity

ReapportionedCharge

DeliveryDocumentation

ApprovedItem

Manufacturer

QualityHistory

GoodsReceivedDetail

GoodsReceivedHeader

0..1

*1..*

1

1

*

1

*

0..1 *

1

*

1

*

1

PO

*

0..1

*

1*

*

1*

1

*

*

0..1

*

1

*

1

*

1

*

1

*

0..1

Req

*

*

0..1

*

0..1

*

11

*

1

*

from

1

*

to

1*

1

*

1

*0..1

*

1

*

0..1 *

1*

*

*

1

1..*

0..1

1Service

*

1

1

*

1*

1*

1*

*

11

*

1

*

*

1

1

*

* 1* 1

1

1..*

1

*

1

*

1

*

1

*

*

1

0..1

*

outboundmessage

0..1

1

1

1

1

1

0..1

*

0..1

*

0..1

*

1

*

0..1

**

0..1

*

0..10..1

*

*1

*

1

1

*

0..1

*

0..1

*

1

*

*1

0..1

*

0..1

*

0..1

*

1

1..*

1

1..*

1

*

1

*

1

*

0..1

*

*

0..1

1

0..1

*1

1

0..1 0..1

*

0..1

*

0..1

*

*

0..1

1

1..*

1

1..*

1

*

Figure 10 - Supplier management & Control (inbound.dat)

Page 21: Entity Relationship Diagrams - Infor

Domain Models

17

VendorInvoiceVendorPayment

RecurringInvoice VendorInvoiceDocVendorInvoicePayment

RecurringInvoiceLine

VendorPoLines

VendorInvoiceTax

VendorInvoiceLine

TaxBody VendorInvoiceTaxPaid

PurchaseOrderLine

FinancialDocument

BankAccount

BankReconciliation

BankBranch

PayInstrument

Draft

DraftLine

DraftTerms

DraftTermsLine

VendorPayAgreement

RevaluationDefn

Folio

ProfitCenter

Company

VendorVendorAccountSegment

VendorTerms

Currency

ExchangeRate

DocumentPrefix

VendorInvoiceDistribution

GoodsReceivedDetail

TFCommitment

*

1

*1

*

1

*

1

*

1

*

1

* 1

*1 1 * *

1

*

1

1 *1*

1

*

1..4

1

1

* 0..1

0..1

1..*

1

1..*

1

1

*1

*

1

*

1

*1

*

1

*

*

0..2

*

1

*

1

1..*

*

1

**

11

*

1 *1

*

1

*

1 *

1

*

1

*to

1

*from

1

*

*

1 1

*

1

*

1

*

0..1*

1

1

*

1

*

1

0..1

1

Figure 11 - Supplier Management & Control - Payables (payables.dat)

Page 22: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

18

Facility

Warehouse

LocationDepartment

WorkCenter

Machine

CriticalWorkCenter

RoughCutRequirementDetailedCapacityRequest

ShopFloorCalendar

RoutingStep

BillOfResourceStep

ItemFacility-Method

BillOfMaterials

EngineeringChangeOrder

Drawing

ApprovalProcess

ApprovalProcessStep

parent of

Revision

CostCostSet

CostBucket

StandardBOM

PlanningBOM

PlanningBOMComponent

StandardBOMComponent

ItemFacility

ManufacturingMethod

EngineeringChgOrderline

ApprovalProcessHistory

ApprovalStep Item

BomReferenceDesignator

EventLog

ReferenceDesignator ReferenceDesignatorHist

*

1

*

1

0..1

*from

0..1

*to

0..1

*from

0..1

*to

1

1

1

*

1*assigned

to

1

*

1

*

0..1

*

0..1

*

1

0..1

*

*

1

1..*

1*

1

*

1

1*

*

*

1..*

1

1..*

1

1facility

<<

1

1

*1

1method>>

*

1

1

*

1

1 1

*

1

*

1

*

1 1..*1

*

1

*

1

*

1

*

1

*

1

*

component

1

*component

1item

>>

1

1

*

1

*

1

* 1 *

Figure 12 - Engineering Management (engring.dat)

Page 23: Entity Relationship Diagrams - Infor

Domain Models

19

Area

Zone

CrossContamination

HazardousGoods

Location

ManagedLocation

Warehouse

ManagedWarehouse

PerformanceMeasure

PerfMeasurePeriod

ProfitCenter

Company

UnitOfMeasurement

Facility

WarehouseInventory

LocationInventory

Item

ItemFacility

ManagedWarehouseItemAlternatePallet

PalletItemPallet

Container

Vendor

Lot

MultiPickLocation

WarehousePickList

InventoryAllocation

ShopOrderMaterial

ShopOrder

PurchaseOrderLine

RegularOrderLine

OrderHistory

InventoryHistory

AuditWorksheet

CycleCount InventoryTag StockCount

ShopOrderAllocation

MaterialHistory

ShopOrderHistory

PurchaseOrderHistory

CustomerOrderHistory

CustomerAllocation

AllocationHistory

LotStatus

* 1

* 11

*

1

1..*

1

*

0..1 *

0..1

*

1

*

Primary

1

*

Secondary

1

*

1

*

1

1..13

*

11

*

1

*

1*

1..*

1

1

*

1

*1*

1

*

1

*

1

*

1

*

1

*

1

*

1

*1..* 1

* 1* 1

1

*

0..1**

0..1

0..1

*

1..**

0..1

*

1

* 1

*

1

*

0..1

*

1

*

0..1

*

0..1

*

1

*

0..1

1

1

*

1

*

0..1

*0..1

*

0..1

*

1*0..1

0..1

1

*

1

*

1

*

1

*

1

*

1

*1

0..1becomes

1

1

Figure 13 - Warehouse & Materials Management (inventry.dat)

Page 24: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

20

ManufacturerLot QALot

Lot

Customer

CustomerItem

CertificateOfAnalysis

CertificateFormat Specification

Test

Sample

ManufacturerItem

Manufacturer

TestMethod

MethodVariable

MethodDatasheet QAInstrument

EmpiricalTable

TableEntryWorkCenter

QAInstrumentCalibDepartment

QAInstrumentHistory

Timelog

TestResultRawData

DrawnSample

SampleRequirement

Disposition

DispositionHistory

SampleStability StabilityInterval

Item

ItemIngredientTrace

SamplingRule

SamplingRuleTable

StabilityPlanning

TestRelation

SampleRelation

Trigger

FormatVariables

StatusHistory

LotStatus

LotReleaseProcess

ResultType

LotReleaseTable

1 1..*

1*

*

1*

1

1..2

*

1

*

1

*

*

1

1

**

1

1

*

1

*

1 *

1..*

1

*

1

*

*

*

1

0..1

*

0..2

1

1

*

0..2

*

1

*

1

*

*

1

0..2

*

* 1

*

1

*

1

*

1

1..2

*

1

*

1..*

*

*

1

1

*

1 *

* *Tracebility

1*

1*

1*0..1

*

1..*

*

0..2

*1 *

0..1

*1

*

1*

0..1

*

0..1

*

1

*

1*

1

*

1

*

1 *

1

*

1

*

1

*

1 *

0..1

*1

1

1

1

1

1

1

1 1

0..1

Figure 14 - Quality & Laboratory Management (quality.dat)

Page 25: Entity Relationship Diagrams - Infor

Domain Models

21

Warehouse

MaterialRequirement

PlannedOrder

Campaign

InventoryAllocationContainer

Location

Lot

CustomerOrder

CustomerOrderLine

LineType

ShopOrder

AssemblyShopOrder

ShopOrderMaterial

FacilityTimeframe

ShopOrderOperationLaborTicket

Employee

Machine

ProductionHistory

WorkCenter

Customer

Current

Current

Last

PurchaseOrderLine

RegularOrderLine

ItemFacility

Pallet

RoutingStep

AlternateItem

Item

WorkCenterRunRate

ItemClassShopOrderHistory

OperationHistory

MaterialHistory

LotStatus

ItemFacQualityHistory

ControlNumberSchdule

ItemFacQuality

AutoLotStatusChange

1..*

1

*

1

*

1

*0..2

0..1

1

1..2

*

1*

1

*

0..1*

0..1

0..1

*

1

*

1

1*

1

* *

0..1

0..1

*

0..1

*

0..1

*

1

*

1

*

1..2

*1 *

1

*

*

0..1

0..1**

0..11

* *

1

0..1

0..1

*

0..1

0..10..1

*

0..1

1 *

*

1

*

1

1 *0..1

*

1*

1 1..*

1*

1 *

1

*

1..*

*

1

*

1

*

1*

1* 1

*

Primary

1

*

Alternate

*

*

1

*

1

*

*

*

0..1

*

11

*

1

1

1

11

1 1

11

1

*

1

0..1

**

1

1

*1*

1

Figure 15 - Production & Logistics (producn.dat)

Page 26: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

22

ItemItemFacility

Facility Warehouse

DistributionRelationDistributionCalendar

Timeframe

PlannedOrder

MaterialRequirement

ForecastItem/

Warehouse

ForecastDetail Forecast

ForecastPeriodForecastBasis

SeasonalityHistory ForecastModels

PlannedResupply ResupplyOrder

DailyMaterialRequirement

1..*1

1

*

from

1

*

to

1

*

to

1

*

from

1

*

1

*

1*

*

1

*

1

1

*

1

*

0..2 1

1

*

becomes

1

*

1

* 0..1

*

0..1

*

1

1

1

1

1 1becomes

1 1becomes

*

1

*

1

Figure 16 - Planning & Forecasting (planning.dat)

Page 27: Entity Relationship Diagrams - Infor

Domain Models

23

Adapter

AdapterFunction

AdapterTable

Table

TableField

DataDock

AdapterPartner

PartnerAdapterPartnerDock

BpcsProgram

BpcsFile

SecuredObject

PartnerContact

PartnerLocation

PartnerEntity

Customer

Vendor

Warehouse

Carrier

CompanyDispatchInDataDock Dispatch DispatchHistory

DispatchShipHeader

DispatchInventory

DispatchContract

DispatchPick

DispatchOrderDispatchInvoice DispatchNotice

DispatchAdviceDispatchText

DispatchShipOrder

DispatchShipDetail

DispatchContractLine

DispatchContractDetail

DispatchPickLine

DispatchOrderLine

DispatchInvoiceLine

DispatchInvoiceOrder

DispatchInvoiceItem

DispatchInvoiceAudit

DispatchInvoicePromo

DispatchAdviceLine

DispatchTextDetail

DispatchNoticeOrder

DispatchNoticePack

DispatchNoticeItem

DispatchNoticeCarton

DispatchPayAsBuilt

SequencedShip

InventoryHistory

ReleaseContractCustomerOrder

PurchaseOrder

VendorInvoiceDoc

CustomerInvoiceDispatchPartner

DispatchLot WarehousePickList

DispatchLabor

LaborTicket

SequencedShipDetail

DispatchData

DispatchAddress

EdiReleaseHeader

EdiReleaseAncillary

EdiReleaseRequirement

ReleaseHeader

ReleaseDetail

PurchaseOrderLine

DispatchCustomerItem

CustomerOrderLine

LineType

RegularOrderLine

CustomerItem

PromotionTracking

VendorInvoiceLine

CustomerInvoiceTax

CustomerInvoiceOrder

CustomerInvoiceLine

ReleaseContract

LoadCarton

LoadHeader

LoadLine

LoadLineCarton

InventoryAllocation

Lot

AllocationHistory

LoadShipment

VendorPoLines

VendorInvoiceDistribution

DispatchSelfBill

*

1

1 *

* 1

*

1

1

*

1 0..1 1

*

1

*

1 *

1

*

1* *1

1 1 1 1

1

1..*

1

1..*

1

1..*

1

1..*

1

1..*

1

1..*

1

1..*

1

*

1

*

1

*

1

*

1

1..*

1

1..*

1

1..*

1

1..*

1

1..*

1

1..*

1

*

1

*

0..1

1

inbound

1

*

1

*

0..1

1

outbound

1

0..1

inbound

1

0..1

inbound

1

0..1

inbound

* 1

1..*

0..1

*

0..1

0..1

1

*

1

1 0..1outbound

1

0..1

outbound

1

0..1

outbound

1

0..1

outbound

1

1

1

0..1

inbound

1

0..1

inbound

1..*

1

0..1

0..1

outbound

0..1

0..1

outbound

1

1..* 1

*

1

*

1..*

1

0..1

0..1

inbound

1

0..1

inbound

0..1

0..1

0..1

0..1

outbound

1

0..1

inbound

*

1

0..10..1

inbound

1

0..1

outbound

0..1

0..1

inbound

0..1

0..1

inbound

*

1

0..1

0..1outbound

1

0..1

outbound

1..*

1

0..1

0..1

outbound1

0..1

outbound

1

0..1

outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..1

0..1outbound

0..1

*

0..1

*

outbound

0..1

0..1

outbound

0..1 0..1outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..10..1outbound

0..1

0..1

outbound

1..*

1

0..1

0..1

outbound

0..1

0..1

outbound

*

1

0..1

0..1

outbound

1

0..1

outbound

1

*

outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..1

0..1

outbound

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

0..1

0..1

*

0..1

*

0..1

*

0..10..1outbound

*1

*

1

*

1

*

1

1 0..1

1

*Inbound

1* Inbound

1

1

1

1

Figure 17 - Electronic Commerce Management (ecm.dat)

Page 28: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

24

Language User

UserGroup Menu

MenuOption

SecuredObject

BPCSProduct

Right

WarehouseRight

CompanyRight

RememberedFileKey

LockboxRight

POAuthorization

Facility

Lot

Warehouse

Salesperson CustomerOrderCustomer

PurchaseOrder

Load

CarrierVendor

WorkCenterTimeframe

ShopOrder

CompanyProfitCenter

Currency

PayInstrument

VendorInvoice

Test

Sample

Disposition

Specification

Manufacturer

Company

Warehouse

Lockbox

CertificateOfAnalysisTestMethod

BPCSRelease Item

MenuRight

ObjectProduct

ProductRight

ObjectRight

ProgramOptions

OptionRight

TestMethodRight

QAInstrument

QAInstrumentRight

CEAEventName CEABook

CEAEventFrom CEAEventTo

CEAJEInquiryBook CEAInquiryName

CEAJEInquiryLedger CEAInquiryOwner CEALedger

CEAChartOfAccounts CEAJEInquiryYear

CEAEventsProcToYearCEAEventsProcFromYear

CEAJEInqPeriodFrom CEAJEInqPeriodTo

CEAEventsProcFromPeriod CEAEventsProcToPeriod

*1

1

* *

* *1

*0..1

*1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*0..1*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

1

*

1*

1

*

0..1

1

1..*

0..1*

1 *

1

*

1

*

1

*

1

*

1

*

1

*

1

*1

*

1

*

1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

*

0..1

* 0..1

0..1*

*

0..1*

0..2

*

0..1

*

0..1

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

0..1

*

Figure 18 - System Environment (system.dat)

Page 29: Entity Relationship Diagrams - Infor

Domain Models

25

Figure 19 - Notes Management (notes.dat)

CustomerAddress

OlmCustomerNote

OlmInvoiceNote

OlmDeclarationNote

OlmShippingNote

OlmShipToNote

CustomerOrder

OlmOrderNote

LoadHeader

OlmCertificateNote OlmCmrReverseNote

OlmGoodsNote OlmRemarksNote

OlmExtraEcsiNote

OlmForeignNote

OlmLetterOfCreditNote

OlmLoadNote

OlmLoadOrderNote

OlmPackagingNote

OlmPackListNote

OlmSpecialNote

OlmShipmentNote

OlmInstructionNote

OlmProcessNote

Item

OlmItemNote

Carrier

HazardousGoods

OlmCarrierNote

OlmHazardNote

OlmNote

StdCustomerNote

StdCustOrderNote

StdCustOrderLineNote

PurchaseOrder

RegularOrderLine

StdPurchOrderNote

PurchaseOrderLine

ShopOrderOperation

StdOperationNote

ShopOrderMaterial ShopOrder

StdMaterialNote StdShopOrderNote

StdRequisitionNoteStdPromotionNote

Promotion Vendor

StdVendorNote

StandardNote

Warehouse

SystemCustomerNote

SystemShipToNote

SystemQuoteNote

SystemRmaNote

SystemRmaLineNote SystemQuoteLineNote

SystemWarehouseNote

SystemNote

SystemNoteDetail SystemNoteHeader

ItemProcessNote

ItemNote

StandardBOMComponent

RoutingStep

BomComponentNote

RoutingStepNote

LotNote

Lot

CustomerInvoice

CdmNote

ERPlxNote

ApprovalProcessNote

EcoNote

DrawingNote

Drawing

EngineeringChangeOrder

ApprovalProcessHistory

ClauseNote

ReleaseNote

RequirementNote

ReleaseContract

JitLineNote

JitReleaseDetail JitReleaseNote

JournalHistoryNote

JournalEntryLine

ModelNote

JournalModelLine

Draft

DraftNote

DispositionComment

DispositionCommentHeader

Disposition

DispatchNote

DispatchAdvice

DispatchOrderDispatchOrderLine DispatchPickDispatchPickLine DispatchAdviceNote

DispatchOrderNote DispatchPickNote

DispatchContract DispatchContractLine DispatchContractDetail

DispatchContractNote

EdiReleaseHeader

EdiReleaseNote

Contact ConditionsOccurred

HistSONote HistMatNote

HistOperNote

ApprovedItem PassNote

SampleTestNote

TradeFundsNote

TFCommitment

TFProgramNoteTFClaimNote TFUserDefinedNote TFCommitmentNote

TFClaimTFProgram

QualityNote

HistoryNote SignatureItemProcessNote

SignatureStandardNote

ItemQualityNote

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

1

*

0..1

*

0..1

*

1

*

1

*

1

*

0..1

*

1

*

1

*

1

*

0..1

*

0..1 *

1

*

0..1

*

1

*

1

*

1 *

1

*

1

*

1

*

Quote 1

*

RMA 1

*

RMA

1

*

Quote

1

*

1

*

* 1

1

*

1

*

1

*

1

*

1

*

0..1

*

1

*

1

*

1

*

1

*

1

*

1

*

* 0..1

1

*

1

*

1

*

1

*

1

*

1

*

1 1..* 0..1

* 0..1

* 11..*

0..1

*

0..1

*

1 1..*1 1..*0..1

*

0..1

*

0..1

*0..1

1

inbound message

0..10..1outboundmessage

1

*0..1

0..1

inbound message

0..1

0..1

inbound message

0..1

0..1

outboundmessage

0..1

0..1

outboundmessage

0..1

0..1 outbound message

0..1

0..1

outboundmessage

0..1

0..1

outboundmessage

0..1

0..1

outbound message

0..1

*0..1

*

1

*

1

*

1

*

0..1 *

0..1

*

0..1

*

0..1

*

0..1

*

0..1

* 0..1

*

1 *

1 *

1 *

Page 30: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

26

Company

CarteraElectronicReimbursement

CarteraBankAreaCarteraBankCommisions

CarteraBankSystem CarteraBankCollector

CarteraFactoringCustomerExtract

CarteraFactoringInvoice

CarteraCalendar

CarteraChecksArchive

CarteraFactoringContractInvoiceXref

CarteraFactoringCOMITCustomer

CarteraNotes

CarteraFactoringContract

CarteraTransactionControl

CarteraFactoringCustomer

CarteraDocumentTransactionCarteraDocument

CarteraPromotion

CarteraRemittanceDocument

CarteraDocumentSupport

CarteraFactoringCOMITPayment

CarteraFactoringCOMITInvoice

CarteraDishonorRIBACarteraDishonorControl CarteraDishonorError

CarteraCreditLog

CarteraDunningSet

CarteraPromotionTraceability

CarteraParameters

CarteraPaymentType

CarteraScenario

CarteraFactoringRebuyInvoice

CarteraAnnexDocument

CarteraRemittance CarteraRemittanceExpense

CarteraElectronicRemittancePort19 CarteraElectronicRemittancePort32 CarteraElectronicRemittancePort50 CarteraElectronicRemittancePort51 CarteraElectronicRemittancePort60

CarteraDocumentStatus

CarteraCreditStatus

CarteraRemittanceStatus

CarteraTraceabilityRetrievalCarteraTaxAdjustmentTraceability

Customer

DunningInterface CarteraDunningDocument

DocumentPrefix

CarteraScenarioRemittance CarteraScenarioDocument

CarteraCEAInterface

ExchangeRate

DraftTerms

CarteraHistoryAnnexDocCarteraHistoryDocument CarteraHistoryTransaction

CarteraElectronicRemittance

CarteraScenarioExpense

CustomerInvoice

BatchTransaction BatchTransactionDetail

1 1..*1 *

*

1

1

1

**1*

1

*

* *

1 1..* 1 *

11 1

11

1

1..*1 * 1

*

1

1

1

1

1

1

1

1*

1

1

1

1

1

*

1 1 *

1

* 1

1..2

1

1

1

* 1

1* *

11

*

*1

*

1

**1 *1

1 11

1 1..** 1*

1

1 1 1 1..* 1 0..1

11 11

*

1

11..*

11..*

1..* 1 1 1..*

1

1..*

1

1..*

1

1

1

1

1 1 1 11

1

1..*

1

1

1

1

1

1 1

11

* 1 * 1..*

1*

1

1..*

11

1..*1

Figure 20 – Cartera Receivables Management (cartera.dat)

Page 31: Entity Relationship Diagrams - Infor

Domain Models

27

ApprovedItem

ApprovalProcessHistoryItemFacilityMethod

SignatureApprovedItem

SignatureItemFacilityMethodSignatureApprovalProcessHistory

EventLog SignatureEventLogStandardBOMComponent SignatureStandardBOMComponent

ApprovalStep SignatureApprovalStepApprovalProcess SignatureApprovalProcess

EngineeringChangeOrder SignatureEngineeringChangeOrderEngineeringChgOrderline SignatureEngineeringChgOrderline

CustomerItem SignatureCustomerItemCustomer SignatureCustomer

Disposition SignatureDispositionTestMethod SignatureTestMethod

Item SignatureItemItemFacility SignatureItemFacility

LocationInventory SignatureLocationInventoryLot SignatureLot

ShopOrderMaterial SignatureShopOrderMaterialManufacturingMethod SignatureManufacturingMethod

Facility SignatureFacilityManufacturerItem SignatureManufacturerItem

Manufacturer SignatureManufacturerLotNote SignatureLotNote

Specification SignatureSpecificationSpecificationDesc SignatureSpecificationDesc

ItemProcessNote SignatureItemProcessNoteItemFacilityQuality SignatureItemFacilityQuality

TestResult SignatureTestResultDrawnSample SignatureDrawnSample

Sample SignatureSampleStandardNote SignatureStandardNote

TransactionEffect SignatureTransactionEffectTest SignatureTest

TestRelation SignatureTestRelationMethodVariable SignatureMethodVariable

Vendor SignatureVendor

Container SignatureContainer

SignatureLotMaintPanel

SignatureECPostingPanel

SignatureTransactionPostingPanel

SignatureInventoryPostingPanel

Signature

SignaturePrograms

SignatureSecurity

UserSecurity

SignatureSecondaryUser

SignatureCode

SignatureInformation

SignatureFields

1 *1 *

1 *

1 *

1 *1 *

1 *1*

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *1 *

1 *

1

*

1

*

1

*1

*

1*

1 1

1

*

Figure 21 – Electonic Signature (esig.dat)

Page 32: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

28

Class Descriptions

Name: Account Type: Class Description: A specific category such as an expense, income, asset, or liability for which an accounting balance is maintained and is identified by a unique string of segments. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE AccountBalance(s) Associates is related to only ONE ChartOfAccounts Associates is related to only ONE Ledger Associates is related to 1 to 14 SegmentValue(s) Associates is related to ONE or MORE JournalEntryLine(s) Associates is related to ZERO or MORE AccountSecurityMap(s) Associates is related to ZERO or MORE Alias(s) Associates is related to ZERO or MORE JournalModelLine(s) Associates is related to ZERO or MORE AllocationBasis(s) Associates is related to ZERO or MORE AccountRule(s) Associates is related to ZERO or MORE StructureComponent(s) Associates is related to 0 to 100 AccountSecurityOptimize(s) Associates is related to ZERO or MORE MappedResult(s) This item has the following properties: *** No properties defined ***

Page 33: Entity Relationship Diagrams - Infor

Class Descriptions

29

Name: AccountBalance Type: Class Description: The amount of money currently associated with the identified account for a specific accounting period. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Account Associates is related to only ONE LedgerBook This item has the following properties: *** No properties defined *** Name: AccountingEvent Type: Class Description: A type of business transaction that has an accounting impact. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Ledger(s) Associates is made up of ONE or MORE AccountingEventSeq(s) Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or MORE AccountingProcess(s) Associates is related to ZERO or MORE ProgramEvent(s) This item has the following properties: *** No properties defined *** Name: AccountingEventSeq Type: Class Description: The definition of the specific account effect from a business transaction. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE AccountingEvent

Page 34: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

30

Associates is related to ZERO or ONE Ledger Associates is related to ZERO or ONE LedgerBook Associates is related to ZERO or MORE Allocation(s) Associates is related to ZERO or ONE JournalModel This item has the following properties: *** No properties defined *** Name: AccountingProcess Type: Class Description: A unique set of instructions that identifies and defines execution parameters for accounting procedures such as consolidation or currency translation. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE StructureHierarchy Associates is related to ZERO or ONE MapSet Associates is related to 1 to 3 Ledger(s) Associates is related to ZERO or ONE AccountingEvent Associates is related to 1 to 3 LedgerBook(s) Associates is related to ZERO or MORE AccountingProcessLine(s) This item has the following properties: *** No properties defined *** Name: AccountingProcessLine Type: Class Description: The link between an ordered step within an accounting process, and the unique set of instructions and execution parameters used at that step. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 35: Entity Relationship Diagrams - Infor

Class Descriptions

31

is part of only ONE AccountingProcessSeq Associates is related to only ONE AccountingProcess This item has the following properties: *** No properties defined *** Name: AccountingProcessSeq Type: Class Description: An ordered step in a process. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE AccountingProcessLine(s) This item has the following properties: *** No properties defined *** Name: AccountMacro Type: Class Description: A rule for determining part or all of the account string for a journal entry line. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE JournalModelLine(s) Associates is related to ZERO or MORE Alias(s) Associates is related to only ONE SubsystemFieldUsage This item has the following properties: *** No properties defined *** Name: AccountRule Type: Class Description: A restriction on valid account string creation. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 36: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

32

is related to only ONE ChartOfAccounts Associates is related to ZERO or MORE Ledger(s) Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: AccountSecurityMap Type: Class Description: Condensed information from AccountSecurityRules in order to optimize the time it takes to process security rules validation. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: AccountSecurityOptimize Type: Class Description: Condensed information from AccountSecurityRules in order to optimize the time it takes to process security rules validation. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Account This item has the following properties: *** No properties defined *** Name: AccountSecurityRule Type: Class Description: Account Security Allow/Reject rules for each Chart of Account and Ledger combination. Persistent: TRUE This item is used on the following diagrams:

Page 37: Entity Relationship Diagrams - Infor

Class Descriptions

33

LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ChartOfAccounts Associates is related to only ONE Segment Associates is related to only ONE Ledger This item has the following properties: *** No properties defined *** Name: AccountSegment Type: Class Description: A consistent portion of the identifier of a financial account. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ChartOfAccounts Associates is related to only ONE Segment This item has the following properties: *** No properties defined *** Name: Adapter Type: Class Description: A business function that handles an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE AdapterFunction(s) Associates is related to ZERO or MORE AdapterTable(s) Associates is related to ZERO or MORE AdapterPartnerDock(s) Associates is related to ZERO or MORE AdapterPartner(s)

Page 38: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

34

This item has the following properties: *** No properties defined *** Name: AdapterFunction Type: Class Description: A specific SSA ERPLX program supporting a business function that handles an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Adapter Associates is related to only ONE ERPlx Program This item has the following properties: *** No properties defined *** Name: AdapterPartner Type: Class Description: Authorization for an external entity with whom the company does business to send/receive an inbound/outbound electronic message which will be handled by a specific business function. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Adapter Associates is related to only ONE Partner This item has the following properties: *** No properties defined *** Name: AdapterPartnerDock Type: Class Description: Authoirzation for an inbound/outbound message from/ to a specific partner to use a particular logical message storage location. Persistent: TRUE

Page 39: Entity Relationship Diagrams - Infor

Class Descriptions

35

This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DataDock Associates is related to only ONE Adapter Associates is related to only ONE Partner Associates is related to ZERO or MORE DispatchInDataDock(s) Associates is related to ZERO or MORE Dispatch(s) This item has the following properties: *** No properties defined *** Name: AdapterTable Type: Class Description: The ERPlx data files affected/interrogated to support a business function that handles an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Adapter Associates is related to only ONE Table This item has the following properties: *** No properties defined *** Name: Address Type: Class Description: The address of the offices (or mailing address) of the customer. This item is used on the following diagrams: RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions NOTES.DAT Notes Management INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: PurchaseAddress

Page 40: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

36

This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Customer Associates is related to ZERO or MORE CustomerOrder(s) Calendar for shipping is related to ZERO or MORE HolidayCalendar(s) Associates is related to ZERO or MORE CustomerItem(s) Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE OlmDeclarationNote(s) Associates is related to ZERO or MORE OlmShippingNote(s) Associates is related to ZERO or MORE OlmShipToNote(s) Associates is related to ZERO or MORE OlmItemNote(s) Associates is related to ZERO or MORE StdCustomerNote(s) Associates is related to ZERO or MORE SystemShipToNote(s) Associates is related to ZERO or MORE SequencedShip(s) Associates is related to ZERO or ONE Carrier Associates is related to ZERO or ONE MeansofTransport Associates is related to ZERO or MORE PartnerSpecialCharge(s) This item has the following properties: PurchaseAddress... *** No properties defined *** Name: AdvancedListDetail Type: Class Description: Pricing structure based on price detail. Persistent: TRUE This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE AdvancedListHeader Associates is related to ZERO or ONE Item

Page 41: Entity Relationship Diagrams - Infor

Class Descriptions

37

Associates is related to ZERO or ONE Customer This item has the following properties: *** No properties defined *** Name: AdvancedListHeader Type: Class Description: Pricing structure based on list price header. Persistent: TRUE This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This class has the following inheritance hierarchy: Price This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AdvancedListDetail(s) This item has the following properties: Price... *** No properties defined *** Name: AdvanceFixCertificate Type: Class Description: Information about international shipping. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AfcItem(s) Associates is related to only ONE AfcSecurity This item has the following properties: *** No properties defined *** Name: AfcItem Type: Class Description: Information about individual products for international shipping. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 42: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

38

This class has the following associations: Associates is related to only ONE Item Associates is related to only ONE AdvanceFixCertificate This item has the following properties: *** No properties defined *** Name: AfcSecurity Type: Class Description: Information about security for international shipping. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AdvanceFixCertificate(s) This item has the following properties: *** No properties defined *** Name: Alias Type: Class Description: A short hand notation for an account string. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ChartOfAccounts Associates is related to 0 to 14 AccountMacro(s) Associates is related to ZERO or MORE JournalModelLine(s) Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: Allocation Type: Class Description: The definition of distribution of the balance of an account to other accounts.

Page 43: Entity Relationship Diagrams - Infor

Class Descriptions

39

This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE AllocationTarget(s) Associates is related to ZERO or ONE LedgerBook Associates is related to ZERO or ONE Ledger Associates is related to ZERO or MORE AccountingEventSeq(s) Associates is related to 1 to 2 JournalModel(s) This item has the following properties: *** No properties defined *** Name: AllocationBasis Type: Class Description: An account selected to have its balance distributed to other accounts through the process called allocation. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE AllocationTarget Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: AllocationHistory Type: Class Description: The actual inventory used to satisfy a customer order - including the item/lot/container, the warehouse/ location/pallet, the invoice on which it was billed, and the load on which it was shipped. Persistent: TRUE This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 44: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

40

Associates is related to only ONE CustomerInvoiceLine Associates is related to ZERO or ONE Lot Associates is related to only ONE LocationInventory outbound is related to ZERO or ONE DispatchLot becomes is related to only ONE CustomerAllocation Associates is related to ZERO or ONE Load Associates is related to ZERO or ONE Container This item has the following properties: *** No properties defined *** Name: AllocationTarget Type: Class Description: An account selected to receive the result of distributing the balances of other accounts through the process called allocation. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE AllocationBasis(s) Associates is part of only ONE Allocation Associates is related to only ONE JournalModelLine This item has the following properties: *** No properties defined *** Name: AlternateItem Type: Class Description: An acceptable replacement item when the original item is not available. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Primary is related to only ONE Item

Page 45: Entity Relationship Diagrams - Infor

Class Descriptions

41

Alternate is related to only ONE Item This item has the following properties: *** No properties defined *** Name: AlternatePallet Type: Class Description: A alternate frame used in a managed warehouse for containing and moving inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ManagedWarehouseItem This item has the following properties: *** No properties defined *** Name: AppliedPromotion Type: Class Description: A pricing inventive that has been used on a customer's sales order. Persistent: TRUE This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine Associates is related to only ONE Promotion Associates is related to ZERO or ONE TFCommitment This item has the following properties: *** No properties defined *** Name: ApprovalProcess Type: Class Description: Identification of the group of steps needed to authorize an engineering change order. This item is used on the following diagrams: ENGRING.DAT Engineering Management ESIG.DAT Electronic Signature

Page 46: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

42

This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE EngineeringChangeOrder(s) Associates is made up of ZERO or MORE ApprovalProcessStep(s) Associates is related to ZERO or MORE SignatureApprovalProcess(s) This item has the following properties: *** No properties defined *** Name: ApprovalProcessHistory Type: Class Description: A history of approval actions taken for each engineering change order processed. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChangeOrder Associates is related to only ONE ApprovalStep Associates is related to only ONE EngineeringChangeOrder Associates is related to ZERO or MORE ApprovalProcessNote(s) Associates is related to ZERO or MORE SignatureApprovalProcessHistory(s) This item has the following properties: *** No properties defined *** Name: ApprovalProcessNote Type: Class Description: A set of notes attached to an engineering change approval process step. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class).

Page 47: Entity Relationship Diagrams - Infor

Class Descriptions

43

This class has the following associations: Associates is related to only ONE ApprovalProcessHistory This item has the following properties: ERPlxNote... *** No properties defined *** Name: ApprovalProcessStep Type: Class Description: An individual task, within an actual approval process, identifying a single actual activity that must be performed as part of implementing an engineering change order. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ApprovalProcess Associates is related to only ONE ApprovalStep This item has the following properties: *** No properties defined *** Name: ApprovalStep Type: Class Description: An individual task, available for use within an approval process, identifying a single actual activity that may need to be performed as part of implementing an engineering change order. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ApprovalProcessHistory Associates is related to ZERO or MORE ApprovalProcessStep(s) Associates is related to ZERO or MORE SignatureApprovalStep(s) This item has the following properties: *** No properties defined ***

Page 48: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

44

Name: ApprovedItem Type: Class Description: A product or commodity that has an approved vendor relationship Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management INBOUND.DAT Supplier Management & Control ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: Commodity Item This class has the following associations: Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is related to ZERO or ONE Facility Associates is related to only ONE PurchasedItem Associates is related to ZERO or ONE Manufacturer Associates is related to ZERO or MORE QualityHistory(s) Associates is related to only ONE Vendor Associates is related to ZERO or MORE QualityNote(s) Associates is related to only ONE SignatureApprovedItem Associates is related to ZERO or MORE SignatureApprovedItem(s) This item has the following properties: *** No properties defined *** Name: Area Type: Class Description: A physical space defined by one or more zones. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManagedWarehouse Associates is related to ZERO or MORE Zone(s)

Page 49: Entity Relationship Diagrams - Infor

Class Descriptions

45

Associates is related to ZERO or MORE CrossContamination(s) This item has the following properties: *** No properties defined *** Name: AssemblyShopOrder Type: Class Description: A set of instructions to collect the features and options selected by a customer that were sold as a product. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics SALES.DAT Customer Sales Orders & Invoicing This class has the following inheritance hierarchy: ShopOrder This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine Associates is related to only ONE CustomerOrderLine Associates is related to ZERO or ONE ShopOrder This item has the following properties: ShopOrder... *** No properties defined *** Name: AuditWorksheet Type: Class Description: A document produced to provide a comparison of actual versus on hand inventory quantities. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: CycleCount StockCount InventoryTag This class has the following associations: Associates is related to only ONE LocationInventory This item has the following properties: *** No properties defined *** Name: AutoLotStatusChange Type: Class Description: Perform automatic lot status change processing.

Page 50: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

46

Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item Associates is related to only ONE Lot This item has the following properties: *** No properties defined *** Name: BankAccount Type: Class Description: A name given to an account held at a financial institution denominated in a single currency. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration INBOUND.DAT Supplier Management & Control PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Customer(s) Associates is related to only ONE Currency Associates is related to only ONE BankBranch Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to 1 to 4 PayInstrument(s) Associates is related to ZERO or MORE ForexReservation(s) Associates is related to ZERO or MORE Vendor(s) Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE BankReconciliation(s) Associates is related to ZERO or MORE VendorPayment(s) Associates is related to only ONE Company Associates is related to ZERO or MORE Lockbox(s)

Page 51: Entity Relationship Diagrams - Infor

Class Descriptions

47

This item has the following properties: *** No properties defined *** Name: BankBranch Type: Class Description: An external entity in the banking business with which the Company maintains a relationship. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE BankAccount(s) Associates is related to ZERO or MORE CustomerPayAgreement(s) Associates is related to ZERO or MORE VendorPayAgreement(s) This item has the following properties: *** No properties defined *** Name: BankReconciliation Type: Class Description: The matching of the statement of account activity from a financial institution with the system recorded activity and the resolution of any discrepancies. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE BankAccount This item has the following properties: *** No properties defined *** Name: BatchTransaction Type: Class Description: A journal entry originating in a non-ERPlx system. Persistent: TRUE This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 52: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

48

This class has the following associations: Associates is related to ONE or MORE JournalEntry(s) Associates is related to ZERO or MORE FixedAsset(s) Associates is related to only ONE CarteraFactoringContractInvoiceXref Associates is made up of ONE or MORE BatchTransactionDetail(s) This item has the following properties: *** No properties defined *** Name: BatchTransactionDetail Type: Class Description: The detail lines of a journal entry originating in a non-ERPlx system. Persistent: TRUE This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ONE or MORE JournalEntryLine(s) Associates is part of only ONE BatchTransaction This item has the following properties: *** No properties defined *** Name: BillOfMaterials Type: Class Description: A logical grouping of items (parts, raw materials, components, etc.) that are combined (assembled, mixed, etc.) to create another item. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: StandardBOM PlanningBOM This class has no associations with any other classes. This item has the following properties: *** No properties defined ***

Page 53: Entity Relationship Diagrams - Infor

Class Descriptions

49

Name: BillOfResourceStep Type: Class Description: Capacity information about an activity to be performed in the production of an item at a specific work center. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CriticalWorkCenter This item has the following properties: *** No properties defined *** Name: BomComponentNote Type: Class Description: A set of notes attached to a bill of material component. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ItemProcessNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE StandardBOMComponent This item has the following properties: ItemProcessNote... *** No properties defined *** Name: BomReferenceDesignator Type: Class Description: A means of recording comments or location for each unit in the quantity required amount on the component. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE StandardBOMComponent This item has the following properties: *** No properties defined ***

Page 54: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

50

Name: ERPlxFile Type: Class Description: One of the data files within ERPlx.Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management LEDGER.DAT Configurable Enterprise Financials This class has the following inheritance hierarchy: SecuredObject This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Table Associates is related to ZERO or MORE SubsystemFieldUsage(s) This item has the following properties: SecuredObject... *** No properties defined *** Name: ERPlxNote Type: Class Description: Any of the sets of notes related to engineering changes. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ApprovalProcessNote EcoNote DrawingNote ReleaseNote ClauseNote JitLineNote RequirementNote This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: ERPlxProduct Type: Class Description: One of the ERPlx application areas. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 55: Entity Relationship Diagrams - Infor

Class Descriptions

51

is related to ZERO or MORE ObjectProduct(s) Associates is related to ZERO or MORE ProductRight(s) This item has the following properties: *** No properties defined *** Name: ERPlxProgram Type: Class Description: One of the executable programs within ERPlx. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management LEDGER.DAT Configurable Enterprise Financials This class has the following inheritance hierarchy: SecuredObject This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AdapterFunction(s) Associates is related to ZERO or ONE SubsystemProgram This item has the following properties: SecuredObject... *** No properties defined *** Name: ERPlxRelease Type: Class Description: An identifier assigned to ERPlx to keep track of net changes. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ONE or MORE SecuredObject(s) This item has the following properties: *** No properties defined *** Name: Calculation Type: Class Description: A computation used in the definition or restriction of a product configuration. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management

Page 56: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

52

This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: defined by is related to ZERO or MORE ItemVariable(s) use is related to ZERO or MORE ItemVariable(s) defined by is related to ZERO or MORE ConfigurationVariable(s) use is related to ZERO or MORE ConfigurationVariable(s) This item has the following properties: *** No properties defined *** Name: Campaign Type: Class Description: A logical grouping of released and planned shop (or manufacturing or production) orders using the same description of production activities (routing) to take advantage of a single set-up and tear-down. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ShopOrderOperation(s) Associates is related to ZERO or MORE PlannedOrder(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to ZERO or MORE ItemFacility(s) This item has the following properties: *** No properties defined *** Name: Carrier Type: Class Description: A transportation company that delivers shipments. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment INBOUND.DAT Supplier Management & Control NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: PartnerEntity This class is never generalized (used as a super class).

Page 57: Entity Relationship Diagrams - Infor

Class Descriptions

53

This class has the following associations: Associates is related to ZERO or MORE ShippingRoute(s) Associates is related to ZERO or ONE Commodity Associates is related to ZERO or MORE Vendor(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE InboundDelivery(s) Associates is related to ZERO or MORE OlmCarrierNote(s) Associates is related to ZERO or MORE Warehouse(s) Associates is related to ZERO or MORE Address(s) Associates is related to ZERO or MORE Customer(s) Associates is related to only ONE PackagingStructure This item has the following properties: PartnerEntity... *** No properties defined *** Name: CarteraAnnexDocument Type: Class Description: Annex To Document Transaction Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocumentTransaction Associates is related to only ONE CarteraHistoryAnnexDoc This item has the following properties: *** No properties defined *** Name: CarteraBankArea Type: Class Description: Cartera Bank Area Master Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class).

Page 58: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

54

This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraBankCollector(s) This item has the following properties: *** No properties defined *** Name: CarteraBankCollector Type: Class Description: Cartera Bank/Collector Master Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraBankArea Associates is related to only ONE Company Associates is related to only ONE CarteraBankSystem Associates is related to only ONE CarteraDocument Associates is related to ZERO or MORE CarteraCalendar(s) This item has the following properties: *** No properties defined *** Name: CarteraBankCommisions Type: Class Description: Cartera Bank Commisions Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraBankSystem This item has the following properties: *** No properties defined *** Name: CarteraBankSystem Type: Class Description: Cartera Banking System

Page 59: Entity Relationship Diagrams - Infor

Class Descriptions

55

Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraBankCommisions Associates is related to only ONE CarteraBankCollector This item has the following properties: *** No properties defined *** Name: CarteraCalendar Type: Class Description: Cartera Calendar Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraScenarioRemittance Associates is related to only ONE CarteraBankCollector This item has the following properties: *** No properties defined *** Name: CarteraCEAInterface Type: Class Description: Cartera to ERPlx CEA Interface Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraChecksArchive Type: Class Description: Manual check for Cartera credit note documents.

Page 60: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

56

Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraCreditLog Type: Class Description: Cartera Credit Status Change Log Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraDocument(s) Associates is related to only ONE CarteraCreditStatus This item has the following properties: *** No properties defined *** Name: CarteraCreditStatus Type: Class Description: Cartera Credit Status Master Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraCreditLog(s) Associates is related to only ONE Customer This item has the following properties: *** No properties defined *** Name: CarteraDishonorControl Type: Class Description: Cartera Dishonored RIBA documents.

Page 61: Entity Relationship Diagrams - Infor

Class Descriptions

57

Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDishonorRIBA Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraDishonorError Type: Class Description: Cartera Dishonored RIBA documents error log. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDishonorRIBA This item has the following properties: *** No properties defined *** Name: CarteraDishonorRIBA Type: Class Description: Cartera Dishonored RIBA bank file. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDishonorControl Associates is related to only ONE CarteraDishonorError This item has the following properties: *** No properties defined *** Name: CarteraDocument Type: Class Description: Cartera financial documents

Page 62: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

58

Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ONE or MORE CarteraDocumentTransaction(s) Associates is related to only ONE CarteraHistoryDocument Associates is related to ZERO or MORE CarteraParameters(s) Associates is related to only ONE DraftTerms Associates is related to only ONE CarteraPaymentType Associates is related to only ONE CarteraDocumentStatus Associates is related to only ONE DocumentPrefix Associates is related to only ONE CarteraTransactionControl Associates is related to ZERO or MORE CarteraNotes(s) Associates is related to 1 to 2 ExchangeRate(s) Associates is related to only ONE CarteraBankCollector Associates is related to ZERO or MORE CarteraTraceabilityRetrieval(s) Associates is related to ZERO or MORE CarteraDocumentSupport(s) Associates is related to ZERO or MORE CarteraScenarioDocument(s) Associates is related to ZERO or MORE CarteraChecksArchive(s) Associates is related to ZERO or MORE CarteraPromotion(s) Associates is related to ZERO or MORE CarteraCreditLog(s) Associates is related to only ONE CarteraFactoringContract Associates is related to only ONE CarteraDishonorControl Associates is related to only ONE CarteraDunningDocument Associates is related to only ONE CarteraCEAInterface Associates is related to only ONE CarteraTaxAdjustmentTraceability

Page 63: Entity Relationship Diagrams - Infor

Class Descriptions

59

Associates is related to only ONE CustomerInvoice This item has the following properties: *** No properties defined *** Name: CarteraDocumentStatus Type: Class Description: Cartera document status master. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraTransactionControl(s) Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraDocumentSupport Type: Class Description: Cartera Post Dated Cheques and Cartera Documents cross reference. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraDocumentTransaction Type: Class Description: Cartera document transaction history. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 64: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

60

is related to only ONE CarteraDocument Associates is related to ZERO or MORE CarteraAnnexDocument(s) Associates is related to only ONE CarteraHistoryTransaction This item has the following properties: *** No properties defined *** Name: CarteraDunningDocument Type: Class Description: Cartera dunning documents. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DunningInterface Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraDunningSet Type: Class Description: Cartera Dunning Letter Set Master. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE DunningInterface(s) Associates is related to only ONE Company This item has the following properties: *** No properties defined *** Name: CarteraElectronicReimbursement Type: Class Description: Cartera Electronic Reimbursement extract. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management

Page 65: Entity Relationship Diagrams - Infor

Class Descriptions

61

This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to TBD CarteraRemittanceDocument This item has the following properties: *** No properties defined *** Name: CarteraElectronicRemittance Type: Class Description: Cartera Electronic Remittance. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: CarteraElectronicRemittancePort19 CarteraElectronicRemittancePort50 CarteraElectronicRemittancePort51 CarteraElectronicRemittancePort60 CarteraElectronicRemittancePort32 This class has the following associations: Associates is related to TBD CarteraRemittanceDocument This item has the following properties: *** No properties defined *** Name: CarteraElectronicRemittancePort19 Type: Class Description: Cartera Electronic Remittance extract Port19. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: CarteraElectronicRemittance This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: CarteraElectronicRemittance... *** No properties defined *** Name: CarteraElectronicRemittancePort32 Type: Class Description: Cartera Electronic Remittance extract Port32. Persistent: TRUE This item is used on the following diagrams:

Page 66: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

62

CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: CarteraElectronicRemittance This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: CarteraElectronicRemittance... *** No properties defined *** Name: CarteraElectronicRemittancePort50 Type: Class Description: Cartera Electronic Remittance extract Port50. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: CarteraElectronicRemittance This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: CarteraElectronicRemittance... *** No properties defined *** Name: CarteraElectronicRemittancePort51 Type: Class Description: Cartera Electronic Remittance extract Port51. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: CarteraElectronicRemittance This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: CarteraElectronicRemittance... *** No properties defined *** Name: CarteraElectronicRemittancePort60 Type: Class Description: Cartera Electronic Remittance extract Port60. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: CarteraElectronicRemittance This class is never generalized (used as a super class).

Page 67: Entity Relationship Diagrams - Infor

Class Descriptions

63

This class has no associations with any other classes. This item has the following properties: CarteraElectronicRemittance... *** No properties defined *** Name: CarteraFactoringCOMITCustomer Type: Class Description: Cartera Factoring COMIT Customer. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringContract Associates is related to ONE or MORE CarteraFactoringCOMITInvoice(s) This item has the following properties: *** No properties defined *** Name: CarteraFactoringCOMITInvoice Type: Class Description: Cartera Factoring COMIT Invoice. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringCOMITCustomer Associates is related to only ONE CarteraFactoringCOMITPayment This item has the following properties: *** No properties defined *** Name: CarteraFactoringCOMITPayment Type: Class Description: Cartera Factoring COMIT Payment. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 68: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

64

This class has the following associations: Associates is related to only ONE CarteraFactoringCOMITInvoice This item has the following properties: *** No properties defined *** Name: CarteraFactoringContract Type: Class Description: Cartera Factoring Contract. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraDocument(s) Associates is related to ONE or MORE CarteraFactoringCustomerExtract(s) Associates is related to ONE or MORE CarteraFactoringCustomer(s) Associates is related to ONE or MORE CarteraFactoringCOMITCustomer(s) This item has the following properties: *** No properties defined *** Name: CarteraFactoringContractInvoiceXref Type: Class Description: Cartera Factoring Contract Invoice cross reference. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringCustomerExtract Associates is related to only ONE BatchTransaction This item has the following properties: *** No properties defined *** Name: CarteraFactoringCustomer Type: Class

Page 69: Entity Relationship Diagrams - Infor

Class Descriptions

65

Description: Cartera Factoring Customer. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringContract Associates is related to ONE or MORE CarteraFactoringInvoice(s) This item has the following properties: *** No properties defined *** Name: CarteraFactoringCustomerExtract Type: Class Description: Cartera Factoring Customer Extract. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringContract Associates is related to ONE or MORE CarteraFactoringContractInvoiceXref(s) This item has the following properties: *** No properties defined *** Name: CarteraFactoringInvoice Type: Class Description: Cartera Factoring Invoice. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringCustomer Associates is related to only ONE CarteraFactoringRebuyInvoice This item has the following properties: *** No properties defined ***

Page 70: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

66

Name: CarteraFactoringRebuyInvoice Type: Class Description: Cartera Factoring Rebuy Invoice. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraFactoringInvoice This item has the following properties: *** No properties defined *** Name: CarteraHistoryAnnexDoc Type: Class Description: History Annex To Document Transaction Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraAnnexDocument Associates is related to ZERO or MORE CarteraHistoryTransaction(s) This item has the following properties: *** No properties defined *** Name: CarteraHistoryDocument Type: Class Description: Cartera History Documents. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument Associates is related to only ONE CarteraHistoryTransaction This item has the following properties: *** No properties defined ***

Page 71: Entity Relationship Diagrams - Infor

Class Descriptions

67

Name: CarteraHistoryTransaction Type: Class Description: Cartera History Transactions. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocumentTransaction Associates is related to ONE or MORE CarteraHistoryDocument(s) Associates is related to only ONE CarteraHistoryAnnexDoc This item has the following properties: *** No properties defined *** Name: CarteraNotes Type: Class Description: Cartera Notes Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument Associates is related to only ONE Customer This item has the following properties: *** No properties defined *** Name: CarteraParameters Type: Class Description: Cartera system parameters. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE DocumentPrefix(s) Associates is related to only ONE CarteraDocument

Page 72: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

68

This item has the following properties: *** No properties defined *** Name: CarteraPaymentType Type: Class Description: Cartera Payment Type Master. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraTransactionControl(s) Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraPromotion Type: Class Description: Cartera Promotion. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraPromotionTraceability(s) Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraPromotionTraceability Type: Class Description: Cartera Promotion Traceability. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 73: Entity Relationship Diagrams - Infor

Class Descriptions

69

is related to only ONE CarteraPromotion This item has the following properties: *** No properties defined *** Name: CarteraRemittance Type: Class Description: Cartera remittances. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraRemittanceStatus Associates is related to ONE or MORE CarteraRemittanceDocument(s) Associates is related to only ONE CarteraScenarioRemittance This item has the following properties: *** No properties defined *** Name: CarteraRemittanceDocument Type: Class Description: Cartera remittance documents. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraRemittance Associates is related to ZERO or ONE CarteraRemittanceExpense Associates is related to only ONE CarteraScenarioDocument Associates is related to TBD CarteraElectronicReimbursement Associates is related to TBD CarteraElectronicRemittance This item has the following properties: *** No properties defined *** Name: CarteraRemittanceExpense Type: Class

Page 74: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

70

Description: Cartera remittance expenses. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraRemittanceDocument Associates is related to only ONE CarteraScenarioExpense This item has the following properties: *** No properties defined *** Name: CarteraRemittanceStatus Type: Class Description: Cartera remittance status master. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraRemittance This item has the following properties: *** No properties defined *** Name: CarteraScenario Type: Class Description: Cartera scenarios. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CarteraScenarioExpense(s) This item has the following properties: *** No properties defined *** Name: CarteraScenarioDocument Type: Class Description: Cartera scenario documents. Persistent: TRUE

Page 75: Entity Relationship Diagrams - Infor

Class Descriptions

71

This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument Associates is related to only ONE CarteraScenarioRemittance Associates is related to only ONE CarteraRemittanceDocument Associates is related to only ONE CarteraScenarioExpense This item has the following properties: *** No properties defined *** Name: CarteraScenarioExpense Type: Class Description: Cartera Scenario expenses. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraRemittanceExpense Associates is related to ZERO or MORE CarteraScenarioDocument(s) Associates is related to ONE or MORE CarteraScenario(s) This item has the following properties: *** No properties defined *** Name: CarteraScenarioRemittance Type: Class Description: Cartera scenario remittances. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ONE or MORE CarteraScenarioDocument(s) Associates is related to ZERO or MORE CarteraCalendar(s) Associates

Page 76: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

72

is related to only ONE CarteraRemittance This item has the following properties: *** No properties defined *** Name: CarteraTaxAdjustmentTraceability Type: Class Description: Cartera tax adjustment traceability. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraTraceabilityRetrieval Type: Class Description: Cartera traceability retrieval. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CarteraTransactionControl Type: Class Description: Cartera transaction control master. Persistent: TRUE This item is used on the following diagrams: CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CarteraDocumentStatus Associates is related to ZERO or MORE CarteraPaymentType(s) Associates

Page 77: Entity Relationship Diagrams - Infor

Class Descriptions

73

is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: CdmNote Type: Class Description: A set of notes attached to a customer invoice. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer Associates is related to ZERO or ONE CustomerInvoice Associates is related to ZERO or ONE ConditionsOccurred Associates is related to ZERO or ONE Contact This item has the following properties: *** No properties defined *** Name: CEABook Type: Class Description: CEA Book Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAChartOfAccounts Type: Class Description: CEA Chart Of Accounts Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 78: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

74

This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventFrom Type: Class Description: CEA Event From Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventName Type: Class Description: CEA Event Name Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventsProcFromPeriod Type: Class Description: CEA Events Proc From Period Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CEAEventsProcFromPeriod(s) is related to only ONE CEAEventsProcFromPeriod

Page 79: Entity Relationship Diagrams - Infor

Class Descriptions

75

Associates is related to ZERO or MORE CEAEventsProcFromPeriod(s) is related to only ONE CEAEventsProcFromPeriod Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventsProcFromYear Type: Class Description: CEA Events Proc From Year Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventsProcToPeriod Type: Class Description: CEA Events Proc To Period Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CEAEventsProcToPeriod(s) is related to only ONE CEAEventsProcToPeriod Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventsProcToYear Type: Class Description: CEA Events Proc To Year Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class).

Page 80: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

76

This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAEventTo Type: Class Description: CEA Event To Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAInquiryName Type: Class Description: CEA Inquiry Name Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAInquiryOwner Type: Class Description: CEA Inquiry Owner Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s)

Page 81: Entity Relationship Diagrams - Infor

Class Descriptions

77

This item has the following properties: *** No properties defined *** Name: CEAJEInqPeriodFrom Type: Class Description: CEA JE Inquiry Period From Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAJEInqPeriodTo Type: Class Description: CEA JE Inquiry Period To Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: CEAJEInquiryBook Type: Class Description: CEA JE Inquiry Book Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAJEInquiryLedger Type: Class

Page 82: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

78

Description: CEA JE Inquiry Ledger Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEAJEInquiryYear Type: Class Description: CEA JE Inquiry Year Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CEALedger Type: Class Description: CEA Ledger Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CEALedger(s) is related to only ONE CEALedger Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: CertificateFormat Type: Class Description: A defined document layout for a certificate of

Page 83: Entity Relationship Diagrams - Infor

Class Descriptions

79

analysis. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CertificateOfAnalysis(s) Associates is related to ZERO or MORE FormatVariables(s) This item has the following properties: *** No properties defined *** Name: CertificateOfAnalysis Type: Class Description: A formal document generated for a customer that certifies that the inventory conforms to specification. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerItem Associates is part of only ONE Specification Associates is related to only ONE CertificateFormat Associates is related to only ONE QALot Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to only ONE FormatVariables This item has the following properties: *** No properties defined *** Name: ChartOfAccounts Type: Class Description: A naming standard for defining account strings. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE MapSet(s)

Page 84: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

80

Associates is related to ZERO or MORE AccountRule(s) Associates is related to ZERO or MORE Account(s) Associates is related to ZERO or MORE Ledger(s) Associates is related to ZERO or MORE JournalModel(s) Associates is related to ZERO or MORE Alias(s) Associates is related to ZERO or MORE StructureHierarchy(s) Associates is related to ZERO or MORE AccountSecurityRule(s) Associates is made up of 1 to 14 AccountSegment(s) This item has the following properties: *** No properties defined *** Name: CheckBatch Type: Class Description: Identifies an inbound collection of payments made by customers to a common lockbox. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Lockbox Associates is made up of ONE or MORE CheckBatchDetail(s) This item has the following properties: *** No properties defined *** Name: CheckBatchDetail Type: Class Description: Identifies the details of each payment made by a customer to a lockbox. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CheckBatch

Page 85: Entity Relationship Diagrams - Infor

Class Descriptions

81

Associates is related to ZERO or MORE CheckDispositionHeader(s) Associates is related to ZERO or MORE CheckHistoryHeader(s) This item has the following properties: *** No properties defined *** Name: CheckCrossReference Type: Class Description: A bank transmission of all payments made by customers directly to the bank (lockbox). Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ManualCheckDetail(s) Associates is related to ZERO or MORE CheckDispositionDetail(s) Associates is related to ZERO or MORE LockboxPayment(s) This item has the following properties: *** No properties defined *** Name: CheckDispositionDetail Type: Class Description: Identifies the obligations to be paid from a payment made by a customer to a lockbox, that has not yet been applied towards the customer's obligations. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CheckDispositionHeader Associates is related to ZERO or MORE CheckHistoryHeader(s) Associates is related to only ONE CheckCrossReference This item has the following properties: *** No properties defined ***

Page 86: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

82

Name: CheckDispositionHeader Type: Class Description: Identifies a payment made by a customer to a lockbox, that has not yet been applied towards the customer's obligations. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of only ONE CheckDispositionDetail Associates is related to only ONE ManualCheckInvoice Associates is related to only ONE CheckBatchDetail This item has the following properties: *** No properties defined *** Name: CheckHistoryDetail Type: Class Description: A historical record of the invoices paid from payments made by a customer through a lockbox. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CheckHistoryHeader Associates is related to only ONE CustInvoicePayment This item has the following properties: *** No properties defined *** Name: CheckHistoryHeader Type: Class Description: A historical record of payments made by a customer through a lockbox. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 87: Entity Relationship Diagrams - Infor

Class Descriptions

83

is made up of only ONE CheckHistoryDetail Associates is related to only ONE CheckDispositionDetail Associates is related to only ONE CheckBatchDetail Associates is related to only ONE ManualCheckInvoice This item has the following properties: *** No properties defined *** Name: ClassA Type: Class Description: Notation example. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE ClassB(s) Associates is related to only ONE ClassC This item has the following properties: *** No properties defined *** Name: ClassB Type: Class Description: Notation example. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ClassA This item has the following properties: *** No properties defined *** Name: ClassC Type: Class Description: Notation example. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 88: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

84

Associates is related to ONE or MORE ClassD(s) Associates is related to only ONE ClassA This item has the following properties: *** No properties defined *** Name: ClassD Type: Class Description: Notation example. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ClassC This item has the following properties: *** No properties defined *** Name: ClauseNote Type: Class Description: A set of notes attached to a purchase order contract. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: ERPlxNote... *** No properties defined *** Name: Commission Type: Class Description: The amount of a sale paid to a salesperson. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerInvoiceLine(s) Associates is related to ZERO or MORE CustomerInvoiceOrder(s)

Page 89: Entity Relationship Diagrams - Infor

Class Descriptions

85

This item has the following properties: *** No properties defined *** Name: Commodity Type: Class Description: A product that can be purchased, but which does not need to be tracked (via on-hand inventory balances) or planned (via MRP and MPS); it may be a material or a service. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control OUTBND.DAT Outbound Logistics Management This class has the following inheritance hierarchy: ApprovedItem This class is generalized by the following classes: ServiceCommodity MaterialCommodity This class has the following associations: Associates is related to ZERO or MORE Carrier(s) This item has the following properties: ApprovedItem... *** No properties defined *** Name: Company Type: Class Description: A legal entity using this system for processing their business; the I, We or Us in any activity between two parties, the other of which is some external entity. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control CUSTOMER.DAT Customer Service Administration ASSETS.DAT Asset Management SYSTEM.DAT System Environment PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions INVENTRY.DAT Warehouse & Materials Management ECM.DAT Electronic Commerce Management CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: PartnerEntity This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Warehouse(s) Associates

Page 90: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

86

is related to ZERO or MORE Vendor(s) Associates is related to ZERO or MORE PromotionCalendar(s) Associates is related to ZERO or MORE CustomerOrder(s) base is related to only ONE Currency Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to ZERO or MORE CustomerInvoiceTerms(s) Associates is related to ZERO or MORE Salesperson(s) Associates is made up of ZERO or MORE ProfitCenter(s) Associates is made up of ZERO or MORE Folio(s) Associates is related to ZERO or MORE RevaluationDefn(s) Associates is made up of ZERO or MORE FixedAsset(s) Associates is made up of only ONE FixedAssetLocation Associates is made up of ZERO or MORE Organization(s) Associates is made up of ZERO or MORE TaxCalendar(s) Associates is made up of ZERO or MORE ProfitCenter(s) Associates is made up of ZERO or MORE DepreciationPeriod(s) Associates is made up of ZERO or MORE DepreciationAlloc(s) Associates is made up of ZERO or MORE DepreciationBook(s) Associates is made up of ZERO or MORE TaxBook(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE CompanyRight(s) Associates is related to ZERO or MORE CustomerAccountSegment(s) Associates is related to ZERO or MORE VendorAccountSegment(s) Associates is related to ZERO or MORE SpecialPrice(s) Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE BankAccount(s)

Page 91: Entity Relationship Diagrams - Infor

Class Descriptions

87

Associates is related to ZERO or MORE Lockbox(s) Associates is related to ZERO or MORE POAuthorization(s) Associates is related to ZERO or MORE Company(s) is related to only ONE Company Associates is related to ZERO or MORE DraftTerms(s) Associates is related to ZERO or MORE Customer(s) Associates is related to ZERO or MORE CarteraBankCollector(s) Associates is related to ONE or MORE CarteraDunningSet(s) This item has the following properties: PartnerEntity... *** No properties defined *** Name: CompanyRight Type: Class Description: Authority to view or enter transactions against a specific entity. This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Company This item has the following properties: Right... *** No properties defined *** Name: Condition Type: Class Description: Definition of an accounting event used to allow user-defined tracking. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ConditionsOccurred(s) Associates

Page 92: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

88

is related to ZERO or ONE ConditionLetter This item has the following properties: *** No properties defined *** Name: ConditionLetter Type: Class Description: Document linked to the definition of an accounting event used to allow user-defined tracking. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Condition This item has the following properties: *** No properties defined *** Name: ConditionsOccurred Type: Class Description: Accounting condition that has occurred. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer Associates is related to only ONE Condition Associates is related to only ONE InvoiceInDispute Associates is related to only ONE CustomerInvoice Associates is related to ZERO or MORE CdmNote(s) This item has the following properties: *** No properties defined *** Name: ConfigurationParent Type: Class Description: An identifier that groups the selections available for a customer to make at order entry time for a made to

Page 93: Entity Relationship Diagrams - Infor

Class Descriptions

89

order item. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ItemAttribute Item This class has the following associations: Associates is related to ZERO or MORE ConfigureOrder(s) Associates is related to ZERO or MORE StandardBOMComponent(s) Associates is related to ZERO or MORE RoutingStep(s) Associates is made up of ZERO or MORE ConfiguredOption(s) Associates is related to ZERO or MORE ConfigureOrderDetail(s) Family Item is related to only ONE Item Associates is made up of ZERO or MORE ItemRule(s) This item has the following properties: *** No properties defined *** Name: ConfigurationTestCase Type: Class Description: An identifier that groups the selections available for a customer to make for a made to order item - for purposes of estimating price or availability. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This class has the following inheritance hierarchy: ConfigureOrder This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: ConfigureOrder... *** No properties defined *** Name: ConfigurationVariable Type: Class Description: A dimension that may be associated with a customer configuration selection. Persistent: TRUE This item is used on the following diagrams:

Page 94: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

90

CONFIGUR.DAT Material Configuration Management This class has the following inheritance hierarchy: ConfiguredOption This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ItemVariable(s) Associates is related to ZERO or MORE VariablePrice(s) defined by is related to ZERO or MORE Calculation(s) use is related to ZERO or MORE Calculation(s) This item has the following properties: ConfiguredOption... *** No properties defined *** Name: ConfiguredOption Type: Class Description: The selections available for a customer to make at order entry time for a made to order item. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ItemAttribute ConfigurationVariable Item This class has the following associations: Associates is part of only ONE ConfigurationParent Becomes is related to ZERO or MORE ConfigureOrderDetail(s) Associates is related to ZERO or MORE StdConfigurationDetail(s) Associates is made up of ZERO or MORE ItemRule(s) This item has the following properties: *** No properties defined *** Name: ConfigureOrder Type: Class Description: Provides additional information that is not on a Customer Order for configuring the order. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class).

Page 95: Entity Relationship Diagrams - Infor

Class Descriptions

91

This class is generalized by the following classes: ConfigurationTestCase ConfigureOrderHeader This class has the following associations: Associates is related to only ONE ConfigurationParent Associates is made up of ZERO or MORE ConfigureOrderDetail(s) Generated Parent Item is related to ZERO or MORE ConfigureOrderDetail(s) replace Family Item by Generated Parent Item is related to ZERO or ONE RegularOrderLine This item has the following properties: *** No properties defined *** Name: ConfigureOrderDetail Type: Class Description: The selected options towards creating a configured item. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Generated Parent Item is related to ZERO or ONE Item Associates is part of only ONE ConfigureOrder Associates is made up of ZERO or MORE ConfigureOrderVariable(s) Associates is related to ZERO or ONE ConfigurationParent Generated is related to ZERO or MORE RoutingStep(s) Generated is related to ZERO or MORE StandardBOMComponent(s) Becomes is related to ZERO or ONE ConfiguredOption verify match is related to ZERO or ONE StdConfigurationHeader Generated Parent Item is related to ZERO or ONE ConfigureOrder This item has the following properties: *** No properties defined *** Name: ConfigureOrderHeader Type: Class

Page 96: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

92

Description: A method of grouping the selected options towards creating a configured item. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This class has the following inheritance hierarchy: ConfigureOrder This class is never generalized (used as a super class). This class has the following associations: Family Item is related to only ONE RegularOrderLine This item has the following properties: ConfigureOrder... *** No properties defined *** Name: ConfigureOrderVariable Type: Class Description: A dimension that has been associated with a customer configuration selection. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ConfigureOrderDetail This item has the following properties: *** No properties defined *** Name: Contact Type: Class Description: The name of the persons at the customer site to whom inquiries and correspondence should be sent. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer when qualified by CustomerContact Associates is related to only ONE CustomerInvoice when qualified by CustomerInvoiceContact Associates

Page 97: Entity Relationship Diagrams - Infor

Class Descriptions

93

is related to ZERO or MORE CdmNote(s) This item has the following properties: *** No properties defined *** Name: Container Type: Class Description: An individually identifiable vessel within which some quantity of a single item may reside and which may be moved from place to place. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics INVENTRY.DAT Warehouse & Materials Management SALES.DAT Customer Sales Orders & Invoicing ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: inContainer is related to ZERO or ONE Lot Associates is related to ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or ONE Vendor Associates is related to ZERO or ONE LocationInventory Associates is related to ZERO or ONE ItemPallet Associates is related to ZERO or MORE WarehousePickList(s) Associates is related to ZERO or MORE AllocationHistory(s) Associates is related to ZERO or MORE SignatureContainer(s) This item has the following properties: *** No properties defined *** Name: ControlNumberSchdule Type: Class Description: Planning process control number for parts, materials, Purchase Orders and outside operation Purchase Orders. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ShopOrder

Page 98: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

94

This item has the following properties: *** No properties defined *** Name: Cost Type: Class Description: The individual component of burden associated with an item as the result of buying or making it. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CostSet Associates is related to only ONE CostBucket Associates is related to only ONE ItemFacility This item has the following properties: *** No properties defined *** Name: CostBucket Type: Class Description: Identification of the (maximum 999) different types of cost to be tracked - such as material, labor, overhead, etc. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Cost(s) This item has the following properties: *** No properties defined *** Name: CostSet Type: Class Description: Identification of related groups of costs - such as actual, standard, etc. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 99: Entity Relationship Diagrams - Infor

Class Descriptions

95

is related to ZERO or MORE Cost(s) This item has the following properties: *** No properties defined *** Name: Country Type: Class Description: The name of the nation. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ShippingZone(s) Associates is related to ZERO or MORE TransportEquipment(s) Associates is related to ZERO or MORE CustomerOrder(s) This item has the following properties: *** No properties defined *** Name: CreditAnalyst Type: Class Description: A user that manages the administration of customer information. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Customer(s) supervisor is part of only ONE CreditAnalyst is made up of ZERO or MORE CreditAnalyst(s) This item has the following properties: *** No properties defined *** Name: CriticalWorkCenter Type: Class Description: A bottleneck work center that needs special attention when planning production capacity. This item is used on the following diagrams: ENGRING.DAT Engineering Management This class has the following inheritance hierarchy:

Page 100: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

96

WorkCenter This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE RoughCutRequirement(s) Associates is related to ZERO or MORE BillOfResourceStep(s) This item has the following properties: WorkCenter... *** No properties defined *** Name: CrossContamination Type: Class Description: Hazardous items that cannot be stored together either at the same location or pallet or zone or area. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Area Associates is related to ZERO or ONE Zone Primary is related to only ONE HazardousGoods Secondary is related to only ONE HazardousGoods Associates is related to only ONE ManagedWarehouse This item has the following properties: *** No properties defined *** Name: CSR Type: Class Description: Any representative, of the company, providing service to a customer. Persistent: TRUE This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerOrder(s) when qualified by Entering Associates

Page 101: Entity Relationship Diagrams - Infor

Class Descriptions

97

is related to ZERO or MORE Customer(s) when qualified by Responsible This item has the following properties: *** No properties defined *** Name: Currency Type: Class Description: An abbreviation or code designating a monetary unit that a company uses. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control CUSTOMER.DAT Customer Service Administration OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment RELEASE.DAT Release Management PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions LEDGER.DAT Configurable Enterprise Financials CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE VendorQuote(s) Associates is related to ZERO or MORE PurchaseOrder(s) base is related to ZERO or MORE Company(s) order is related to ZERO or MORE CustomerOrder(s) Associates is related to ZERO or MORE BankAccount(s) from is related to ZERO or MORE ExchangeRate(s) to is related to ZERO or MORE ExchangeRate(s) Associates is related to ZERO or MORE Customer(s) Associates is related to ZERO or MORE Vendor(s) Associates is related to ZERO or MORE LoadSpecialCharge(s) Associates is related to ZERO or MORE RevaluationDefn(s) Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or MORE RememberedFileKey(s)

Page 102: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

98

Associates is related to ZERO or MORE SpecialPrice(s) Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE Lockbox(s) Associates is related to ZERO or MORE LedgerBook(s) Associates is related to ZERO or MORE ReleaseContract(s) Associates is related to ZERO or MORE ItemAttribute(s) This item has the following properties: *** No properties defined *** Name: CustInvoicePayment Type: Class Description: A settlement (check, draft, etc.) received from a customer in payment of an amount owed to the company. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This class has the following inheritance hierarchy: FinancialDocument This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE JournalEntry(s) Associates is part of only ONE CustomerInvoice Associates is made up of ZERO or MORE CustInvoiceTaxPaid(s) Associates is related to ZERO or MORE LockboxPayment(s) Associates is related to ZERO or MORE CheckHistoryDetail(s) Associates is related to ZERO or ONE DocumentPrefix Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: FinancialDocument... *** No properties defined *** Name: CustInvoiceTaxPaid Type: Class Description: A settlement of tax liability from a customer. This item is used on the following diagrams:

Page 103: Entity Relationship Diagrams - Infor

Class Descriptions

99

CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CustInvoicePayment Associates is related to only ONE CustomerInvoiceTax This item has the following properties: *** No properties defined *** Name: Customer Type: Class Description: Identification of an external entity trading partner which may purchase items from the company. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration OUTBND.DAT Outbound Logistics Management QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment PRODUCN.DAT Production & Logistics RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management INBOUND.DAT Supplier Management & Control ESIG.DAT Electronic Signature CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: PartnerEntity PurchaseAddress This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE Address(s) Associates is related to ZERO or MORE Price(s) Associates is related to ZERO or ONE BankAccount Associates is related to only ONE Currency corporate is part of only ONE Customer is made up of ZERO or MORE Customer(s) salesforce is part of only ONE Customer is made up of ZERO or MORE Customer(s)

Page 104: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

100

Associates is related to ZERO or ONE CreditAnalyst Associates is related to ZERO or ONE Contact Associates is related to ZERO or MORE CustomerPayAgreement(s) Associates is related to ZERO or MORE CustomerOrder(s) addresses is part of only ONE CustomerOrder Associates is related to ZERO or MORE CustomerItem(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to only ONE Salesperson Tracebility is related to ZERO or MORE Lot(s) Associates is related to only ONE CustomerAccountSegment Contracts is related to ZERO or MORE ReleaseContract(s) SalesOrg is related to ZERO or MORE HolidayCalendar(s) Associates is related to ZERO or MORE SpecialPrice(s) Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE SalesHistory(s) Associates is related to ZERO or MORE OlmCustomerNote(s) Associates is related to ZERO or MORE OlmInvoiceNote(s) Associates is related to ZERO or MORE OlmItemNote(s) Associates is related to ZERO or MORE StdCustomerNote(s) Associates is related to ZERO or MORE SystemCustomerNote(s) Associates is related to ZERO or MORE CdmNote(s) Associates is related to ZERO or MORE SequencedShip(s) Associates is related to ZERO or ONE Carrier Associates is related to ZERO or ONE MeansofTransport Associates

Page 105: Entity Relationship Diagrams - Infor

Class Descriptions

101

is related to ZERO or MORE PartnerSpecialCharge(s) Associates is related to ZERO or MORE ConditionsOccurred(s) Associates is related to ZERO or ONE CSR Associates is related to ZERO or MORE SignatureCustomer(s) Associates is related to ZERO or MORE PackagingStructure(s) Associates is related to TBD AdvancedListDetail Associates is related to only ONE Company Associates is related to ZERO or MORE CarteraNotes(s) Associates is related to only ONE CarteraCreditStatus Associates is related to only ONE DraftTerms Associates is related to ZERO or MORE CustomerInvoice(s) This item has the following properties: PartnerEntity... PurchaseAddress... *** No properties defined *** Name: CustomerAccount Type: Class Description: This class contains financial documents for a customer. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: *** No properties defined *** This class is the link item for association Associates [Customer - CustomerInvoice] Name: CustomerAccountSegment Type: Class Description: Used to represent Accounting Segment information for a group of customers or a customer. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class).

Page 106: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

102

This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Company Associates is related to ZERO or MORE Customer(s) This item has the following properties: *** No properties defined *** Name: CustomerAllocation Type: Class Description: The specific reservation to a customer order of on hand quantity of an item from a location in a warehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: WarehousePickList InventoryAllocation This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine becomes is related to ZERO or ONE AllocationHistory This item has the following properties: WarehousePickList... InventoryAllocation... *** No properties defined *** Name: CustomerInvoice Type: Class Description: A billing sent to a customer representing one or more shipped orders consolidated into a single charge indicating that an amount of money is due and payable from the customer to the company. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration OUTBND.DAT Outbound Logistics Management LEDGER2.DAT Configurable Ledger - Subsystem Interfaces SALES.DAT Customer Sales Orders & Invoicing NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management CARTERA.DAT Cartera Receivables Management This class has the following inheritance hierarchy: FinancialDocument This class is never generalized (used as a super class).

Page 107: Entity Relationship Diagrams - Infor

Class Descriptions

103

This class has the following associations: Associates is related to only ONE BankAccount Associates is related to only ONE PayInstrument Associates is related to only ONE Draft Associates is related to only ONE Company Associates is related to only ONE CustomerInvoiceTerms Associates is made up of ZERO or MORE PromotionTracking(s) Associates is made up of ZERO or MORE CustomerInvoiceTax(s) Associates is related to only ONE ProfitCenter Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ZERO or MORE CustomerInvoiceOrder(s) Associates is related to ZERO or MORE JournalEntry(s) Associates is made up of ZERO or MORE CustInvoicePayment(s) Associates is related to ZERO or MORE Contact(s) Associates is related to ZERO or MORE CdmNote(s) Associates is related to ZERO or ONE DocumentPrefix outbound is related to ZERO or ONE DispatchInvoice Associates is related to ZERO or ONE SubsystemHistory Associates is related to ZERO or ONE InvoiceInDispute Associates is related to ZERO or MORE ConditionsOccurred(s) Associates is related to only ONE Notice Associates is related to ZERO or MORE InvoiceDunHistory(s) Associates is part of only ONE DispatchSelfBill Associates is related to only ONE Customer Associates is related to ONE or MORE CarteraDocument(s) This item has the following properties: FinancialDocument...

Page 108: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

104

*** No properties defined *** Name: CustomerInvoiceLine Type: Class Description: The history of a customer order line that was included into a customer invoice during billing. This item is used on the following diagrams: RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerOrderLine Associates is part of only ONE CustomerInvoiceOrder Associates is related to ZERO or ONE Commission Associates is related to ZERO or MORE RetroInvoiceBatch(s) Associates is related to ZERO or MORE AllocationHistory(s) outbound is related to ZERO or ONE DispatchInvoiceLine outbound is related to ZERO or ONE DispatchInvoiceAudit Associates is related to ZERO or ONE SelfBillReference This item has the following properties: *** No properties defined *** Name: CustomerInvoiceOrder Type: Class Description: The history of a customer order which had at least one of its order lines included into a customer invoice during billing. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerOrder Associates is made up of ONE or MORE CustomerInvoiceLine(s) Associates

Page 109: Entity Relationship Diagrams - Infor

Class Descriptions

105

is related to 0 to 2 Commission(s) Associates is related to ZERO or ONE CustomerInvoice Associates is related to ZERO or ONE DocumentPrefix outbound is related to ZERO or ONE DispatchInvoiceOrder outbound is related to ZERO or ONE DispatchInvoice This item has the following properties: *** No properties defined *** Name: CustomerInvoiceTax Type: Class Description: Assessment of tax liability on the part of the customer for having purchased goods or services, including adjustments due to credit and debit memos, and any payments made to reduce the liability. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Association is related to only ONE TaxBody Associates is part of only ONE CustomerInvoice Associates is related to ZERO or MORE CustInvoiceTaxPaid(s) outbound is related to ZERO or ONE DispatchInvoiceAudit This item has the following properties: *** No properties defined *** Name: CustomerInvoiceTerms Type: Class Description: Negotiated condition of payment between a company and its customer as to when the payment is due and any discounts that can be taken. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 110: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

106

is related to only ONE Company Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to ZERO or MORE CustomerOrder(s) This item has the following properties: *** No properties defined *** Name: CustomerItem Type: Class Description: The code or label used by the customer for a product within their own company This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer Associates is related to ZERO or MORE CertificateOfAnalysis(s) Associates is related to only ONE Specification Associates is related to ZERO or MORE RegularOrderLine(s) Associates is related to only ONE Item Associates is related to ZERO or ONE Address inbound is related to ZERO or ONE DispatchCustomerItem outbound is related to ZERO or MORE DispatchNoticePack(s) outbound is related to ZERO or ONE DispatchNoticeItem outbound is related to ZERO or ONE DispatchNoticeCarton Associates is related to ZERO or ONE DispatchPickLine Associates is related to ZERO or MORE ReleaseContract(s) Associates is related to ZERO or MORE SignatureCustomerItem(s) This item has the following properties: *** No properties defined ***

Page 111: Entity Relationship Diagrams - Infor

Class Descriptions

107

Name: CustomerLotRequirement Type: Class Description: Customer level lot test requirements processing. Persistent: TRUE This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lot This item has the following properties: *** No properties defined *** Name: CustomerOrder Type: Class Description: A booking from one of the company's trading partners to purchase one or more items or services made available for sale by the company. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE CustomerOrderLine(s) Associates is related to 1 to 2 Salesperson(s) Associates is related to only ONE Address Associates is related to only ONE Company Associates is related to ZERO or MORE Price(s) order is related to only ONE Currency Associates is related to ZERO or ONE ForexReservation Associates is related to ZERO or MORE CustomerInvoiceOrder(s) Associates

Page 112: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

108

is related to only ONE ProfitCenter Associates is related to ZERO or MORE ShopOrder(s) default is related to only ONE Warehouse Associates is related to only ONE Customer addresses is made up of ZERO or MORE Customer(s) Associates is related to ZERO or MORE FreightTerms(s) Associates is related to 0 to 2 Country(s) Associates is related to ZERO or ONE ShippingZone Associates is related to ZERO or ONE ShippingRoute Associates is related to only ONE MeansofTransport Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or ONE ReleaseContract Associates is related to only ONE CustomerInvoiceTerms Associates is made up of ONE or MORE RegularOrderLine(s) Associates is related to ZERO or MORE OlmOrderNote(s) Associates is related to ZERO or MORE StdCustOrderNote(s) RMA is related to ZERO or MORE SystemRmaNote(s) Quote is related to ZERO or MORE SystemQuoteNote(s) inbound is related to ZERO or ONE DispatchOrder inbound is related to ZERO or ONE DispatchPayAsBuilt outbound is related to ZERO or ONE DispatchNoticeOrder outbound is related to ZERO or ONE DispatchPickLine Associates is related to ZERO or ONE CSR Associates is made up of ONE or MORE SpecialOrderLine(s) Associates is part of only ONE DispatchSelfBill

Page 113: Entity Relationship Diagrams - Infor

Class Descriptions

109

This item has the following properties: *** No properties defined *** Name: CustomerOrderHistory Type: Class Description: Recorded customer order transactions that had an effect on inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: OrderHistory This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine This item has the following properties: OrderHistory... *** No properties defined *** Name: CustomerOrderLine Type: Class Description: The identification of the specific item or service the trading partner has booked to purchase from the company. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics RELEASE.DAT Release Management SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: RegularOrderLine [LineType] SpecialOrderLine [LineType] This class has the following associations: Associates is part of only ONE CustomerOrder Associates is made up of 0 to 10 CustomerOrderLineTax(s) Associates is related to ZERO or ONE Salesperson Associates is related to ZERO or MORE Price(s) Associates is related to ZERO or MORE CustomerInvoiceLine(s) Associates is related to ZERO or MORE DropShipment(s) outbound is related to ZERO or ONE DispatchInvoiceLine

Page 114: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

110

Associates is related to only ONE PurchaseOrderLine Associates is related to ZERO or ONE TFCommitment Associates is related to ZERO or ONE AssemblyShopOrder Associates is related to ZERO or ONE ShopOrder Associates is related to ZERO or ONE SelfBillReference This item has the following properties: *** No properties defined *** Name: CustomerOrderLineTax Type: Class Description: The tax liability for each taxing body (federal, state, city, etc.) assessable against the item being ordered by the customer for purchase from the company. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CustomerOrderLine Associates is related to only ONE TaxBody This item has the following properties: *** No properties defined *** Name: CustomerPayAgreement Type: Class Description: Negotiated contract between a company and its customer as to the bank and payment instrument that may be used to settle an amount due. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer Associates is related to ZERO or MORE PayInstrument(s) Associates is related to ZERO or MORE Draft(s) Associates is related to only ONE BankBranch

Page 115: Entity Relationship Diagrams - Infor

Class Descriptions

111

Associates is related to only ONE DraftTerms This item has the following properties: *** No properties defined *** Name: CycleCount Type: Class Description: The audit of an item's actual versus book on hand inventory quantities on a periodic basis. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: AuditWorksheet This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: AuditWorksheet... *** No properties defined *** Name: DailyMaterialRequirement Type: Class Description: A raw material or component which is required in the manufacturing process of a finished good. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: DataDock Type: Class Description: A logical storage location for either inbound or outbound message data. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 116: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

112

This class has the following associations: Associates is related to ZERO or MORE AdapterPartnerDock(s) This item has the following properties: *** No properties defined *** Name: DeliveryDetail Type: Class Description: Identifies a component of a delivery that will occur into a managed warehouse. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ResupplyDelivery UnscheduledDelivery PurchaseOrderDelivery This class has the following associations: Associates is related to only ONE DeliveryHeader This item has the following properties: *** No properties defined *** Name: DeliveryDocumentation Type: Class Description: Explanatory text for an inbound delivery. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE InboundDeliveryCharge Associates is related to only ONE InboundDeliveryLine This item has the following properties: *** No properties defined *** Name: DeliveryHeader Type: Class Description: Identifies a delivery that will occur into a managed warehouse. Persistent: TRUE This item is used on the following diagrams:

Page 117: Entity Relationship Diagrams - Infor

Class Descriptions

113

INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManagedWarehouse Associates is related to ZERO or MORE DeliveryDetail(s) This item has the following properties: *** No properties defined *** Name: Department Type: Class Description: The logical or physical subdivision of a facility into groups of work centers where related activities take place. This item is used on the following diagrams: ENGRING.DAT Engineering Management QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE QAInstrument(s) Associates is related to ZERO or MORE WorkCenter(s) Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: DepreciationAlloc Type: Class Description: The distribution of the expense created by the reduction in value of a company's assets. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates is related to ZERO or MORE ProfitCenter(s) Associates is related to ZERO or MORE FixedAsset(s) This item has the following properties: *** No properties defined ***

Page 118: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

114

Name: DepreciationBook Type: Class Description: Definition of accounting rules for the reduction in value of a company's assets over time. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates is related to only ONE DepreciationTable Associates is related to ZERO or MORE FixedAssetRetirement(s) This item has the following properties: *** No properties defined *** Name: DepreciationPeriod Type: Class Description: Calendar used in the accounting of the reduction in value of a company's assets over time. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company This item has the following properties: *** No properties defined *** Name: DepreciationTable Type: Class Description: Factors used to calculate expenses due to depreciation. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE DepreciationBook(s) Associates is related to ZERO or MORE FixedAsset(s)

Page 119: Entity Relationship Diagrams - Infor

Class Descriptions

115

Associates is made up of ZERO or MORE DepreciationTableDetail(s) Associates is related to ZERO or MORE TaxBookDetail(s) This item has the following properties: *** No properties defined *** Name: DepreciationTableDetail Type: Class Description: Factors used to calculate expenses due to depreciation - by period. Persistent: TRUE This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DepreciationTable This item has the following properties: *** No properties defined *** Name: DetailedCapacityRequest Type: Class Description: A requirement for hours of scheduled time of work on a specific date within a work center due to either a planned or released shop order. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE WorkCenter This item has the following properties: *** No properties defined *** Name: Dispatch Type: Class Description: An inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: DispatchText

Page 120: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

116

DispatchAdvice DispatchNotice DispatchInvoice DispatchOrder DispatchPick DispatchContract DispatchInventory DispatchShipHeader DispatchPayAsBuilt DispatchPartner DispatchLabor DispatchSelfBill This class has the following associations: Associates is related to only ONE DispatchInDataDock Associates is related to only ONE DispatchHistory Associates is related to only ONE AdapterPartnerDock This item has the following properties: *** No properties defined *** Name: DispatchAddress Type: Class Description: Address information contained within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of ZERO or ONE DispatchPartner Associates is related to ZERO or ONE DispatchContractLine Associates is related to ZERO or ONE DispatchContract Associates is related to ZERO or ONE DispatchOrder Associates is related to ZERO or ONE DispatchOrderLine Associates is related to ZERO or ONE DispatchInvoice Associates is related to ZERO or ONE DispatchPickLine Associates is related to ZERO or ONE DispatchPick This item has the following properties:

Page 121: Entity Relationship Diagrams - Infor

Class Descriptions

117

*** No properties defined *** Name: DispatchAdvice Type: Class Description: An electronic message responding with success/fail status of an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchAdviceLine(s) Associates is related to ZERO or MORE DispatchAdviceNote(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchAdviceLine Type: Class Description: Details of a success/fail status of an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchAdvice This item has the following properties: *** No properties defined *** Name: DispatchAdviceNote Type: Class Description: A set of notes attached to an ECM inbound application advice or to an ECM outbound application advice. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: DispatchNote

Page 122: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

118

This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DispatchAdvice This item has the following properties: DispatchNote... *** No properties defined *** Name: DispatchContract Type: Class Description: An inbound or outbound electronic message containing release contract requirements. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchContractLine(s) Associates is related to ZERO or MORE DispatchContractNote(s) outbound is related to only ONE EdiReleaseHeader Associates is related to ZERO or MORE DispatchData(s) Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchContractDetail Type: Class Description: An inbound or outbound electronic message containing detailed information of a single line of a release contract requirement. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchContractLine

Page 123: Entity Relationship Diagrams - Infor

Class Descriptions

119

Associates is related to ZERO or MORE DispatchContractNote(s) outbound is related to only ONE EdiReleaseRequirement inbound is related to only ONE ReleaseDetail This item has the following properties: *** No properties defined *** Name: DispatchContractLine Type: Class Description: An inbound or outbound electronic message containing information of a single line of a release contract requirement. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchContract Associates is made up of ONE or MORE DispatchContractDetail(s) Associates is related to ZERO or MORE DispatchContractNote(s) outbound is related to only ONE EdiReleaseHeader outbound is related to only ONE EdiReleaseAncillary inbound is related to only ONE ReleaseHeader Associates is related to ZERO or MORE DispatchData(s) Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: *** No properties defined *** Name: DispatchContractNote Type: Class Description: A set of notes attached to an ECM inbound requirement or to an ECM outbound release. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy:

Page 124: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

120

DispatchNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE DispatchContract Associates is related to ZERO or ONE DispatchContractLine Associates is related to ZERO or ONE DispatchContractDetail inbound message is related to only ONE ReleaseNote outbound message is related to ZERO or ONE EdiReleaseNote This item has the following properties: DispatchNote... *** No properties defined *** Name: DispatchCustomerItem Type: Class Description: Customer/Item Cross-reference information contained within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Association is related to only ONE DispatchOrderLine inbound is related to only ONE CustomerItem Associates is related to ZERO or ONE DispatchNoticeItem Associates is related to ZERO or ONE DispatchInvoiceItem This item has the following properties: *** No properties defined *** Name: DispatchData Type: Class Description: Supporting information for an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 125: Entity Relationship Diagrams - Infor

Class Descriptions

121

Associates is related to ZERO or ONE DispatchPartner Associates is related to ZERO or ONE DispatchContract Associates is related to ZERO or ONE DispatchContractLine Associates is related to ZERO or ONE DispatchOrder Associates is related to ZERO or ONE DispatchOrderLine This item has the following properties: *** No properties defined *** Name: DispatchHistory Type: Class Description: Historical recording of inbound and outbound electronic message that have been received/sent. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Dispatch This item has the following properties: *** No properties defined *** Name: DispatchInDataDock Type: Class Description: An inbound or outbound electronic message that has been received but not yet processed, or processed but not yet sent. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Dispatch Associates is related to only ONE AdapterPartnerDock This item has the following properties: *** No properties defined ***

Page 126: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

122

Name: DispatchInventory Type: Class Description: Inventory transaction information contained within an inbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: inbound is related to only ONE InventoryHistory This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchInvoice Type: Class Description: Customer or vendor invoice information contained within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchInvoiceOrder(s) Associates is made up of ZERO or MORE DispatchInvoiceAudit(s) Associates is made up of ZERO or MORE DispatchInvoicePromo(s) inbound is related to ZERO or ONE VendorInvoiceDoc outbound is related to ZERO or ONE CustomerInvoice outbound is related to ZERO or ONE CustomerInvoiceOrder Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchInvoiceAudit Type: Class

Page 127: Entity Relationship Diagrams - Infor

Class Descriptions

123

Description: Customer invoice tax information contained within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchInvoice Associates is related to only ONE DispatchInvoiceLine outbound is related to only ONE CustomerInvoiceTax outbound is related to only ONE CustomerInvoiceLine This item has the following properties: *** No properties defined *** Name: DispatchInvoiceItem Type: Class Description: Information concverning an inventory item as part of a customer invoice line within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DispatchInvoiceLine Associates is related to only ONE DispatchCustomerItem This item has the following properties: *** No properties defined *** Name: DispatchInvoiceLine Type: Class Description: Customer or vendor invoice line-level information contained within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 128: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

124

is related to ZERO or MORE DispatchInvoiceItem(s) Associates is related to only ONE DispatchInvoiceOrder Associates is related to ZERO or MORE DispatchInvoiceAudit(s) outbound is related to ZERO or ONE CustomerOrderLine inbound is related to ZERO or ONE VendorInvoiceLine outbound is related to ZERO or ONE CustomerInvoiceLine Associates is related to ZERO or MORE DispatchInvoicePromo(s) Inbound is related to ZERO or MORE VendorPoLines(s) Inbound is related to ZERO or MORE VendorInvoiceDistribution(s) This item has the following properties: *** No properties defined *** Name: DispatchInvoiceOrder Type: Class Description: Information on a sales or purchase order as part of a customer or vendor invoice within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchInvoice Associates is related to ONE or MORE DispatchInvoiceLine(s) inbound is related to ZERO or ONE VendorInvoiceDoc outbound is related to only ONE CustomerInvoiceOrder This item has the following properties: *** No properties defined *** Name: DispatchInvoicePromo Type: Class Description: Promotions and deals information referenced by a customer invoice within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams:

Page 129: Entity Relationship Diagrams - Infor

Class Descriptions

125

ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchInvoice Associates is related to only ONE DispatchInvoiceLine outbound is related to only ONE PromotionTracking This item has the following properties: *** No properties defined *** Name: DispatchLabor Type: Class Description: Labor ticket information contained within an inbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: inbound is related to only ONE LaborTicket This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchLot Type: Class Description: Lot-level information contained within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DispatchPickLine Associates is related to only ONE DispatchNoticeItem outbound is related to ZERO or ONE InventoryAllocation outbound is related to ZERO or ONE Lot

Page 130: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

126

outbound is related to ZERO or ONE AllocationHistory This item has the following properties: *** No properties defined *** Name: DispatchNote Type: Class Description: Any of the sets of notes that can be attached to an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: DispatchAdviceNote DispatchOrderNote DispatchPickNote DispatchContractNote This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: DispatchNotice Type: Class Description: An outbound electronic message for an advanced shipping notice. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchNoticeOrder(s) outbound is related to ZERO or ONE LoadShipment This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchNoticeCarton Type: Class Description: Carton-level information supporting a shipment to be delivered to a customer, contained within an outbound electronic message.

Page 131: Entity Relationship Diagrams - Infor

Class Descriptions

127

Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchNoticeItem outbound is related to ZERO or ONE CustomerItem outbound is related to ZERO or ONE LoadLineCarton This item has the following properties: *** No properties defined *** Name: DispatchNoticeItem Type: Class Description: Item-level information supporting a shipment to be delivered to a customer, contained within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchNoticePack Associates is made up of ONE or MORE DispatchNoticeCarton(s) Associates is related to ZERO or MORE DispatchLot(s) outbound is related to ZERO or ONE ReleaseContract Associates is related to ZERO or MORE DispatchCustomerItem(s) outbound is related to ZERO or ONE CustomerItem outbound is related to ZERO or ONE RegularOrderLine outbound is related to ZERO or ONE LoadLine This item has the following properties: *** No properties defined *** Name: DispatchNoticeOrder Type: Class Description: Order-level information supporting a shipment to be

Page 132: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

128

delivered to a customer, contained within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchNotice Associates is made up of ONE or MORE DispatchNoticePack(s) outbound is related to ZERO or ONE ReleaseContract outbound is related to ZERO or ONE CustomerOrder outbound is related to ZERO or ONE LoadHeader This item has the following properties: *** No properties defined *** Name: DispatchNoticePack Type: Class Description: Packaging-level information supporting a shipment to be delivered to a customer, contained within an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchNoticeOrder Associates is made up of ONE or MORE DispatchNoticeItem(s) outbound is related to ZERO or ONE LoadCarton outbound is related to ZERO or ONE CustomerItem This item has the following properties: *** No properties defined *** Name: DispatchOrder Type: Class Description: An inbound or outbound electronic message for a sales or purchase order. Persistent: TRUE

Page 133: Entity Relationship Diagrams - Infor

Class Descriptions

129

This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchOrderLine(s) Associates is related to ZERO or MORE DispatchOrderNote(s) outbound is related to ZERO or ONE PurchaseOrder inbound is related to ZERO or ONE CustomerOrder Associates is related to ZERO or MORE DispatchData(s) Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchOrderLine Type: Class Description: Sales or purchase order line-level information contained within an inbound or outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchOrder Associates is related to ZERO or MORE DispatchOrderNote(s) outbound is related to ZERO or ONE PurchaseOrderLine Association is related to ZERO or MORE DispatchCustomerItem(s) Associates is related to ZERO or ONE RegularOrderLine Associates is related to ZERO or MORE DispatchData(s) Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties:

Page 134: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

130

*** No properties defined *** Name: DispatchOrderNote Type: Class Description: A set of notes attached to an ECM inbound sales order or to an ECM outbound purchase order or to an outbound sales order acknowledgement. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: DispatchNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE DispatchOrder Associates is related to ZERO or ONE DispatchOrderLine inbound message is related to ZERO or ONE StdCustOrderLineNote inbound message is related to ZERO or ONE StdCustOrderNote outbound message is related to ZERO or ONE ItemNote outbound message is related to ZERO or ONE StdPurchOrderNote outbound message is related to ZERO or ONE StdVendorNote This item has the following properties: DispatchNote... *** No properties defined *** Name: DispatchPartner Type: Class Description: An inbound electronic message containing information concerning a trading partner. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchAddress(s) Associates is related to ZERO or MORE DispatchData(s) This item has the following properties:

Page 135: Entity Relationship Diagrams - Infor

Class Descriptions

131

Dispatch... *** No properties defined *** Name: DispatchPayAsBuilt Type: Class Description: An inbound electronic message containing information for a sales order in which payment is made as manufacturing progress is recorded.. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: inbound is related to only ONE CustomerOrder This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchPick Type: Class Description: An outbound electronic message containing information about a pick list for inventory items in one or more warehouses. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchPickLine(s) outbound is related to only ONE WarehousePickList Associates is related to ZERO or MORE DispatchPickNote(s) Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: Dispatch... *** No properties defined ***

Page 136: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

132

Name: DispatchPickLine Type: Class Description: Detailed information about an individual item to be picked from a specific location, as part of an outbound electronic message. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchPick Associates is related to ZERO or MORE DispatchLot(s) Associates is related to ZERO or MORE DispatchPickNote(s) outbound is related to ZERO or ONE LoadHeader outbound is related to ZERO or ONE LoadLine outbound is related to only ONE WarehousePickList outbound is related to only ONE RegularOrderLine outbound is related to ZERO or ONE CustomerOrder Associates is related to ZERO or ONE CustomerItem Associates is related to ZERO or MORE DispatchAddress(s) This item has the following properties: *** No properties defined *** Name: DispatchPickNote Type: Class Description: A set of notes attached to an ECM outbound pick list. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: DispatchNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE DispatchPick Associates is related to ZERO or ONE DispatchPickLine

Page 137: Entity Relationship Diagrams - Infor

Class Descriptions

133

outbound message is related to ZERO or ONE StdCustomerNote outbound message is related to ZERO or ONE StdCustOrderNote outbound message is related to ZERO or ONE StdCustOrderLineNote This item has the following properties: DispatchNote... *** No properties defined *** Name: DispatchSelfBill Type: Class Description: An inbound eletronic message for a self bill invoice. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of only ONE CustomerOrder Associates is made up of only ONE CustomerInvoice This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchShipDetail Type: Class Description: Detailed information for an individual line within a sales order within an inbound electronic message for a "sequenced ship" sales order. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchShipOrder inbound is related to only ONE SequencedShipDetail This item has the following properties: *** No properties defined ***

Page 138: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

134

Name: DispatchShipHeader Type: Class Description: Inbound electronic message for a "sequenced ship" sales order. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE DispatchShipOrder(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchShipOrder Type: Class Description: Detailed information for an individual sales order within an inbound electronic message for a "sequenced ship" sales order. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchShipHeader Associates is made up of ONE or MORE DispatchShipDetail(s) inbound is related to only ONE SequencedShip This item has the following properties: *** No properties defined *** Name: DispatchText Type: Class Description: Inbound electronic message for a one-time communication. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: Dispatch This class is never generalized (used as a super class). This class has the following associations:

Page 139: Entity Relationship Diagrams - Infor

Class Descriptions

135

Associates is made up of ONE or MORE DispatchTextDetail(s) This item has the following properties: Dispatch... *** No properties defined *** Name: DispatchTextDetail Type: Class Description: Text of an inbound electronic message for a one-time communication. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DispatchText This item has the following properties: *** No properties defined *** Name: Disposition Type: Class Description: The measure of quality of a lot. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE SampleRequirement(s) Associates is related to 1 to 2 Specification(s) Associates is related to ZERO or MORE QAInstrumentCalib(s) Associates is part of only ONE QALot Associates is related to ZERO or MORE DispositionHistory(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE DispositionCommentHeader(s) Associates is related to ZERO or MORE StatusHistory(s)

Page 140: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

136

Associates is related to ZERO or MORE SignatureDisposition(s) Associates is related to only ONE LotReleaseProcess This item has the following properties: *** No properties defined *** Name: DispositionComment Type: Class Description: A set of notes related to the measure of quality of a lot. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DispositionCommentHeader This item has the following properties: *** No properties defined *** Name: DispositionCommentHeader Type: Class Description: Any of a set of notes related to the measure of quality of a lot. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Disposition Associates is related to ZERO or MORE DispositionComment(s) This item has the following properties: *** No properties defined *** Name: DispositionHistory Type: Class Description: Recording of transactions that affect the measure of quality of a lot. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class).

Page 141: Entity Relationship Diagrams - Infor

Class Descriptions

137

This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Disposition This item has the following properties: *** No properties defined *** Name: DistanceMatrix Type: Class Description: Information used to determine shipping mileage between two locations. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: destination is related to only ONE PostalCode origination is related to only ONE PostalCode Associates is related to only ONE UnitOfMeasurement This item has the following properties: *** No properties defined *** Name: DistributionCalendar Type: Class Description: The planned ship schedule for resupply orders between warehouses. This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: to is related to only ONE Facility from is related to only ONE Facility This item has the following properties: *** No properties defined *** Name: DistributionRelation Type: Class Description: Definition of shipping conditions between two warehouses. This item is used on the following diagrams:

Page 142: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

138

PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: from is related to only ONE Warehouse to is related to only ONE Warehouse Associates is related to ZERO or ONE Item This item has the following properties: *** No properties defined *** Name: Dock Type: Class Description: The arrival point where the goods will be unloaded. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE LoadHeader(s) Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: DocumentPrefix Type: Class Description: Method for distinguishing among different types of financial documents such as Customer Payment, Customer Invoice, Vendor Payment, Vendor Invoice, Debit Note, Credit Note. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing PAYABLES.DAT Supplier Management & Control - Payables CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to ZERO or MORE CustInvoicePayment(s)

Page 143: Entity Relationship Diagrams - Infor

Class Descriptions

139

Associates is related to ZERO or MORE CustomerInvoiceOrder(s) Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE CarteraParameters(s) Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: Draft Type: Class Description: Payment where the type of instrument is not cash or it involves payment installments. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerPayAgreement Associates is made up of ONE or MORE DraftLine(s) Associates is related to ZERO or MORE DraftStampTax(s) Associates is related to only ONE CustomerInvoice Associates is related to only ONE VendorPayAgreement Associates is related to only ONE DraftTerms Associates is related to ZERO or ONE VendorPayment Associates is related to ZERO or MORE DraftNote(s) This item has the following properties: *** No properties defined *** Name: DraftLine Type: Class Description: Payment installment information. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables LEDGER2.DAT Configurable Ledger - Subsystem Interfaces

Page 144: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

140

This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Draft Associates is related to only ONE DraftTermsLine Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: DraftNote Type: Class Description: A set of notes attached to a draft type of payment. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Draft This item has the following properties: *** No properties defined *** Name: DraftStampTax Type: Class Description: Assessed tax liability based on the type of instrument chosen to use for payment. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Draft This item has the following properties: *** No properties defined *** Name: DraftTerms Type: Class Description: Negotiated condition of payment between a company and their customer as to when the payment is due, how many

Page 145: Entity Relationship Diagrams - Infor

Class Descriptions

141

installments may be made, the payment instrument that may be used, and any discounts that can be taken. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Draft(s) Associates is related to ZERO or MORE CustomerPayAgreement(s) Associates is related to ZERO or MORE VendorPayAgreement(s) Associates is made up of ONE or MORE DraftTermsLine(s) Associates is related to only ONE Company Associates is related to only ONE CarteraDocument Associates is related to only ONE Customer This item has the following properties: *** No properties defined *** Name: DraftTermsLine Type: Class Description: Information on each installment payment due within a negotiated condition of payment between a company and their customer. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE DraftTerms Associates is related to ZERO or MORE DraftLine(s) This item has the following properties: *** No properties defined *** Name: Drawing Type: Class Description: An engineering diagram of a product.

Page 146: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

142

This item is used on the following diagrams: ENGRING.DAT Engineering Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChangeOrder Associates is related to ZERO or ONE Revision Associates is related to ZERO or MORE DrawingNote(s) This item has the following properties: *** No properties defined *** Name: DrawingNote Type: Class Description: A set of notes attached to an engineering drawing. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Drawing This item has the following properties: ERPlxNote... *** No properties defined *** Name: DrawnSample Type: Class Description: A specimen extracted from a lot for a specific quality test. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE TestResult(s) Associates is part of only ONE SampleRequirement Associates is related to ZERO or MORE SignatureDrawnSample(s) This item has the following properties:

Page 147: Entity Relationship Diagrams - Infor

Class Descriptions

143

*** No properties defined *** Name: DropShipment Type: Class Description: The delivery of an order directly from a vendor to a customer. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrderLine Associates is related to only ONE CustomerOrderLine This item has the following properties: *** No properties defined *** Name: DunningInterface Type: Class Description: Set of information related to a dunning event, available for export. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE InvoiceDunHistory Associates is related to ONE or MORE CarteraDunningDocument(s) Associates is related to only ONE CarteraDunningSet This item has the following properties: *** No properties defined *** Name: EcoNote Type: Class Description: A set of notes attached to an engineering change order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy:

Page 148: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

144

ERPlxNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChangeOrder This item has the following properties: ERPlxNote... *** No properties defined *** Name: EdiReleaseAncillary Type: Class Description: Additional information for an outbound message related to a scheduled purchase. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EdiReleaseHeader outbound is related to ZERO or ONE DispatchContractLine This item has the following properties: *** No properties defined *** Name: EdiReleaseHeader Type: Class Description: Outbound message of information related to a scheduled purchase. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE EdiReleaseNote(s) Associates is related to ZERO or ONE EdiReleaseAncillary Associates is made up of ZERO or MORE EdiReleaseRequirement(s) outbound is related to ZERO or ONE DispatchContract outbound

Page 149: Entity Relationship Diagrams - Infor

Class Descriptions

145

is related to ZERO or ONE DispatchContractLine outbound message is related to ZERO or ONE VendorContractDetail This item has the following properties: *** No properties defined *** Name: EdiReleaseNote Type: Class Description: A set of notes attached to an outbound message related to a scheduled purchase. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: outbound message is related to ZERO or ONE DispatchContractNote Associates is related to only ONE EdiReleaseHeader This item has the following properties: *** No properties defined *** Name: EdiReleaseRequirement Type: Class Description: Outbound message of information related to details of a scheduled purchase. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE EdiReleaseHeader outbound is related to ZERO or ONE DispatchContractDetail This item has the following properties: *** No properties defined *** Name: EmpiricalTable Type: Class Description: Factors used during quality test result reporting to determine item conformance to a standard. This item is used on the following diagrams:

Page 150: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

146

QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE MethodVariable(s) Associates is made up of ZERO or MORE TableEntry(s) This item has the following properties: *** No properties defined *** Name: Employee Type: Class Description: A person employed by the company. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE LaborTicket(s) This item has the following properties: *** No properties defined *** Name: EngineeringChangeOrder Type: Class Description: Revision to the method or material used to construct a product. This item is used on the following diagrams: ENGRING.DAT Engineering Management NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Drawing(s) Associates is related to ZERO or ONE Revision Associates is related to ZERO or ONE ApprovalProcess Associates is related to only ONE StandardBOM Associates is made up of ZERO or MORE EngineeringChgOrderline(s) Associates is related to ZERO or MORE ApprovalProcessHistory(s) Associates

Page 151: Entity Relationship Diagrams - Infor

Class Descriptions

147

is related to ZERO or MORE RoutingStep(s) Associates is related to ZERO or MORE ApprovalProcessHistory(s) Associates is related to ZERO or MORE EcoNote(s) Associates is related to ZERO or MORE SignatureEngineeringChangeOrder(s) This item has the following properties: *** No properties defined *** Name: EngineeringChgOrderline Type: Class Description: The details of the engineering change order are defined. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE EngineeringChangeOrder Associates is related to ZERO or MORE EventLog(s) Associates is related to ZERO or MORE ReferenceDesignator(s) Associates is related to ZERO or MORE SignatureEngineeringChgOrderline(s) This item has the following properties: *** No properties defined *** Name: EventLog Type: Class Description: History of engineering change orders. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChgOrderline Associates is related to ZERO or MORE SignatureEventLog(s)

Page 152: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

148

This item has the following properties: *** No properties defined *** Name: ExchangeRate Type: Class Description: The definition of the value of one currency in relation to another currency on a specific date. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration INBOUND.DAT Supplier Management & Control PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing CARTERA.DAT Cartera Receivables Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: from is related to only ONE Currency to is related to only ONE Currency Associates is related to only ONE CarteraDocument This item has the following properties: *** No properties defined *** Name: Facility Type: Class Description: A grouping of warehouses (typically geographic but can be other production/storage location combinations). This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics SYSTEM.DAT System Environment PLANNING.DAT Planning & Forecasting INVENTRY.DAT Warehouse & Materials Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE Warehouse(s) Associates is related to ZERO or MORE PurchaseOrder(s) Associates is related to ZERO or MORE ShopFloorCalendar(s) Associates

Page 153: Entity Relationship Diagrams - Infor

Class Descriptions

149

is related to ZERO or MORE ShopOrder(s) Associates is related to ZERO or MORE Timeframe(s) to is related to ZERO or MORE DistributionCalendar(s) from is related to ZERO or MORE DistributionCalendar(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE ItemFacility(s) Associates is made up of ONE or MORE Warehouse(s) Associates is related to ZERO or MORE ItemClass(s) Associates is related to ZERO or MORE ApprovedItem(s) Associates is related to ZERO or MORE VendorQuote(s) Associates is related to only ONE VendorHistory Associates is related to ZERO or MORE SignatureFacility(s) This item has the following properties: *** No properties defined *** Name: FinancialDocument Type: Class Description: This class represents information for different types of financial documents such as Customer Payment, Customer Invoice, Vendor Payment, Vendor Invoice, Debit Note, Credit Note. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration LEDGER2.DAT Configurable Ledger - Subsystem Interfaces PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: CustomerInvoice CustInvoicePayment VendorInvoice VendorPayment This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: FixedAsset

Page 154: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

150

Type: Class Description: A piece of land, building, furniture, or other immovable fixture of a business. This item is used on the following diagrams: ASSETS.DAT Asset Management LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE FixedAssetRetirement(s) Associates is part of only ONE Company Associates is related to only ONE Organization Associates is related to ZERO or ONE FixedAssetLocation Associates is related to ZERO or MORE DepreciationTable(s) Associates is related to ZERO or MORE DepreciationAlloc(s) Original is related to ZERO or ONE OriginalFixedAsset is related to ZERO or ONE FixedAsset Associates is related to ZERO or ONE SubsystemHistory Associates is related to only ONE BatchTransaction This item has the following properties: *** No properties defined *** Name: FixedAssetLocation Type: Class Description: The identification of place where fixed assets reside. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates is related to ZERO or MORE FixedAsset(s) This item has the following properties: *** No properties defined *** Name: FixedAssetRetirement

Page 155: Entity Relationship Diagrams - Infor

Class Descriptions

151

Type: Class Description: The removal of an asset from active use. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE FixedAsset Associates is related to ZERO or MORE DepreciationBook(s) This item has the following properties: *** No properties defined *** Name: Folio Type: Class Description: A grouping of foreign currency assets and liabilities for revaluation. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates is related to ONE or MORE RevaluationDefn(s) Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: Forecast Type: Class Description: Predicted future product demand. Persistent: TRUE This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of 0 to 2 ForecastDetail(s) Associates

Page 156: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

152

is related to ZERO or MORE SeasonalityHistory(s) Associates is related to ZERO or ONE ForecastModels This item has the following properties: *** No properties defined *** Name: ForecastBasis Type: Class Description: The recorded demand history used to predict future product demand. This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: ForecastDetail Type: Class Description: Predicted future product demand. Persistent: TRUE This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Forecast becomes is related to ZERO or MORE MaterialRequirement(s) This item has the following properties: *** No properties defined *** Name: ForecastModels Type: Class Description: A simulation model representing one possible method of predicting future product demand. Persistent: TRUE This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Forecast(s)

Page 157: Entity Relationship Diagrams - Infor

Class Descriptions

153

This item has the following properties: *** No properties defined *** Name: ForecastPeriod Type: Class Description: Specific calendar dates used for recording demand history and predicting future demand. This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: ForexReservation Type: Class Description: The negotiation of and locking in of a specific exchange rate for a specific amount of currency with a financial instititution. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerOrder(s) Associates is related to only ONE BankAccount Associates is related to ZERO or MORE PurchaseOrder(s) This item has the following properties: *** No properties defined *** Name: FormatVariables Type: Class Description: Detailed text supporting a defined document layout for a certificate of analysis. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 158: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

154

This class has the following associations: Associates is related to only ONE CertificateFormat Associates is related to ZERO or MORE CertificateOfAnalysis(s) This item has the following properties: *** No properties defined *** Name: FreightRate Type: Class Description: Service provider fee of moving the goods from the origination point to the destination point. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: FreightTerms Type: Class Description: Definition of charges and their invoicing as a result of a delivery of merchandise to a customer. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RegularOrderLine(s) Associates is related to only ONE CustomerOrder Associates is related to ZERO or MORE LoadHeader(s) This item has the following properties: *** No properties defined *** Name: GoodsReceivedDetail Type: Class Description: Detail of a Goods Received Note. Persistent: TRUE This item is used on the following diagrams:

Page 159: Entity Relationship Diagrams - Infor

Class Descriptions

155

PAYABLES.DAT Supplier Management & Control - Payables INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE VendorInvoiceDoc Associates is related to only ONE GoodsReceivedHeader This item has the following properties: *** No properties defined *** Name: GoodsReceivedHeader Type: Class Description: Header of a Goods Received Note. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrderDelivery Associates is related to ONE or MORE GoodsReceivedDetail(s) This item has the following properties: *** No properties defined *** Name: HazardousGoods Type: Class Description: A particular inventory item or type of inventoy item that can be dangerous, and requires special care in storage or handling. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Primary is related to ZERO or MORE CrossContamination(s) Secondary is related to ZERO or MORE CrossContamination(s) Associates is related to only ONE Item Associates is related to ZERO or MORE OlmHazardNote(s)

Page 160: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

156

This item has the following properties: *** No properties defined *** Name: HistMatNote Type: Class Description: A set of notes attached to the history of a material component of a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: HistoryNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderMaterial Associates is related to only ONE StdMaterialNote This item has the following properties: HistoryNote... *** No properties defined *** Name: HistOperNote Type: Class Description: A set of notes attached to the history of an operation detail of a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: HistoryNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE StdOperationNote Associates is related to only ONE ShopOrderOperation This item has the following properties: HistoryNote... *** No properties defined *** Name: HistoryNote Type: Class Description: Any of a set of notes related to history of Shop Orders. Persistent: TRUE

Page 161: Entity Relationship Diagrams - Infor

Class Descriptions

157

This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: HistSONote HistMatNote HistOperNote This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: HistSONote Type: Class Description: A set of notes attached to the history of a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: HistoryNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrder Associates is related to only ONE StdShopOrderNote This item has the following properties: HistoryNote... *** No properties defined *** Name: HolidayCalendar Type: Class Description: Identification of non-working days at the specific customer, or contract. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: SalesOrg is related to only ONE Customer Associates is made up of ONE or MORE HolidayCalendarDate(s) Calendar for shipping is related to only ONE Address Calendar for contracts is related to ZERO or MORE ReleaseContract(s)

Page 162: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

158

This item has the following properties: *** No properties defined *** Name: HolidayCalendarDate Type: Class Description: The actual calendar dates for the release details. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE HolidayCalendar Associates is related to only ONE ReleaseDetail This item has the following properties: *** No properties defined *** Name: InboundDelivery Type: Class Description: Delivery of goods ordered from a vendor or supplier using a purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Carrier Associates is related to only ONE MeansofTransport Associates is made up of ZERO or MORE InboundDeliveryCharge(s) Associates is made up of ZERO or MORE InboundDeliveryOrder(s) This item has the following properties: *** No properties defined *** Name: InboundDeliveryCharge Type: Class Description: Cost incurred by service providers who add value to a delivery. This is calculated and could be against the value of the goods. Persistent: TRUE

Page 163: Entity Relationship Diagrams - Infor

Class Descriptions

159

This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Service is related to ZERO or ONE PurchaseOrderLine Associates is part of only ONE InboundDelivery Associates is related to only ONE PartnerSpecialCharge Associates is related to ONE or MORE ReapportionedCharge(s) Associates is related to ZERO or MORE DeliveryDocumentation(s) This item has the following properties: *** No properties defined *** Name: InboundDeliveryLine Type: Class Description: A purchase order line referenced on a delivery of goods ordered from a vendor or supplier using a purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: not for commodity is related to only ONE PurchaseOrderLine Associates is part of only ONE InboundDeliveryOrder Associates is related to ONE or MORE ReapportionedCharge(s) Associates is related to ZERO or MORE DeliveryDocumentation(s) This item has the following properties: *** No properties defined *** Name: InboundDeliveryOrder Type: Class Description: A purchase order referenced on a delivery of goods ordered from a vendor or supplier using a purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class).

Page 164: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

160

This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrder Associates is part of only ONE InboundDelivery Associates is made up of ZERO or MORE InboundDeliveryLine(s) This item has the following properties: *** No properties defined *** Name: InventoryAllocation Type: Class Description: The specific reservation to an order of on hand quantity of an item from a location in a warehouse. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics OUTBND.DAT Outbound Logistics Management INVENTRY.DAT Warehouse & Materials Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ShopOrderAllocation CustomerAllocation This class has the following associations: Associates is part of only ONE ShopOrderMaterial Associates is related to only ONE Location Associates is related to ZERO or ONE Container Associates is related to ZERO or ONE Lot Associates is related to ZERO or ONE Pallet Associates is related to only ONE RegularOrderLine Associates is related to only ONE Item Associates is related to only ONE LocationInventory outbound is related to ZERO or ONE DispatchLot Associates is related to ZERO or ONE ItemPallet Associates is related to ZERO or ONE WarehousePickList This item has the following properties: *** No properties defined ***

Page 165: Entity Relationship Diagrams - Infor

Class Descriptions

161

Name: InventoryHistory Type: Class Description: The recording (archiving) of a transaction which had some inventory effect, such as receiving, issuing, changing a cost, etc. This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces INVENTRY.DAT Warehouse & Materials Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or ONE OrderHistory Associates is related to ZERO or MORE JournalEntry(s) Associates is related to only ONE LocationInventory inbound is related to ZERO or ONE DispatchInventory Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: InventoryTag Type: Class Description: A slip or label used to record the actual quantity found on hand of an item at a location in a warehouse during a physical inventory count. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: AuditWorksheet This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: AuditWorksheet... *** No properties defined *** Name: InvoiceDunHistory Type: Class Description: An occurrence of dunning against an invoice. Persistent: TRUE This item is used on the following diagrams:

Page 166: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

162

CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerInvoice Associates is related to ZERO or ONE DunningInterface This item has the following properties: *** No properties defined *** Name: InvoiceInDispute Type: Class Description: An invoice that the customer is disputing. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ConditionsOccurred(s) Associates is related to only ONE CustomerInvoice This item has the following properties: *** No properties defined *** Name: InvoicesPaid Type: Class Description: The invoices paid by a payment by a customer to a lockbox, on a bank transmission. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ManualCheckInvoice This item has the following properties: *** No properties defined *** Name: Item Type: Class Description: A product that may be ordered by a customer. This item is used on the following diagrams:

Page 167: Entity Relationship Diagrams - Infor

Class Descriptions

163

OUTBND.DAT Outbound Logistics Management RELEASE.DAT Release Management PLANNING.DAT Planning & Forecasting SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions INVENTRY.DAT Warehouse & Materials Management CONFIGUR.DAT Material Configuration Management SYSTEM.DAT System Environment NOTES.DAT Notes Management PRODUCN.DAT Production & Logistics INBOUND.DAT Supplier Management & Control ENGRING.DAT Engineering Management QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: ConfigurationParent ConfiguredOption ApprovedItem This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Price(s) Associates is related to ZERO or MORE SalesHistory(s) Associates is related to ZERO or MORE RegularOrderLine(s) Generated Parent Item is related to ZERO or ONE ConfigureOrderDetail Associates is related to ZERO or MORE CustomerItem(s) Associates is related to ZERO or MORE ItemFacility(s) Associates is related to ZERO or MORE DistributionRelation(s) Associates is made up of only ONE ListPrice Associates is related to ZERO or MORE SpecialPrice(s) promotion item is related to ZERO or MORE Promotion(s) free good or cash value item is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or MORE Lot(s) Associates is related to ZERO or MORE WarehouseInventory(s) Associates is related to ZERO or MORE LocationInventory(s) Associates

Page 168: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

164

is related to ZERO or MORE HazardousGoods(s) Associates is related to ZERO or MORE ManagedWarehouseItem(s) Associates is related to ZERO or MORE ItemPallet(s) Associates is related to ZERO or MORE ItemVariable(s) Family Item is related to ZERO or MORE ConfigurationParent(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE OlmItemNote(s) Associates is related to ZERO or MORE ItemNote(s) Primary is related to ZERO or MORE AlternateItem(s) Alternate is related to ZERO or MORE AlternateItem(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to ZERO or MORE ShopOrderMaterial(s) Associates is related to ZERO or MORE ModelGroupItem(s) Associates is related to ZERO or MORE VendorContractDetail(s) Associates is related to ZERO or MORE UnscheduledReceiptDetail(s) component is related to ZERO or MORE StandardBOMComponent(s) component is related to ZERO or MORE PlanningBOMComponent(s) Associates is related to ZERO or MORE MethodVariable(s) Associates is related to 0 to 2 Specification(s) Associates is related to ZERO or MORE ManufacturerItem(s) Associates is related to ZERO or ONE Manufacturer Associates is related to ZERO or MORE ItemIngredientTrace(s) Associates is related to ZERO or MORE StabilityPlanning(s) Associates is related to ZERO or MORE ReleaseContract(s) Associates is related to ZERO or MORE AfcItem(s) Associates is related to ZERO or MORE WorkCenterRunRate(s)

Page 169: Entity Relationship Diagrams - Infor

Class Descriptions

165

Associates is related to only ONE ItemClass Associates is related to ZERO or MORE SignatureItem(s) Associates is related to ZERO or MORE ItemFacQuality(s) Packaging Item is related to ZERO or MORE LoadLine(s) Packaging Item is related to ZERO or MORE LoadLineCarton(s) Packaging Item is related to ZERO or MORE SpecialChargesDetail(s) Packaging Item is related to ZERO or MORE LoadCarton(s) Inventory Item is related to ONE or MORE PackagingStructure(s) Packaging Item is related to ZERO or MORE PackagingStructure(s) Associates is related to only ONE ItemQualityNote Associates is related to ZERO or MORE AutoLotStatusChange(s) Associates is related to TBD AdvancedListDetail Associates is related to ZERO or MORE DailyMaterialRequirement(s) This item has the following properties: ConfigurationParent... ConfiguredOption... ApprovedItem... *** No properties defined *** Name: ItemAttribute Type: Class Description: A characteristic of a product that a customer may select at the time of booking an order such as color or material. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This class has the following inheritance hierarchy: ConfigurationParent ConfiguredOption This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Vendor Associates is related to only ONE Currency This item has the following properties:

Page 170: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

166

ConfigurationParent... ConfiguredOption... *** No properties defined *** Name: ItemClass Type: Class Description: Item class and facility-based tolerances for automatically closing shop orders. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item Associates is related to only ONE Facility This item has the following properties: *** No properties defined *** Name: ItemFacility Type: Class Description: Information about a product at a specific site. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics PLANNING.DAT Planning & Forecasting INVENTRY.DAT Warehouse & Materials Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Facility Associates is related to only ONE Campaign Associates is related to ZERO or MORE MaterialRequirement(s) Associates is related to ZERO or MORE PlannedOrder(s) Associates is related to ZERO or MORE Cost(s) Associates is related to only ONE RoutingStep Associates is related to only ONE Item

Page 171: Entity Relationship Diagrams - Infor

Class Descriptions

167

Associates is related to ZERO or MORE SignatureItemFacility(s) Associates is related to only ONE ItemFacQuality This item has the following properties: *** No properties defined *** Name: ItemFacilityMethod Type: Class Description: Engineering Controlled Items Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureItemFacilityMethod(s) This item has the following properties: *** No properties defined *** Name: ItemFacilityQuality Type: Class Description: Quality tracking records at facility level Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureItemFacilityQuality(s) This item has the following properties: *** No properties defined *** Name: ItemFacQuality Type: Class Description: Non QMS method for approving Item facility combinations for shop floor control. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 172: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

168

This class has the following associations: Associates is related to only ONE ItemFacility Associates is related to ZERO or MORE Item(s) This item has the following properties: *** No properties defined *** Name: ItemFacQualityHistory Type: Class Description: Non QMS Item facility combination approval history. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ShopOrderHistory(s) This item has the following properties: *** No properties defined *** Name: ItemFamilyDetail Type: Class Description: An individual inventory item that ia part of a grouping of items with similar characteristics. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ItemFamilyHeader Associates is related to ZERO or MORE ReleaseContract(s) This item has the following properties: *** No properties defined *** Name: ItemFamilyHeader Type: Class Description: A grouping of items with similar characteristics. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class).

Page 173: Entity Relationship Diagrams - Infor

Class Descriptions

169

This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE ItemFamilyDetail(s) This item has the following properties: *** No properties defined *** Name: ItemIngredientTrace Type: Class Description: The traceability between items/ingredients and lots. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item Associates is related to only ONE Lot This item has the following properties: *** No properties defined *** Name: ItemNote Type: Class Description: A set of notes attached to an item. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ItemProcessNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item outbound message is related to ZERO or ONE DispatchOrderNote This item has the following properties: ItemProcessNote... *** No properties defined *** Name: ItemPallet Type: Class Description: Provides stocking level and transaction balances for items residing on a pallet, which must be within a managed location which, in turn, is within a managed warehouse.

Page 174: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

170

Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Pallet Associates is related to only ONE Location Associates is related to ZERO or MORE Container(s) Associates is related to only ONE Item Associates is related to ZERO or ONE Lot Associates is related to ZERO or MORE WarehousePickList(s) Associates is related to ZERO or MORE InventoryAllocation(s) This item has the following properties: *** No properties defined *** Name: ItemProcessNote Type: Class Description: A set of notes attached to an item or its engineering structure - routing or bill of material. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ItemNote BomComponentNote RoutingStepNote This class has the following associations: Associates is related to ZERO or MORE SignatureItemProcessNote(s) This item has the following properties: *** No properties defined *** Name: ItemQualityNote Type: Class Description: Non QMS Item Facility approval notes. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management

Page 175: Entity Relationship Diagrams - Infor

Class Descriptions

171

This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Item(s) This item has the following properties: *** No properties defined *** Name: ItemRule Type: Class Description: Limits of the combination of characteristics that a customer may select at the time of booking an order. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE ItemRuleDetail(s) Associates is part of ZERO or ONE ConfiguredOption Associates is part of ZERO or ONE ConfigurationParent This item has the following properties: *** No properties defined *** Name: ItemRuleDetail Type: Class Description: A restriction on the configuration of items. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of ZERO or MORE ItemRule(s) This item has the following properties: *** No properties defined *** Name: ItemVariable Type: Class Description: A dimension that may be associated with a customer configuration selection. This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class).

Page 176: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

172

This class is never generalized (used as a super class). This class has the following associations: defined by is related to ZERO or MORE Calculation(s) use is related to ZERO or MORE Calculation(s) Associates is related to only ONE ConfigurationVariable Associates is related to only ONE Item Associates is related to ZERO or MORE StructureVarPrice(s) This item has the following properties: *** No properties defined *** Name: JitLineNote Type: Class Description: A set of notes attached to an individual line of an RMS JIT release. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE JitReleaseDetail This item has the following properties: ERPlxNote... *** No properties defined *** Name: JitRelease Type: Class Description: A capability for customers who supplement weekly or monthly releases with daily JIT requirements. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE JitReleaseDetail(s) Associates is related to only ONE ReleaseHeader This item has the following properties: *** No properties defined ***

Page 177: Entity Relationship Diagrams - Infor

Class Descriptions

173

Name: JitReleaseDetail Type: Class Description: Detailed requests for shipment. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE JitRelease Associates is related to ZERO or MORE JitLineNote(s) Associates is related to ZERO or ONE JitReleaseNote Associates is related to ZERO or ONE SelfBillReference This item has the following properties: *** No properties defined *** Name: JitReleaseNote Type: Class Description: A set of notes attached to an RMS JIT release. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE JitReleaseDetail(s) This item has the following properties: *** No properties defined *** Name: JournalEntry Type: Class Description: The recording of debit and credit accounting effects on a company's ledgers. This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 178: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

174

Associates is related to ZERO or MORE InventoryHistory(s) Associates is related to ZERO or MORE LaborTicket(s) Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to ZERO or MORE CustInvoicePayment(s) Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE VendorPayment(s) Associates is made up of ONE or MORE JournalEntryLine(s) Associates is related to only ONE Currency Associates is related to only ONE AccountingEvent Associates is related to only ONE Ledger Associates is related to only ONE LedgerBook Associates is related to ZERO or ONE BatchTransaction Associates is related to ZERO or MORE TFCommitmentHistory(s) Associates is related to ZERO or MORE RevaluationDefn(s) Associates is related to ZERO or MORE Folio(s) Associates is related to ZERO or MORE PromotionTracking(s) Associates is related to ZERO or MORE VendorInvoiceDoc(s) Associates is related to ZERO or MORE DraftLine(s) This item has the following properties: *** No properties defined *** Name: JournalEntryLine Type: Class Description: The details of a specific debit or credit in a journal entry. This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces NOTES.DAT Notes Management LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 179: Entity Relationship Diagrams - Infor

Class Descriptions

175

This class has the following associations: Associates is part of only ONE JournalEntry Associates is related to only ONE Account Associates is related to ZERO or MORE JournalHistoryNote(s) Associates is related to ZERO or ONE BatchTransactionDetail This item has the following properties: *** No properties defined *** Name: JournalHistoryNote Type: Class Description: A set of notes attached to a journal entry line. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE JournalEntryLine This item has the following properties: *** No properties defined *** Name: JournalModel Type: Class Description: A template journal entry. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to 1 to 2 JournalSource(s) Associates is made up of ONE or MORE JournalModelLine(s) Associates is related to ZERO or MORE AccountingEventSeq(s) Associates is related to ZERO or MORE Allocation(s) Associates is related to only ONE ChartOfAccounts This item has the following properties: *** No properties defined ***

Page 180: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

176

Name: JournalModelLine Type: Class Description: A template journal entry line. This item is used on the following diagrams: NOTES.DAT Notes Management LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE JournalModel Associates is related to ZERO or MORE AccountMacro(s) Associates is related to ZERO or MORE AllocationTarget(s) Associates is related to 0 to 14 Alias(s) Associates is related to ZERO or MORE ModelNote(s) Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: JournalSource Type: Class Description: The origin of a group of related accounting entries. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE LedgerBook Associates is related to ZERO or MORE JournalModel(s) This item has the following properties: *** No properties defined *** Name: LaborTicket Type: Class Description: The slip used to record the number of machine, setup, and run hours worked by an employee and pieces completed at a work center of a shop order operation. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics LEDGER2.DAT Configurable Ledger - Subsystem Interfaces

Page 181: Entity Relationship Diagrams - Infor

Class Descriptions

177

ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderOperation Associates is related to only ONE Employee Associates is related to ZERO or ONE Machine Associates is related to ZERO or MORE JournalEntry(s) inbound is related to ZERO or ONE DispatchLabor Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: Language Type: Class Description: Refers to the dialect used for displaying and printing. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE User(s) This item has the following properties: *** No properties defined *** Name: Ledger Type: Class Description: A related set of accounting books. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Account(s) Associates is made up of ZERO or MORE LedgerBook(s) Associates is related to ZERO or MORE Allocation(s) Associates

Page 182: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

178

is related to ZERO or ONE AccountingEvent Associates is related to only ONE AccountingEventSeq Associates is related to ZERO or MORE JournalEntry(s) Associates is related to only ONE PeriodTable Associates is related to ZERO or MORE AccountingProcess(s) Associates is related to ZERO or MORE MapSet(s) Associates is related to only ONE ChartOfAccounts Associates is related to ZERO or MORE AccountRule(s) Associates is related to only ONE Segment Associates is related to ZERO or MORE AccountSecurityRule(s) Associates is related to ZERO or MORE StructureRollup(s) This item has the following properties: *** No properties defined *** Name: LedgerBook Type: Class Description: A set of related accounts and their balances. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AccountBalance(s) Associates is part of only ONE Ledger Associates is made up of ZERO or MORE JournalSource(s) Associates is related to only ONE Allocation Associates is related to only ONE AccountingEventSeq Associates is related to ZERO or MORE AccountingProcess(s) Associates is related to only ONE Currency Associates is related to ZERO or MORE JournalEntry(s) This item has the following properties:

Page 183: Entity Relationship Diagrams - Infor

Class Descriptions

179

*** No properties defined *** Name: ListPrice Type: Class Description: The base amount necessary to purchase a product before promotional pricing is applied. This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This class has the following inheritance hierarchy: Price This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Item This item has the following properties: Price... *** No properties defined *** Name: Load Type: Class Description: A collection of consignments transported together. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE RememberedFileKey(s) Associates is made up of ZERO or MORE LoadShipment(s) Associates is related to ZERO or ONE Warehouse Associates is related to ZERO or MORE AllocationHistory(s) This item has the following properties: *** No properties defined *** Name: LoadCarton Type: Class Description: A container of product, shipped as part of the consignment of a customer order line. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management

Page 184: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

180

ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: outbound is related to ZERO or ONE DispatchNoticePack Associates is part of only ONE LoadShipment Packaging Order Line, First Packed Order Line is related to ZERO or MORE RegularOrderLine(s) Packaging Item is related to only ONE Item Associates is related to ZERO or MORE LoadLineCarton(s) Associates is related to only ONE PackagingStructure This item has the following properties: *** No properties defined *** Name: LoadDocument Type: Class Description: The documents to be printed for a load of an outbound shipment. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE LoadHeader This item has the following properties: *** No properties defined *** Name: LoadExportInstruction Type: Class Description: Export instructions for a load of an outbound shipment. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: *** No properties defined ***

Page 185: Entity Relationship Diagrams - Infor

Class Descriptions

181

Name: LoadForeignBill Type: Class Description: Information for a foreign bill for a load of an outbound shipment. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader Associates is related to ZERO or ONE Vendor This item has the following properties: *** No properties defined *** Name: LoadHeader Type: Class Description: The consignment of a customer order from one location to another. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerOrder(s) Associates is made up of ONE or MORE LoadLine(s) Associates is related to only ONE Vendor Associates is related to only ONE UnitOfMeasurement Associates is related to ZERO or ONE CustomerInvoice Associates is related to ZERO or ONE PurchaseOrder Associates is related to only ONE MeansofTransport Associates is related to ZERO or MORE TransportEquipment(s) Associates is related to only ONE Dock Associates

Page 186: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

182

is related to ZERO or MORE WarehousePickList(s) Associates is related to only ONE FreightTerms Associates is related to ZERO or MORE OlmProcessNote(s) Associates is related to ZERO or MORE OlmInstructionNote(s) Associates is related to ZERO or MORE OlmSpecialNote(s) Associates is related to ZERO or MORE OlmShipmentNote(s) Associates is related to ZERO or MORE OlmPackListNote(s) Associates is related to ZERO or MORE OlmPackagingNote(s) Associates is related to ZERO or MORE OlmLoadOrderNote(s) Associates is related to ZERO or MORE OlmLoadNote(s) Associates is related to ZERO or MORE OlmLetterOfCreditNote(s) Associates is related to ZERO or MORE OlmForeignNote(s) Associates is related to ZERO or MORE OlmExtraEcsiNote(s) Associates is related to ZERO or MORE OlmRemarksNote(s) Associates is related to ZERO or MORE OlmGoodsNote(s) Associates is related to ZERO or MORE OlmCmrReverseNote(s) Associates is related to ZERO or MORE OlmCertificateNote(s) outbound is related to ZERO or ONE DispatchNoticeOrder outbound is related to ZERO or ONE DispatchPickLine Associates is part of only ONE LoadShipment Associates is related to ZERO or ONE LoadSingleAdmin Associates is related to ZERO or ONE LoadForeignBill Associates is made up of ZERO or MORE LoadTracking(s) Associates is related to ZERO or ONE LoadExportInstruction Associates is made up of ZERO or MORE LoadDocument(s) This item has the following properties: *** No properties defined ***

Page 187: Entity Relationship Diagrams - Infor

Class Descriptions

183

Name: LoadLine Type: Class Description: The consignment of the item from a specific customer order line from one location to another. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management ECM.DAT Electronic Commerce Management RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE LoadLineCarton(s) Associates is part of only ONE LoadHeader Associates is related to only ONE RegularOrderLine outbound is related to ZERO or ONE DispatchPickLine outbound is related to ZERO or ONE DispatchNoticeItem Associates is made up of ZERO or MORE LoadReference(s) Associates is related to ZERO or ONE SelfBillReference Packaging Item is related to only ONE Item This item has the following properties: *** No properties defined *** Name: LoadLineCarton Type: Class Description: Identification of the specific lot and pallet inventory shipped as part of the consignment of a customer order line. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE LoadLine outbound is related to ZERO or ONE DispatchNoticeCarton Packaging Item is related to only ONE Item

Page 188: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

184

Associates is related to only ONE LoadCarton This item has the following properties: *** No properties defined *** Name: LoadReference Type: Class Description: Reference information for a load of an outbound shipment, such as flight number, booking number, reservation number, etc. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE LoadLine This item has the following properties: *** No properties defined *** Name: LoadShipment Type: Class Description: A single shipment within a collection of consignments transported together. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Load Associates is made up of ZERO or MORE LoadCarton(s) Associates is made up of ZERO or MORE LoadSpecialCharge(s) Associates is made up of ZERO or MORE LoadHeader(s) outbound is related to ZERO or ONE DispatchNotice Associates is related to only ONE SingleAdminDoc This item has the following properties: *** No properties defined ***

Page 189: Entity Relationship Diagrams - Infor

Class Descriptions

185

Name: LoadSingleAdmin Type: Class Description: A single administration document used by a particular load of an outbound shipment. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: becomes is related to only ONE SingleAdminDoc Associates is related to only ONE LoadHeader This item has the following properties: *** No properties defined *** Name: LoadSpecialCharge Type: Class Description: An assessment to a customer related to the consignment of a specific customer order line shipment. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Currency Associates is part of only ONE LoadShipment Associates is related to only ONE PartnerSpecialCharge Associates is related to ZERO or ONE SpecialOrderLine This item has the following properties: *** No properties defined *** Name: LoadTracking Type: Class Description: Tracking of an individual load through a terminal. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 190: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

186

is related to only ONE Terminal Associates is part of only ONE LoadHeader This item has the following properties: *** No properties defined *** Name: Location Type: Class Description: The most specific level of place in which an item may be stored. This item is used on the following diagrams: ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics OUTBND.DAT Outbound Logistics Management INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ManagedLocation This class has the following associations: Associates is part of only ONE Warehouse Associates is related to ZERO or MORE Pallet(s) Associates is related to ZERO or MORE from(s) Associates is related to ZERO or MORE to(s) Associates is related to ZERO or MORE from(s) Associates is related to ZERO or MORE to(s) Associates is related to ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to only ONE ProfitCenter Associates is related to ZERO or MORE LocationInventory(s) Associates is related to ZERO or MORE ItemPallet(s) Associates is related to ZERO or MORE MultiPickLocation(s) This item has the following properties: *** No properties defined *** Name: LocationInventory Type: Class

Page 191: Entity Relationship Diagrams - Infor

Class Descriptions

187

Description: Provides stocking level and transaction balances for items within a location which, in turn, is within a warehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management SALES.DAT Customer Sales Orders & Invoicing ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Location Associates is related to only ONE WarehouseInventory Associates is related to only ONE Item Associates is related to ZERO or MORE Container(s) Associates is related to ZERO or ONE Lot Associates is related to ZERO or MORE WarehousePickList(s) Associates is related to ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or MORE InventoryHistory(s) Associates is related to ZERO or MORE AuditWorksheet(s) Associates is related to ZERO or MORE AllocationHistory(s) Associates is related to ZERO or MORE SignatureLocationInventory(s) This item has the following properties: *** No properties defined *** Name: Lockbox Type: Class Description: A financial institution where a payment from a customer to a vendor may be made. This item is used on the following diagrams: SYSTEM.DAT System Environment CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE LockboxRight(s) Associates

Page 192: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

188

is related to only ONE Company Associates is related to only ONE BankAccount Associates is related to only ONE Currency Associates is related to ZERO or MORE ManualCheckDetail(s) Associates is related to ZERO or MORE ManualCheckBatch(s) Associates is related to ZERO or MORE CheckBatch(s) This item has the following properties: *** No properties defined *** Name: LockboxPayment Type: Class Description: The settlement of an outstanding debt deposited by the customer with a financial institution which wire transfers the amount to the selling company. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustInvoicePayment Associates is related to only ONE CheckCrossReference This item has the following properties: *** No properties defined *** Name: LockboxRight Type: Class Description: Authority of a specific individual to make transactions related to a specific account in a financial instititution. This item is used on the following diagrams: SYSTEM.DAT System Environment CUSTOMER.DAT Customer Service Administration This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lockbox This item has the following properties: Right... *** No properties defined ***

Page 193: Entity Relationship Diagrams - Infor

Class Descriptions

189

Name: Lot Type: Class Description: A batch of inventory of an item assigned a unique number for tracking purposes. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment OUTBND.DAT Outbound Logistics Management INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management SALES.DAT Customer Sales Orders & Invoicing ECM.DAT Electronic Commerce Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: QALot This class has the following associations: inContainer is related to ZERO or MORE Container(s) Associates is related to ZERO or ONE ShopOrder Associates is related to ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or MORE RememberedFileKey(s) Tracebility is related to ZERO or MORE Customer(s) Associates is related to ONE or MORE Item(s) Associates is related to ZERO or MORE LocationInventory(s) Associates is related to ZERO or MORE ItemPallet(s) Associates is related to ZERO or MORE LotNote(s) Associates is related to ZERO or MORE AllocationHistory(s) Associates is related to ZERO or MORE ItemIngredientTrace(s) Associates is related to ZERO or MORE Trigger(s) outbound is related to ZERO or ONE DispatchLot Associates is related to ZERO or MORE SignatureLot(s) Associates is related to only ONE LotStatus

Page 194: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

190

Associates is related to only ONE LotStatus Associates is related to ZERO or MORE AutoLotStatusChange(s) Associates is related to ZERO or MORE CustomerLotRequirement(s) This item has the following properties: *** No properties defined *** Name: LotNote Type: Class Description: A set of notes attached to a lot Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lot Associates is related to ZERO or MORE SignatureLotNote(s) This item has the following properties: *** No properties defined *** Name: LotReleaseProcess Type: Class Description: Search transactions to retrieve current lot status for lot availability processig. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Disposition This item has the following properties: *** No properties defined *** Name: LotReleaseTable Type: Class Description: Table for lot release processing. Persistent: TRUE This item is used on the following diagrams:

Page 195: Entity Relationship Diagrams - Infor

Class Descriptions

191

QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ResultType This item has the following properties: *** No properties defined *** Name: LotStatus Type: Class Description: ERPlx / User defined lot status validation. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management PRODUCN.DAT Production & Logistics QUALITY.DAT Quality & Laboratory Management SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lot This item has the following properties: *** No properties defined *** Name: Machine Type: Class Description: A piece of production equipment that may be either tracked or scheduled. This item is used on the following diagrams: ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE LaborTicket(s) Associates is related to only ONE WorkCenter Associates is related to ZERO or ONE Location Associates is related to ZERO or ONE Location This item has the following properties: *** No properties defined ***

Page 196: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

192

Name: ManagedLocation Type: Class Description: A location that tracks inventory on pallets and is subject to additional stock controls Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: Location This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ManagedWarehouse Associates is related to only ONE Zone This item has the following properties: Location... *** No properties defined *** Name: ManagedWarehouse Type: Class Description: A warehouse that tracks inventory on pallets and is subject to additional stock controls. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: Warehouse PartnerEntity PurchaseAddress This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE Pallet(s) Associates is related to ZERO or MORE Area(s) Associates is related to ZERO or MORE DeliveryHeader(s) Associates is made up of ZERO or MORE ManagedLocation(s) Associates is related to ZERO or MORE CrossContamination(s) Associates is related to only ONE UnitOfMeasurement Associates is related to ZERO or MORE ManagedWarehouseItem(s) This item has the following properties: Warehouse...

Page 197: Entity Relationship Diagrams - Infor

Class Descriptions

193

PartnerEntity... PurchaseAddress... *** No properties defined *** Name: ManagedWarehouseItem Type: Class Description: Represents characteristics of receiving, storage, picking, replenishment, and flexibility of an item in a managed warehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE AlternatePallet(s) Associates is related to only ONE ManagedWarehouse Associates is related to only ONE Item Associates is related to ZERO or MORE MultiPickLocation(s) This item has the following properties: *** No properties defined *** Name: ManualCheckBatch Type: Class Description: A group of payments by customers to a lockbox, not included on a bank transmission. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Lockbox Associates is related to ZERO or MORE ManualCheckDetail(s) This item has the following properties: *** No properties defined *** Name: ManualCheckDetail Type: Class Description: An individual payment by a customer to a lockbox,

Page 198: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

194

not on a bank transmission, Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Lockbox Associates is related to ZERO or MORE ManualCheckInvoice(s) Associates is related to ZERO or MORE UnmatchedCheck(s) Associates is related to only ONE CheckCrossReference Associates is related to only ONE ManualCheckBatch This item has the following properties: *** No properties defined *** Name: ManualCheckInvoice Type: Class Description: The invoices paid by a payment by a customer to a lockbox, not on a bank transmission. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManualCheckDetail Associates is related to only ONE InvoicesPaid Associates is related to ZERO or MORE CheckDispositionHeader(s) Associates is related to ZERO or MORE CheckHistoryHeader(s) This item has the following properties: *** No properties defined *** Name: Manufacturer Type: Class Description: A company that produces goods. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment INBOUND.DAT Supplier Management & Control

Page 199: Entity Relationship Diagrams - Infor

Class Descriptions

195

ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE QALot(s) Associates is related to ZERO or MORE ManufacturerItem(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE Item(s) Associates is related to ZERO or MORE Trigger(s) Associates is related to only ONE ApprovedItem Associates is related to ZERO or MORE VendorContractDetail(s) Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is related to ZERO or MORE VendorQuote(s) Associates is related to ZERO or MORE SignatureManufacturer(s) This item has the following properties: *** No properties defined *** Name: ManufacturerItem Type: Class Description: The product label used by the manufacturer within their own company. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to 1 to 2 Specification(s) Associates is related to only ONE Manufacturer Associates is related to only ONE Item Associates is related to ZERO or MORE SignatureManufacturerItem(s) This item has the following properties: *** No properties defined ***

Page 200: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

196

Name: ManufacturerLot Type: Class Description: The identifier used by the manufacturer to track a specific batch of inventory of a product. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ONE or MORE QALot(s) This item has the following properties: *** No properties defined *** Name: ManufacturingMethod Type: Class Description: An alternative manner of producing an item using different routings or bills of material. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureManufacturingMethod(s) This item has the following properties: *** No properties defined *** Name: MappedResult Type: Class Description: A summarized version of the accepted values of the translation of parts of an account string from one chart of accounts to another, used to improve performance. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE MappedValue Associates is related to only ONE Account This item has the following properties: *** No properties defined ***

Page 201: Entity Relationship Diagrams - Infor

Class Descriptions

197

Name: MappedSegment Type: Class Description: The translation of part of an account string from one chart of accounts to another. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE MapSet Associates is made up of ZERO or MORE MappedValue(s) This item has the following properties: *** No properties defined *** Name: MappedValue Type: Class Description: An accepted value of the translation of part of an account string from one chart of accounts to another. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only 2 SegmentValue(s) Associates is part of only ONE MappedSegment Associates is related to ZERO or MORE MappedResult(s) This item has the following properties: *** No properties defined *** Name: MapSet Type: Class Description: A collection of translated account strings. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AccountingProcess(s)

Page 202: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

198

Associates is made up of ONE or MORE MappedSegment(s) Associates is related to 1 to 2 ChartOfAccounts(s) Associates is related to 0 to 2 Ledger(s) This item has the following properties: *** No properties defined *** Name: MaterialCommodity Type: Class Description: Tangible substance. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: Commodity ApprovedItem This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: Commodity... ApprovedItem... *** No properties defined *** Name: MaterialHistory Type: Class Description: Recorded shop order-material transactions that had an effect on inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management PRODUCN.DAT Production & Logistics This class has the following inheritance hierarchy: OrderHistory This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderMaterial Associates is related to only ONE ShopOrderMaterial This item has the following properties: OrderHistory... *** No properties defined *** Name: MaterialRequirement Type: Class

Page 203: Entity Relationship Diagrams - Infor

Class Descriptions

199

Description: A raw material or component which is required in the manufacturing process of a finished good. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse Associates is related to only ONE ItemFacility becomes is related to only ONE ForecastDetail This item has the following properties: *** No properties defined *** Name: MeansofTransport Type: Class Description: The conveyance method of delivering goods. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE TransportEquipment(s) Associates is related to ZERO or MORE CustomerOrder(s) Associates is related to ZERO or MORE ShippingRoute(s) Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ONE or MORE InboundDelivery(s) Associates is related to ZERO or MORE Customer(s) Associates is related to ZERO or MORE Warehouse(s) Associates is related to ZERO or MORE Address(s) Associates is related to ZERO or MORE Vendor(s) This item has the following properties: *** No properties defined *** Name: Menu

Page 204: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

200

Type: Class Description: A listing of applications. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE MenuOption(s) Associates is related to ZERO or MORE MenuRight(s) This item has the following properties: *** No properties defined *** Name: MenuOption Type: Class Description: An individual item on a listing of applications. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Menu Associates is related to ZERO or ONE SecuredObject This item has the following properties: *** No properties defined *** Name: MenuRight Type: Class Description: Authorization for a user to access a specific menu Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Menu This item has the following properties: Right... *** No properties defined *** Name: MethodDatasheet

Page 205: Entity Relationship Diagrams - Infor

Class Descriptions

201

Type: Class Description: A form designed for a procedure used to record data. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE TestMethod This item has the following properties: *** No properties defined *** Name: MethodVariable Type: Class Description: A measurement for a test used to calculate results. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE TestMethod Associates is related to ZERO or MORE EmpiricalTable(s) Associates is related to ZERO or ONE Item Associates is related to ZERO or MORE SignatureMethodVariable(s) This item has the following properties: *** No properties defined *** Name: ModelGroup Type: Class Description: The family of items available for sequenced pick release of customer orders. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE ModelGroupItem(s) Associates is related to ZERO or MORE SequencedShipDetail(s) This item has the following properties: *** No properties defined ***

Page 206: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

202

Name: ModelGroupItem Type: Class Description: An individual item within the family of items available for sequenced pick release of customer orders. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ModelGroup Associates is related to only ONE Item This item has the following properties: *** No properties defined *** Name: ModelNote Type: Class Description: A set of notes attached to a journal model line. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE JournalModelLine This item has the following properties: *** No properties defined *** Name: MultiPickLocation Type: Class Description: The sequence in which locations are searched for a particular item, when replenishing inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManagedWarehouseItem Associates is related to only ONE Location

Page 207: Entity Relationship Diagrams - Infor

Class Descriptions

203

This item has the following properties: *** No properties defined *** Name: Notice Type: Class Description: Document to be printed when an invoice uses a specific transaction/reason code combination. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerInvoice(s) Associates is made up of ZERO or MORE Notice Detail(s) This item has the following properties: *** No properties defined *** Name: Notice Detail Type: Class Description: Lines of text for a document to be printed when an invoice uses a specific transaction/reason code combination. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Notice This item has the following properties: *** No properties defined *** Name: ObjectProduct Type: Class Description: For a specific ERPlx object, the products (other than the object's owning product) which use the object. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 208: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

204

is related to only ONE SecuredObject Associates is related to only ONE ERPlxProduct This item has the following properties: *** No properties defined *** Name: ObjectRight Type: Class Description: Authorization for a user to use a specific ERPlx program object. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SecuredObject This item has the following properties: Right... *** No properties defined *** Name: OlmCarrierNote Type: Class Description: A set of notes attached to an OLM carrier. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Carrier This item has the following properties: OlmNote... *** No properties defined *** Name: OlmCertificateNote Type: Class Description: A set of notes attached to an OLM certificate of origin. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management

Page 209: Entity Relationship Diagrams - Infor

Class Descriptions

205

This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmCmrReverseNote Type: Class Description: A set of notes attached to an OLM CMR reverse. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmCustomerNote Type: Class Description: A set of notes attached to an OLM customer. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer This item has the following properties: OlmNote... *** No properties defined *** Name: OlmDeclarationNote Type: Class Description: A set of notes attached to an OLM declaration. Persistent: TRUE

Page 210: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

206

This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Address This item has the following properties: OlmNote... *** No properties defined *** Name: OlmExtraEcsiNote Type: Class Description: A set of notes attached to an OLM extra ECSI. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmForeignNote Type: Class Description: A set of notes attached to an OLM foreign bill. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmGoodsNote Type: Class

Page 211: Entity Relationship Diagrams - Infor

Class Descriptions

207

Description: A set of notes attached to an OLM description of goods. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmHazardNote Type: Class Description: A set of notes attached to an OLM hazard description. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE HazardousGoods This item has the following properties: OlmNote... *** No properties defined *** Name: OlmInstructionNote Type: Class Description: A set of notes attached to an OLM special instruction. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined ***

Page 212: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

208

Name: OlmInvoiceNote Type: Class Description: A set of notes attached to an OLM invoice. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer This item has the following properties: OlmNote... *** No properties defined *** Name: OlmItemNote Type: Class Description: A set of notes attached to an OLM item. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item Associates is related to ZERO or ONE Customer Associates is related to ZERO or ONE Address This item has the following properties: OlmNote... *** No properties defined *** Name: OlmLetterOfCreditNote Type: Class Description: A set of notes attached to an OLM letter of credit. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates

Page 213: Entity Relationship Diagrams - Infor

Class Descriptions

209

is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmLoadNote Type: Class Description: A set of notes attached to an OLM load. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmLoadOrderNote Type: Class Description: A set of notes attached to an OLM load order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmNote Type: Class Description: Any of the sets of notes relating to Outbound Logistics Management. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes:

Page 214: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

210

OlmItemNote OlmCustomerNote OlmInvoiceNote OlmDeclarationNote OlmShippingNote OlmShipToNote OlmOrderNote OlmCertificateNote OlmCmrReverseNote OlmHazardNote OlmCarrierNote OlmProcessNote OlmInstructionNote OlmShipmentNote OlmSpecialNote OlmPackListNote OlmPackagingNote OlmLoadOrderNote OlmLoadNote OlmLetterOfCreditNote OlmForeignNote OlmExtraEcsiNote OlmRemarksNote OlmGoodsNote This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: OlmOrderNote Type: Class Description: A set of notes attached to an OLM order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerOrder This item has the following properties: OlmNote... *** No properties defined *** Name: OlmPackagingNote Type: Class Description: A set of notes attached to an OLM packaging. Persistent: TRUE

Page 215: Entity Relationship Diagrams - Infor

Class Descriptions

211

This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmPackListNote Type: Class Description: A set of notes attached to an OLM packing list. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmProcessNote Type: Class Description: A set of notes attached to an OLM special process. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmRemarksNote Type: Class

Page 216: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

212

Description: A set of notes attached to an OLM EUR1 remarks. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmShipmentNote Type: Class Description: A set of notes attached to an OLM shipment. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OlmShippingNote Type: Class Description: A set of notes attached to an OLM shipping. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Address This item has the following properties: OlmNote... *** No properties defined ***

Page 217: Entity Relationship Diagrams - Infor

Class Descriptions

213

Name: OlmShipToNote Type: Class Description: A set of notes attached to an OLM ship-to. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Address This item has the following properties: OlmNote... *** No properties defined *** Name: OlmSpecialNote Type: Class Description: A set of notes attached to an OLM special declaration. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: OlmNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadHeader This item has the following properties: OlmNote... *** No properties defined *** Name: OperationHistory Type: Class Description: Shop Order Operations History. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderOperation This item has the following properties: *** No properties defined ***

Page 218: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

214

Name: OptionRight Type: Class Description: Authorization for a user to use a specific action or function within a ERPlx program. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE UserGroup Associates is related to only ONE ProgramOptions This item has the following properties: *** No properties defined *** Name: OrderHistory Type: Class Description: Recorded business document transactions that had an effect on inventory. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: MaterialHistory ShopOrderHistory PurchaseOrderHistory CustomerOrderHistory This class has the following associations: Associates is part of only ONE InventoryHistory This item has the following properties: *** No properties defined *** Name: Organization Type: Class Description: A subdivision of a company used to identify asset ownership. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates

Page 219: Entity Relationship Diagrams - Infor

Class Descriptions

215

is related to ZERO or MORE FixedAsset(s) Associates is related to ZERO or MORE ProfitCenter(s) This item has the following properties: *** No properties defined *** Name: PackagingStructure Type: Class Description: A definition of how a specific item or group of items are to be packed when being shipped or will be packed when being received. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Vendor Associates is related to ZERO or MORE Carrier(s) Associates is related to ZERO or ONE Warehouse Associates is related to ZERO or ONE Customer Inventory Item is related to ZERO or ONE Item Packaging Item is related to ONE or MORE Item(s) Associates is related to ONE or MORE LoadCarton(s) Associates is related to ZERO or ONE ReleaseContract This item has the following properties: *** No properties defined *** Name: Pallet Type: Class Description: A frame used in a warehouse for containing and moving inventory. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 220: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

216

is part of only ONE ManagedWarehouse Associates is related to only ONE Location Associates is related to ZERO or MORE InventoryAllocation(s) Associates is made up of ZERO or MORE ItemPallet(s) This item has the following properties: *** No properties defined *** Name: Partner Type: Class Description: An external entity with whom the company does business Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AdapterPartner(s) Associates is related to ZERO or MORE AdapterPartnerDock(s) Associates is made up of ZERO or MORE PartnerEntity(s) This item has the following properties: *** No properties defined *** Name: PartnerContact Type: Class Description: Derfines who to get in touch with at an external entity with whom the company does business; and how to get in touch with that person. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE PartnerEntity This item has the following properties: *** No properties defined *** Name: PartnerEntity

Page 221: Entity Relationship Diagrams - Infor

Class Descriptions

217

Type: Class Description: The customers/vendors/etc. that are part of an external entity with whom the company does business Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: Customer Company Vendor Carrier Warehouse This class has the following associations: Associates is part of only ONE Partner Associates is made up of ZERO or MORE PartnerLocation(s) Associates is made up of ZERO or MORE PartnerContact(s) This item has the following properties: *** No properties defined *** Name: PartnerLocation Type: Class Description: The address of an external entity with whom the company does business. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE PartnerEntity This item has the following properties: *** No properties defined *** Name: PartnerSpecialCharge Type: Class Description: Template for an individual amount that can be attached to a delivery to increase/decrease amount to be paid to a vendor or received from a customer.. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class).

Page 222: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

218

This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SpecialChargesDetail Associates is related to ZERO or MORE InboundDeliveryCharge(s) Associates is related to ZERO or ONE Warehouse Associates is related to ZERO or ONE Customer Associates is related to only ONE ServiceProvider Associates is related to ZERO or MORE LoadSpecialCharge(s) Associates is related to ZERO or ONE Address This item has the following properties: *** No properties defined *** Name: PassNote Type: Class Description: A set of notes attached to an item/vendor relationship that details results of quality testing. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: QualityNote This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: QualityNote... *** No properties defined *** Name: PayInstrument Type: Class Description: A type of settlement device such as cash, check, or bank wire. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SYSTEM.DAT System Environment PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerPayAgreement

Page 223: Entity Relationship Diagrams - Infor

Class Descriptions

219

Associates is related to only ONE BankAccount Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to only ONE VendorPayAgreement Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: PerfMeasurePeriod Type: Class Description: Valid 13 periods defined for performance measurements by wraehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: PerformanceMeasure Type: Class Description: The gauge of actual to forecasted business objectives. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: *** No properties defined *** Name: PeriodMaster Type: Class Description: A type of accounting period definition. Persistent: TRUE

Page 224: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

220

This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PeriodTable This item has the following properties: *** No properties defined *** Name: PeriodTable Type: Class Description: Collection of accounting period definitions. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Ledger(s) Associates is related to ZERO or MORE PeriodMaster(s) This item has the following properties: *** No properties defined *** Name: PlannedOrder Type: Class Description: Forecasted production or purchase based on actual or predicted demand. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Campaign Associates is related to only ONE Warehouse Associates is related to only ONE ItemFacility becomes is related to only ONE PlannedResupply Associates is related to ZERO or MORE WorkCenterRunRate(s) This item has the following properties: *** No properties defined ***

Page 225: Entity Relationship Diagrams - Infor

Class Descriptions

221

Name: PlannedResupply Type: Class Description: Forecasted requirement for an inter-warehouse stock transfer based on actual or predicted demand. Persistent: TRUE This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: becomes is related to only ONE PlannedOrder becomes is related to only ONE ResupplyOrder This item has the following properties: *** No properties defined *** Name: PlanningBOM Type: Class Description: A list of features and options that make up an assembled item. This item is used on the following diagrams: ENGRING.DAT Engineering Management This class has the following inheritance hierarchy: BillOfMaterials This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE PlanningBOMComponent(s) This item has the following properties: BillOfMaterials... *** No properties defined *** Name: PlanningBOMComponent Type: Class Description: A specific feature or option that makes up an assembled to order item. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE PlanningBOM component is related to only ONE Item This item has the following properties:

Page 226: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

222

*** No properties defined *** Name: POAuthorization Type: Class Description: The security rights to place a purchase order. This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Company This item has the following properties: Right... *** No properties defined *** Name: POSpecialLine Type: Class Description: A booking with a vendor for the purchase of a service. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SpecialCharge Associates is part of only ONE PurchaseOrderLine This item has the following properties: *** No properties defined *** Name: PostalCode Type: Class Description: Mailing zone This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: destination is related to ZERO or MORE ShippingZone(s) origination is related to ZERO or MORE ShippingZone(s) destination

Page 227: Entity Relationship Diagrams - Infor

Class Descriptions

223

is related to ZERO or MORE DistanceMatrix(s) origination is related to ZERO or MORE DistanceMatrix(s) This item has the following properties: *** No properties defined *** Name: Price Type: Class Description: The amount charged or paid for the sale or purchase of an item. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: SpecialPrice ListPrice Promotion AdvancedListHeader This class has the following associations: Associates is related to ZERO or MORE Item(s) Associates is related to ZERO or MORE CustomerOrderLine(s) Associates is related to ZERO or MORE Customer(s) Associates is related to ZERO or MORE CustomerOrder(s) Associates is related to ZERO or MORE RegularOrderLine(s) Associates is related to ZERO or MORE TFCommitment(s) This item has the following properties: *** No properties defined *** Name: ProductionHistory Type: Class Description: Recorded and archived shop order transactions. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ShopOrderOperation(s) This item has the following properties: *** No properties defined ***

Page 228: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

224

Name: ProductRight Type: Class Description: Authorization for a user to use a specific ERPlx product Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ERPlxProduct This item has the following properties: Right... *** No properties defined *** Name: ProfitCenter Type: Class Description: A subdivision of the company for financial purposes. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration INBOUND.DAT Supplier Management & Control ASSETS.DAT Asset Management SYSTEM.DAT System Environment PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerOrder(s) Associates is part of only ONE Company Associates is related to ZERO or MORE CustomerInvoice(s) Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is related to ZERO or MORE RevaluationDefn(s) Associates is part of only ONE Company Associates is related to ZERO or MORE Organization(s) Associates is related to ZERO or MORE DepreciationAlloc(s)

Page 229: Entity Relationship Diagrams - Infor

Class Descriptions

225

Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or MORE Location(s) This item has the following properties: *** No properties defined *** Name: ProgramEvent Type: Class Description: Identification of the ERPlx programs connected to various business events that may trigger journal entries. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SubsystemProgram Associates is related to only ONE AccountingEvent This item has the following properties: *** No properties defined *** Name: ProgramOptions Type: Class Description: The set of actions and functions within ERPlx programs that may have their access secured. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SecuredObject Associates is related to ZERO or MORE OptionRight(s) This item has the following properties: *** No properties defined *** Name: Promotion

Page 230: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

226

Type: Class Description: Pricing incentive. This item is used on the following diagrams: PRICING.DAT Pricing & Promotions NOTES.DAT Notes Management This class has the following inheritance hierarchy: Price This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PromotionCalendar promotion item is related to ZERO or ONE Item Associates is related to ZERO or ONE Address free good or cash value item is related to 0 to 2 Item(s) Associates is related to ZERO or ONE Customer Associates is related to only ONE Currency Associates is related to ZERO or ONE ProfitCenter Associates is related to only ONE Company Associates is related to ZERO or MORE AppliedPromotion(s) Associates is related to ZERO or MORE PromotionTracking(s) Associates is related to ZERO or MORE StdPromotionNote(s) Associates is related to ZERO or ONE TFCommitment This item has the following properties: Price... *** No properties defined *** Name: PromotionCalendar Type: Class Description: Valid dates for pricing incentives. This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Promotion(s) Associates is related to only ONE Company

Page 231: Entity Relationship Diagrams - Infor

Class Descriptions

227

This item has the following properties: *** No properties defined *** Name: PromotionTracking Type: Class Description: History of a pricing incentive related to customer orders, invoices, and payments. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions ECM.DAT Electronic Commerce Management LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CustomerInvoice Associates is related to only ONE RegularOrderLine Associates is related to only ONE Promotion outbound is related to ZERO or ONE DispatchInvoicePromo Associates is related to ZERO or ONE TFCommitment Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: PurchaseAddress Type: Class Description: The address associated with a purchase order or individual line of a purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: Vendor Customer Address Warehouse This class has the following associations: Associates

Page 232: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

228

is related to only ONE PurchaseOrder Associates is related to only ONE PurchaseOrderLine This item has the following properties: *** No properties defined *** Name: PurchasedItem Type: Class Description: A product or commodity that may be purchased from a vendor. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE VendorQuote(s) Associates is related to ZERO or MORE VendorHistory(s) Associates is related to ZERO or MORE ApprovedItem(s) This item has the following properties: *** No properties defined *** Name: PurchaseOrder Type: Class Description: The procurement of a product or service from a vendor. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE PurchaseOrderLine(s) Associates is related to only ONE Currency Associates is related to only ONE Vendor when qualified by PO Associates is related to ZERO or ONE Facility Associates is related to ZERO or MORE VendorContractDetail(s) Associates

Page 233: Entity Relationship Diagrams - Infor

Class Descriptions

229

is related to ZERO or ONE Vendor when qualified by Req Associates is related to ZERO or ONE Warehouse Associates is related to ZERO or ONE ForexReservation Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE InboundDeliveryOrder(s) Associates is related to ZERO or MORE StdPurchOrderNote(s) Associates is related to ZERO or MORE StdRequisitionNote(s) outbound is related to ZERO or ONE DispatchOrder Associates is related to only ONE PurchaseAddress This item has the following properties: o+ Raise PO Name: PurchaseOrderDelivery Type: Class Description: Identifies a purchase order line that will be part of a delivery into a managed warehouse. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: DeliveryDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrderLine Associates is related to ONE or MORE GoodsReceivedHeader(s) This item has the following properties: DeliveryDetail... *** No properties defined *** Name: PurchaseOrderHistory Type: Class Description: Recorded purchase order transactions that had an effect on inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management

Page 234: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

230

This class has the following inheritance hierarchy: OrderHistory This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrderLine This item has the following properties: OrderHistory... *** No properties defined *** Name: PurchaseOrderLine Type: Class Description: An individual product or service to be delivered from a vendor. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control PRODUCN.DAT Production & Logistics PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE PurchaseOrder Associates is related to ZERO or ONE VendorContract Associates is made up of ZERO or MORE POSpecialLine(s) Associates is related to ZERO or ONE Warehouse Associates is related to ZERO or ONE ShopOrderOperation Associates is related to only ONE ProfitCenter Associates is related to ZERO or MORE DropShipment(s) Associates is related to ZERO or MORE ShopOrder(s) Service is related to only ONE InboundDeliveryCharge Associates is related to ZERO or MORE VendorPoLines(s) Associates is related to ZERO or MORE PurchaseOrderDelivery(s) not for commodity is related to ZERO or MORE InboundDeliveryLine(s)

Page 235: Entity Relationship Diagrams - Infor

Class Descriptions

231

Associates is related to ZERO or MORE StdPurchOrderNote(s) Associates is related to ZERO or MORE StdRequisitionNote(s) outbound is related to ZERO or ONE DispatchOrderLine Associates is related to only ONE PurchaseAddress Associates is related to ZERO or MORE PurchaseOrderHistory(s) Associates is related to only ONE CustomerOrderLine Associates is related to only ONE ApprovedItem Associates is related to ZERO or ONE Manufacturer Associates is related to ZERO or ONE TradeFundCommitment Associates is related to ZERO or ONE TFCommitment This item has the following properties: *** No properties defined *** Name: QAInstrument Type: Class Description: A device used in a laboratory to obtain measurements about a product. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE TestMethod(s) Associates is made up of 0 to 2 QAInstrumentCalib(s) Associates is related to only ONE WorkCenter Associates is related to only ONE Department Associates is related to ZERO or MORE QAInstrumentRight(s) This item has the following properties: *** No properties defined *** Name: QAInstrumentCalib Type: Class

Page 236: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

232

Description: The standard measurements that define a functioning QA instrument. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE QAInstrument Associates is related to ZERO or MORE QAInstrumentHistory(s) Associates is related to ONE or MORE Disposition(s) This item has the following properties: *** No properties defined *** Name: QAInstrumentHistory Type: Class Description: Recorded measurements of a QA instrument. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE QAInstrumentCalib This item has the following properties: *** No properties defined *** Name: QAInstrumentRight Type: Class Description: Authorization for a user to access a device used in a laboratory to obtain measurements about a product. Persistent: TRUE This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE QAInstrument This item has the following properties: Right... *** No properties defined ***

Page 237: Entity Relationship Diagrams - Infor

Class Descriptions

233

Name: QALot Type: Class Description: A lot of an item to be measured for determination of conformance to specification. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This class has the following inheritance hierarchy: Lot This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManufacturerLot Associates is related to only ONE Manufacturer Associates is related to ZERO or MORE CertificateOfAnalysis(s) Associates is made up of ZERO or MORE Disposition(s) Associates is related to ZERO or MORE StatusHistory(s) This item has the following properties: Lot... *** No properties defined *** Name: QualityHistory Type: Class Description: Recorded quality information. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ApprovedItem This item has the following properties: *** No properties defined *** Name: QualityNote Type: Class Description: Any note related to quality. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: PassNote SampleTestNote

Page 238: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

234

This class has the following associations: Associates is related to ZERO or ONE ApprovedItem This item has the following properties: *** No properties defined *** Name: RawData Type: Class Description: Test measurements. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE TestResult This item has the following properties: *** No properties defined *** Name: ReapportionedCharge Type: Class Description: Cost incurred by service providers who add value to a delivery, assigned to a purchase order line referenced on a delivery of goods ordered from a vendor or supplier using a purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE InboundDeliveryCharge Associates is related to only ONE InboundDeliveryLine This item has the following properties: *** No properties defined *** Name: RecurringInvoice Type: Class Description: A regularly scheduled vendor invoice. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This class has the following inheritance hierarchy: VendorInvoice FinancialDocument

Page 239: Entity Relationship Diagrams - Infor

Class Descriptions

235

This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE RecurringInvoiceLine(s) This item has the following properties: VendorInvoice... FinancialDocument... *** No properties defined *** Name: RecurringInvoiceLine Type: Class Description: A specific debit or credit amount to be posted as part of a regularly scheduled vendor invoice. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE RecurringInvoice This item has the following properties: *** No properties defined *** Name: ReferenceDesignator Type: Class Description: A means of recording comments or location for each unit in the quantity required amount on the component. Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChgOrderline Associates is related to ZERO or MORE ReferenceDesignatorHist(s) This item has the following properties: *** No properties defined *** Name: ReferenceDesignatorHist Type: Class Description: A history of comments or location for each unit in the quantity required amount on the component. Persistent: TRUE

Page 240: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

236

This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ReferenceDesignator This item has the following properties: *** No properties defined *** Name: RegularOrderLine Type: Class Description: The booking of a specific item by a customer. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management PRODUCN.DAT Production & Logistics INBOUND.DAT Supplier Management & Control SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions INVENTRY.DAT Warehouse & Materials Management CONFIGUR.DAT Material Configuration Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: CustomerOrderLine [LineType] This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE UnitOfMeasurement Associates is related to ZERO or ONE FreightTerms Associates is related to ZERO or ONE CustomerItem Associates is related to only ONE Item Associates is related to ZERO or ONE AssemblyShopOrder Associates is related to ZERO or MORE ResupplyDelivery(s) Associates is related to only ONE Price Associates is related to ZERO or MORE AppliedPromotion(s) Associates is related to ZERO or MORE PromotionTracking(s) Associates is part of only ONE CustomerOrder Associates is related to ZERO or MORE InventoryAllocation(s)

Page 241: Entity Relationship Diagrams - Infor

Class Descriptions

237

Associates is related to ZERO or MORE LoadLine(s) Family Item is related to ZERO or ONE ConfigureOrderHeader Associates is related to ZERO or MORE StdCustOrderLineNote(s) Quote is related to ZERO or MORE SystemQuoteLineNote(s) RMA is related to ZERO or MORE SystemRmaLineNote(s) Associates is related to ZERO or ONE DispatchOrderLine replace Family Item by Std Header if verify match is related to ZERO or ONE StdConfigurationHeader replace Family Item by Generated Parent Item is related to ZERO or ONE ConfigureOrder outbound is related to ZERO or ONE DispatchNoticeItem outbound is related to ZERO or MORE DispatchPickLine(s) Associates is related to ZERO or MORE CustomerOrderHistory(s) Associates is related to ZERO or MORE CustomerAllocation(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to ZERO or ONE TFCommitment Packaging Order Line, First Packed Order Line is related to ZERO or MORE LoadCarton(s) This item has the following properties: CustomerOrderLine [LineType]... *** No properties defined *** Name: ReleaseContract Type: Class Description: Agreement between trading partners to purchase items based on customer demands on an on-going basis. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Contracts is related to only ONE Customer Calendar for contracts

Page 242: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

238

is related to only ONE HolidayCalendar Associates is related to only ONE CustomerOrder Associates is related to only ONE ReleaseHeader Associates is related to ZERO or MORE ReleaseNote(s) Associates is related to ZERO or MORE RequirementNote(s) Associates is related to only ONE ItemFamilyDetail outbound is related to ZERO or ONE DispatchNoticeOrder outbound is related to ZERO or ONE DispatchNoticeItem Associates is related to only ONE CustomerItem Associates is related to only ONE Item Associates is related to only ONE Currency Associates is related to ZERO or MORE SequencedShipDetail(s) Associates is related to ZERO or ONE PackagingStructure This item has the following properties: *** No properties defined *** Name: ReleaseDetail Type: Class Description: Details of high volume repetitive manufacturers to communicate on-going requirements to a supplier. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE HolidayCalendarDate(s) Associates is related to ZERO or MORE ReleaseHistoryDetail(s) inbound is related to ZERO or ONE DispatchContractDetail Associates is part of only ONE ReleaseHeader Associates is related to ZERO or ONE SelfBillReference

Page 243: Entity Relationship Diagrams - Infor

Class Descriptions

239

This item has the following properties: *** No properties defined *** Name: ReleaseHeader Type: Class Description: Communication of on-going requirements to a supplier from high volume repetitive manufacturers. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ReleaseContract inbound is related to ZERO or ONE DispatchContractLine Associates is made up of ZERO or MORE ReleaseDetail(s) Associates is related to ZERO or ONE JitRelease Associates is related to ZERO or MORE ReleaseHistory(s) This item has the following properties: *** No properties defined *** Name: ReleaseHistory Type: Class Description: To keep track of the various fluctuations in the weekly requirements of various versions of the releases. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE ReleaseHistoryDetail(s) Associates is related to only ONE ReleaseHeader This item has the following properties: *** No properties defined *** Name: ReleaseHistoryDetail Type: Class

Page 244: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

240

Description: Details of all the fluctuations to requirements of various versions of the releases. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ReleaseHistory Associates is related to only ONE ReleaseDetail This item has the following properties: *** No properties defined *** Name: ReleaseNote Type: Class Description: A set of notes attached to a release contract. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ReleaseContract inbound message is related to ZERO or ONE DispatchContractNote This item has the following properties: ERPlxNote... *** No properties defined *** Name: RememberedFileKey Type: Class Description: User file of object references to be used as defaults in ERPlx applications. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Facility Associates is related to ZERO or ONE Lot Associates is related to ZERO or ONE Warehouse

Page 245: Entity Relationship Diagrams - Infor

Class Descriptions

241

Associates is related to 0 to 2 CustomerOrder(s) Associates is related to ZERO or ONE Salesperson Associates is related to ZERO or ONE Vendor Associates is related to ZERO or ONE Load Associates is related to ZERO or ONE Currency Associates is related to ZERO or ONE Company Associates is related to ZERO or ONE Carrier Associates is related to ZERO or ONE PurchaseOrder Associates is related to ZERO or ONE ShopOrder Associates is related to ZERO or ONE Customer Associates is related to ZERO or ONE ProfitCenter Associates is related to ZERO or ONE RememberedFileKey is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or ONE WorkCenter Associates is related to ZERO or ONE Timeframe Associates is related to ZERO or ONE VendorInvoice Associates is related to ZERO or ONE Test Associates is related to ZERO or ONE Specification Associates is related to ZERO or ONE Disposition Associates is related to ZERO or ONE Sample Associates is related to ZERO or ONE Manufacturer Associates is related to ZERO or ONE CertificateOfAnalysis Associates is related to ZERO or ONE TestMethod Associates is related to ZERO or ONE Item Associates is related to ZERO or ONE CEABook Associates is related to ZERO or ONE CEAEventName

Page 246: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

242

Associates is related to ZERO or ONE CEAEventTo Associates is related to ZERO or ONE CEAEventFrom Associates is related to ZERO or ONE CEAInquiryName Associates is related to ZERO or ONE CEAJEInquiryBook Associates is related to ZERO or ONE CEAInquiryOwner Associates is related to ZERO or ONE CEAJEInquiryLedger Associates is related to ZERO or ONE CEAChartOfAccounts Associates is related to ZERO or ONE CEAJEInquiryYear Associates is related to ZERO or ONE PayInstrument Associates is related to ZERO or ONE CEAJEInqPeriodFrom Associates is related to ZERO or ONE CEAEventsProcFromYear Associates is related to ZERO or ONE CEAEventsProcToYear Associates is related to ZERO or ONE CEAEventsProcFromPeriod Associates is related to ZERO or ONE CEAEventsProcToPeriod Associates is related to ZERO or ONE CEALedger This item has the following properties: *** No properties defined *** Name: RequirementNote Type: Class Description: A set of notes attached to a release contract. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ERPlxNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ReleaseContract This item has the following properties: ERPlxNote... *** No properties defined ***

Page 247: Entity Relationship Diagrams - Infor

Class Descriptions

243

Name: ResultType Type: Class Description: Result type used in the Lot Release process. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TestResult Associates is related to only ONE Test Associates is related to only ONE LotReleaseTable This item has the following properties: *** No properties defined *** Name: ResupplyDelivery Type: Class Description: Identifies a resupply order that will be part of a delivery into a managed warehouse. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: DeliveryDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine This item has the following properties: DeliveryDetail... *** No properties defined *** Name: ResupplyOrder Type: Class Description: Inter-warehouse stock transfer. This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: becomes is related to only ONE PlannedResupply This item has the following properties: *** No properties defined ***

Page 248: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

244

Name: RetroInvoiceBatch Type: Class Description: Invoices that were raised based on the old release contract are adjusted after a new release contract is setup. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerInvoiceLine This item has the following properties: *** No properties defined *** Name: RevaluationDefn Type: Class Description: Selection of assets and liabilities to be subject to gain/loss calculations. This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration PAYABLES.DAT Supplier Management & Control - Payables LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Folio(s) Associates is related to only ONE Currency Associates is related to 0 to 2 ProfitCenter(s) Associates is related to only ONE Company Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: Revision Type: Class Description: A specific modification of the engineering specifications for a product.

Page 249: Entity Relationship Diagrams - Infor

Class Descriptions

245

This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE EngineeringChangeOrder(s) Associates is related to ZERO or MORE Drawing(s) This item has the following properties: *** No properties defined *** Name: Right Type: Class Description: Authority to perform certain application functions. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: POAuthorization LockboxRight WarehouseRight CompanyRight MenuRight ObjectRight ProductRight TestMethodRight QAInstrumentRight This class has the following associations: Associates is part of only ONE User This item has the following properties: *** No properties defined *** Name: RoughCutRequirement Type: Class Description: Specific critical work center scheduling due to planned or production orders of a master scheduled item. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE CriticalWorkCenter This item has the following properties: *** No properties defined ***

Page 250: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

246

Name: RoutingStep Type: Class Description: A single activity in a routing. This item is used on the following diagrams: ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics CONFIGUR.DAT Material Configuration Management NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChangeOrder Associates is related to only ONE ShopOrder Associates is related to ZERO or MORE ItemFacility(s) Associates is related to only ONE ConfigurationParent Generated is related to ZERO or ONE ConfigureOrderDetail Associates is related to ZERO or MORE RoutingStepNote(s) Associates is related to only ONE WorkCenter This item has the following properties: *** No properties defined *** Name: RoutingStepNote Type: Class Description: A set of notes attached to a routing step. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: ItemProcessNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RoutingStep This item has the following properties: ItemProcessNote... *** No properties defined *** Name: SalesHistory Type: Class Description: Statistics about quantity and amount purchased by a

Page 251: Entity Relationship Diagrams - Infor

Class Descriptions

247

customer of a specific item from a specific salesperson. This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Salesperson Associates is related to only ONE Item Associates is related to only ONE Customer This item has the following properties: *** No properties defined *** Name: Salesperson Type: Class Description: An employee of a company who books orders from customers. This item is used on the following diagrams: SYSTEM.DAT System Environment SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE CustomerOrder(s) Associates is related to ZERO or MORE CustomerOrderLine(s) Associates is related to only ONE Company Associates is related to ZERO or MORE SalesHistory(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE Customer(s) This item has the following properties: *** No properties defined *** Name: Sample Type: Class Description: A specimen drawn to run a specific test. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class).

Page 252: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

248

This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Specification Associates is related to 0 to 2 WorkCenter(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE SampleStability(s) Associates is related to ZERO or MORE SampleRelation(s) Associates is related to ZERO or MORE SignatureSample(s) This item has the following properties: *** No properties defined *** Name: SampleRelation Type: Class Description: Ahe testing level used to determine which tests will be performed upon a sample of a lot. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Sample Associates is related to ZERO or MORE TestRelation(s) This item has the following properties: *** No properties defined *** Name: SampleRequirement Type: Class Description: The projected need for a sample to run a test based on the specification. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE DrawnSample(s) Associates is part of only ONE Disposition Associates

Page 253: Entity Relationship Diagrams - Infor

Class Descriptions

249

is related to ZERO or ONE SamplingRule This item has the following properties: *** No properties defined *** Name: SampleStability Type: Class Description: Special life studies must occasionally be performed on items that deteriorate over time. Expiration dates, length of time in storage, and life of items for warranty purposes must be established. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Sample Associates is related to only ONE StabilityInterval This item has the following properties: *** No properties defined *** Name: SampleTestNote Type: Class Description: A set of notes attached to an item/vendor relationship that details the quality testing process Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: QualityNote This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: QualityNote... *** No properties defined *** Name: SamplingRule Type: Class Description: The calculation used to determine how many samples are required. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 254: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

250

This class has the following associations: Associates is related to ZERO or MORE SampleRequirement(s) Associates is related to ZERO or MORE SamplingRuleTable(s) This item has the following properties: *** No properties defined *** Name: SamplingRuleTable Type: Class Description: A grouping of calculations used to determine how many samples are required. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE SamplingRule This item has the following properties: *** No properties defined *** Name: SeasonalityHistory Type: Class Description: A repetitive pattern of demand over a regular time interval. This item is used on the following diagrams: PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Forecast This item has the following properties: *** No properties defined *** Name: SecuredObject Type: Class Description: A program or file required to run a specific ERplx application. This item is used on the following diagrams: SYSTEM.DAT System Environment ECM.DAT Electronic Commerce Management LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class).

Page 255: Entity Relationship Diagrams - Infor

Class Descriptions

251

This class is generalized by the following classes: ERPlxProgram ERPlxFile This class has the following associations: Associates is related to ZERO or MORE User(s) Associates is related to ZERO or MORE MenuOption(s) Associates is related to only ONE ERPlxRelease Associates is related to ZERO or MORE ObjectProduct(s) Associates is related to ZERO or MORE ObjectRight(s) Associates is related to ZERO or MORE ProgramOptions(s) This item has the following properties: *** No properties defined *** Name: Segment Type: Class Description: A sub-string of an account. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE SegmentValue(s) Associates is related to ONE or MORE Ledger(s) Associates is related to ZERO or MORE AccountSecurityRule(s) Associates is related to ZERO or MORE AccountSegment(s) This item has the following properties: *** No properties defined *** Name: SegmentValue Type: Class Description: A defined and accepted sub-string of an account. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Segment

Page 256: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

252

Associates is related to ZERO or MORE Account(s) Associates is related to ZERO or MORE MappedValue(s) This item has the following properties: *** No properties defined *** Name: SelfBillReference Type: Class Description: A unique identifier supplied by the customer on the original order line that will also be supplied by the customer on the self bill invoice Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management RELEASE.DAT Release Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LoadLine Associates is related to ONE or MORE CustomerInvoiceLine(s) Associates is related to only ONE CustomerOrderLine Associates is related to ZERO or ONE JitReleaseDetail Associates is related to ZERO or ONE ReleaseDetail This item has the following properties: *** No properties defined *** Name: SequencedShip Type: Class Description: Means of grouping planned shipments of groups of items. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE SequencedShipDetail(s) Associates is related to ZERO or ONE Address Associates

Page 257: Entity Relationship Diagrams - Infor

Class Descriptions

253

is related to only ONE Customer inbound is related to ZERO or ONE DispatchShipOrder This item has the following properties: *** No properties defined *** Name: SequencedShipDetail Type: Class Description: An individual group of items scheduled for a planned shipment. Persistent: TRUE This item is used on the following diagrams: RELEASE.DAT Release Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE SequencedShip Associates is related to only ONE ModelGroup inbound is related to ZERO or ONE DispatchShipDetail Associates is related to only ONE ReleaseContract This item has the following properties: *** No properties defined *** Name: ServiceCommodity Type: Class Description: A product which consists of labor provided by the vendor. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: Commodity ApprovedItem This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: Commodity... ApprovedItem... *** No properties defined *** Name: ServiceProvider Type: Class

Page 258: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

254

Description: A special category of vendor that sells services versus products. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: Vendor PartnerEntity PurchaseAddress This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE PartnerSpecialCharge(s) This item has the following properties: Vendor... PartnerEntity... PurchaseAddress... *** No properties defined *** Name: ShippingPattern Type: Class Description: A table of vendor delivery dates. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE ShippingPatternDetail(s) Associates is related to ZERO or MORE VendorContractDetail(s) Associates is related to ZERO or MORE Vendor(s) This item has the following properties: *** No properties defined *** Name: ShippingPatternDetail Type: Class Description: Date a shipment can arrive at company's site. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ShippingPattern

Page 259: Entity Relationship Diagrams - Infor

Class Descriptions

255

This item has the following properties: *** No properties defined *** Name: ShippingRoute Type: Class Description: A pre-defined delivery course. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE ShippingZone(s) Associates is related to ZERO or MORE CustomerOrder(s) Associates is related to only ONE MeansofTransport Associates is related to only ONE Warehouse Associates is related to only ONE Carrier Associates is related to ZERO or MORE WarehousePickList(s) This item has the following properties: *** No properties defined *** Name: ShippingZone Type: Class Description: A specific part of a shipping route. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ShippingRoute Associates is related to only ONE Country Associates is related to ZERO or MORE Terminal(s) destination is related to only ONE PostalCode origination is related to only ONE PostalCode Associates is related to ZERO or MORE CustomerOrder(s) This item has the following properties: *** No properties defined ***

Page 260: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

256

Name: ShopFloorCalendar Type: Class Description: Identification of non-work days at the specific work center and facility. This item is used on the following diagrams: ENGRING.DAT Engineering Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE WorkCenter Associates is related to only ONE Facility This item has the following properties: *** No properties defined *** Name: ShopOrder Type: Class Description: A schedule conveying authority for the manufacture of specified products in specific quantitities. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics SYSTEM.DAT System Environment INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: AssemblyShopOrder This class has the following associations: Associates is made up of ZERO or MORE ShopOrderMaterial(s) Associates is related to 0 to 2 CustomerOrder(s) Associates is related to 1 to 2 Facility(s) Associates is related to ZERO or ONE Lot Associates is related to only ONE Warehouse Associates is made up of ZERO or MORE ShopOrderOperation(s) Associates is related to ZERO or ONE Campaign Associates is related to ZERO or MORE RememberedFileKey(s) Associates

Page 261: Entity Relationship Diagrams - Infor

Class Descriptions

257

is related to ZERO or ONE Customer Associates is related to only ONE WorkCenter Associates is related to ZERO or ONE ShopOrderOperation Associates is related to ZERO or ONE Location Associates is related to ZERO or ONE ShopOrder is related to ZERO or ONE ShopOrder Associates is related to ZERO or ONE PurchaseOrderLine Associates is related to ZERO or MORE RoutingStep(s) Associates is related to ZERO or MORE StdShopOrderNote(s) Associates is related to only ONE Item Associates is related to ZERO or MORE ShopOrderHistory(s) Associates is related to ZERO or MORE WorkCenterRunRate(s) Associates is related to ZERO or MORE HistSONote(s) Associates is related to ZERO or ONE RegularOrderLine Associates is related to only ONE ShopOrderHistory Associates is related to ZERO or ONE CustomerOrderLine Associates is related to ZERO or ONE AssemblyShopOrder Associates is related to only ONE ControlNumberSchdule This item has the following properties: *** No properties defined *** Name: ShopOrderAllocation Type: Class Description: The specific reservation to a shop order of on hand quantity of an item from a location in a warehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: WarehousePickList InventoryAllocation This class is never generalized (used as a super class). This class has the following associations:

Page 262: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

258

Associates is related to only ONE ShopOrderMaterial This item has the following properties: WarehousePickList... InventoryAllocation... *** No properties defined *** Name: ShopOrderHistory Type: Class Description: Recorded shop order transactions that had an effect on inventory. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management PRODUCN.DAT Production & Logistics This class has the following inheritance hierarchy: OrderHistory This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrder Associates is related to only ONE ShopOrder Associates is related to only ONE ItemFacQualityHistory This item has the following properties: OrderHistory... *** No properties defined *** Name: ShopOrderMaterial Type: Class Description: Components or raw material required to complete a shop order. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE ShopOrder Associates is made up of ZERO or MORE InventoryAllocation(s) Associates is related to ZERO or ONE ShopOrderOperation Associates

Page 263: Entity Relationship Diagrams - Infor

Class Descriptions

259

is related to ZERO or MORE StdMaterialNote(s) Associates is related to only ONE Item Associates is related to ZERO or MORE ShopOrderAllocation(s) Associates is related to ZERO or MORE MaterialHistory(s) Associates is related to ZERO or MORE HistMatNote(s) Associates is related to only ONE MaterialHistory Associates is related to ZERO or MORE SignatureShopOrderMaterial(s) This item has the following properties: *** No properties defined *** Name: ShopOrderOperation Type: Class Description: An activity scheduled to complete a shop order. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control PRODUCN.DAT Production & Logistics NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is part of only ONE ShopOrder Associates is related to ZERO or MORE LaborTicket(s) Associates is related to ZERO or MORE ShopOrderMaterial(s) Associates is related to ZERO or ONE Campaign Associates is related to 1 to 2 Warehouse(s) Associates is related to only ONE ProductionHistory Associates is related to only ONE WorkCenter Associates is related to ZERO or ONE ShopOrder Associates is related to ZERO or MORE StdOperationNote(s) Associates is related to ZERO or MORE HistOperNote(s) Associates

Page 264: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

260

is related to only ONE OperationHistory This item has the following properties: *** No properties defined *** Name: Signature Type: Class Description: Complete Electronic Signature Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: SignatureApprovedItem SignatureItemFacilityMethod SignatureApprovalProcessHistory SignatureStandardBOMComponent SignatureEventLog SignatureApprovalStep SignatureApprovalProcess SignatureEngineeringChangeOrder SignatureEngineeringChgOrderline SignatureCustomerItem SignatureCustomer SignatureDisposition SignatureTestMethod SignatureItem SignatureItemFacility SignatureLocationInventory SignatureLot SignatureShopOrderMaterial SignatureManufacturingMethod SignatureManufacturerItem SignatureFacility SignatureManufacturer SignatureLotNote SignatureInventoryPostingPanel SignatureTransactionPostingPanel SignatureECPostingPanel SignatureLotMaintPanel SignatureContainer SignatureVendor SignatureMethodVariable SignatureTestRelation SignatureTest SignatureTransactionEffect SignatureStandardNote SignatureSample SignatureDrawnSample SignatureTestResult

Page 265: Entity Relationship Diagrams - Infor

Class Descriptions

261

SignatureItemFacilityQuality SignatureItemProcessNote SignatureSpecificationDesc SignatureSpecification This class has the following associations: Associates is related to only ONE SignatureSecurity Associates is related to only ONE UserSecurity Associates is related to only ONE SignatureCode Associates is related to only ONE SignatureSecondaryUser This item has the following properties: *** No properties defined *** Name: SignatureApprovalProcess Type: Class Description: Signature capture of the ApprovalProcess class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ApprovalProcess This item has the following properties: Signature... *** No properties defined *** Name: SignatureApprovalProcessHistory Type: Class Description: Signature capture of the ApprovalProcessHistory class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ApprovalProcessHistory This item has the following properties: Signature... *** No properties defined ***

Page 266: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

262

Name: SignatureApprovalStep Type: Class Description: Signature capture of the ApprovalStep class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ApprovalStep This item has the following properties: Signature... *** No properties defined *** Name: SignatureApprovedItem Type: Class Description: Signature capture of the ApprovedItem Class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ApprovedItem(s) Associates is related to only ONE ApprovedItem This item has the following properties: Signature... *** No properties defined *** Name: SignatureCode Type: Class Description: Signature codes that define the signature meaning Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Signature(s) This item has the following properties: *** No properties defined ***

Page 267: Entity Relationship Diagrams - Infor

Class Descriptions

263

Name: SignatureContainer Type: Class Description: Signature capture of the Container class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Container This item has the following properties: Signature... *** No properties defined *** Name: SignatureCustomer Type: Class Description: Signature capture of the Customer class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer This item has the following properties: Signature... *** No properties defined *** Name: SignatureCustomerItem Type: Class Description: Signature capture of the CustomerItem class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerItem This item has the following properties:

Page 268: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

264

Signature... *** No properties defined *** Name: SignatureDisposition Type: Class Description: Signature capture of the Disposition class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Disposition This item has the following properties: Signature... *** No properties defined *** Name: SignatureDrawnSample Type: Class Description: Signature capture of the DrawnSample class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE DrawnSample This item has the following properties: Signature... *** No properties defined *** Name: SignatureECPostingPanel Type: Class Description: Signature capture of the EC Posting Panel Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties:

Page 269: Entity Relationship Diagrams - Infor

Class Descriptions

265

Signature... *** No properties defined *** Name: SignatureEngineeringChangeOrder Type: Class Description: Signature capture of the EngineeringChangeOrder class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChangeOrder This item has the following properties: Signature... *** No properties defined *** Name: SignatureEngineeringChgOrderline Type: Class Description: Signature capture of the EngineeringChgOrderline class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE EngineeringChgOrderline This item has the following properties: Signature... *** No properties defined *** Name: SignatureEventLog Type: Class Description: Signature capture of the EventLog class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations:

Page 270: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

266

Associates is related to only ONE EventLog This item has the following properties: Signature... *** No properties defined *** Name: SignatureFacility Type: Class Description: Signature capture of the Facility class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Facility This item has the following properties: Signature... *** No properties defined *** Name: SignatureFields Type: Class Description: Fields that form an signature Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureInformation(s) This item has the following properties: *** No properties defined *** Name: SignatureInformation Type: Class Description: Signature field tracking information Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 271: Entity Relationship Diagrams - Infor

Class Descriptions

267

is related to only ONE SignaturePrograms Associates is related to only ONE SignatureFields This item has the following properties: *** No properties defined *** Name: SignatureInventoryPostingPanel Type: Class Description: Signature capture of the Inventory Posting Panel Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: Signature... *** No properties defined *** Name: SignatureItem Type: Class Description: Signature capture of the Item class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item This item has the following properties: Signature... *** No properties defined *** Name: SignatureItemFacility Type: Class Description: Signature capture of the ItemFacility class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations:

Page 272: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

268

Associates is related to only ONE ItemFacility This item has the following properties: Signature... *** No properties defined *** Name: SignatureItemFacilityMethod Type: Class Description: Signature capture of the ItemFacilityMethod class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ItemFacilityMethod This item has the following properties: Signature... *** No properties defined *** Name: SignatureItemFacilityQuality Type: Class Description: Signature capture of the ItemFacilityQuality class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ItemFacilityQuality This item has the following properties: Signature... *** No properties defined *** Name: SignatureItemProcessNote Type: Class Description: Signature capture of the ItemProcessNote class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature NOTES.DAT Notes Management This class has the following inheritance hierarchy:

Page 273: Entity Relationship Diagrams - Infor

Class Descriptions

269

Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ItemProcessNote This item has the following properties: Signature... *** No properties defined *** Name: SignatureLocationInventory Type: Class Description: Signature capture of the LocationInventory class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LocationInventory This item has the following properties: Signature... *** No properties defined *** Name: SignatureLot Type: Class Description: Signature capture of the Lot class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lot This item has the following properties: Signature... *** No properties defined *** Name: SignatureLotMaintPanel Type: Class Description: Signature capture of the lot maintenace panel Persistent: TRUE This item is used on the following diagrams:

Page 274: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

270

ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: Signature... *** No properties defined *** Name: SignatureLotNote Type: Class Description: Signature capture of the LotNote class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE LotNote This item has the following properties: Signature... *** No properties defined *** Name: SignatureManufacturer Type: Class Description: Signature capture of the Manufacturer class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Manufacturer This item has the following properties: Signature... *** No properties defined *** Name: SignatureManufacturerItem Type: Class Description: Signature capture of the ManufacturerItem class Persistent: TRUE This item is used on the following diagrams:

Page 275: Entity Relationship Diagrams - Infor

Class Descriptions

271

ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManufacturerItem This item has the following properties: Signature... *** No properties defined *** Name: SignatureManufacturingMethod Type: Class Description: Signature capture of the ManufacturingMethod class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManufacturingMethod This item has the following properties: Signature... *** No properties defined *** Name: SignatureMethodVariable Type: Class Description: Signature capture of the MethodVariable class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE MethodVariable This item has the following properties: Signature... *** No properties defined *** Name: SignaturePrograms Type: Class Description: All programs that have electronic signature

Page 276: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

272

functionality Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureSecurity(s) Associates is related to only ONE SignatureInformation This item has the following properties: *** No properties defined *** Name: SignatureSample Type: Class Description: Siganture capture of the Sample class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Sample This item has the following properties: Signature... *** No properties defined *** Name: SignatureSecondaryUser Type: Class Description: Secondary user authority for electonic signature signing Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Signature(s) This item has the following properties: *** No properties defined *** Name: SignatureSecurity

Page 277: Entity Relationship Diagrams - Infor

Class Descriptions

273

Type: Class Description: User security for electronic signature Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SignaturePrograms Associates is related to ZERO or MORE Signature(s) This item has the following properties: *** No properties defined *** Name: SignatureShopOrderMaterial Type: Class Description: Signature capture of the ShopOrderMaterial class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderMaterial This item has the following properties: Signature... *** No properties defined *** Name: SignatureSpecification Type: Class Description: Signature capture of the Specification class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Specification This item has the following properties: Signature... *** No properties defined ***

Page 278: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

274

Name: SignatureSpecificationDesc Type: Class Description: Signature capture of the SpecificationDesc class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SpecificationDesc This item has the following properties: Signature... *** No properties defined *** Name: SignatureStandardBOMComponent Type: Class Description: Signature capture of the StandardBOMComponent class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE StandardBOMComponent This item has the following properties: Signature... *** No properties defined *** Name: SignatureStandardNote Type: Class Description: Signature capture of the StandardNote class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature NOTES.DAT Notes Management This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE StandardNote This item has the following properties: Signature...

Page 279: Entity Relationship Diagrams - Infor

Class Descriptions

275

*** No properties defined *** Name: SignatureTest Type: Class Description: Signature capture of the Test class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Test This item has the following properties: Signature... *** No properties defined *** Name: SignatureTestMethod Type: Class Description: Signature capture of the TestMethod class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TestMethod This item has the following properties: Signature... *** No properties defined *** Name: SignatureTestRelation Type: Class Description: Signature capture of the TestRelation class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TestRelation

Page 280: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

276

This item has the following properties: Signature... *** No properties defined *** Name: SignatureTestResult Type: Class Description: Signature capture of the TestResult class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TestResult This item has the following properties: Signature... *** No properties defined *** Name: SignatureTransactionEffect Type: Class Description: Signature capture of the TransactionEffect class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TransactionEffect This item has the following properties: Signature... *** No properties defined *** Name: SignatureTransactionPostingPanel Type: Class Description: Signature capture of the Transaction Posting Panel Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has no associations with any other classes.

Page 281: Entity Relationship Diagrams - Infor

Class Descriptions

277

This item has the following properties: Signature... *** No properties defined *** Name: SignatureVendor Type: Class Description: Signature capture of the Vendor class Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This class has the following inheritance hierarchy: Signature This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Vendor This item has the following properties: Signature... *** No properties defined *** Name: SingleAdminDoc Type: Class Description: A single administration document used for shipments. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE LoadShipment(s) becomes is related to ZERO or MORE LoadSingleAdmin(s) This item has the following properties: *** No properties defined *** Name: SpecialCharge Type: Class Description: A cost not related to the purchase of goods to be paid by the customer. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates

Page 282: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

278

is related to ZERO or MORE POSpecialLine(s) This item has the following properties: *** No properties defined *** Name: SpecialCharges Type: Class Description: Template for a set of amounts that can be attached to a delivery to increase/decrease amount to be paid/ received. Persistent: TRUE This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE SpecialChargesDetail(s) This item has the following properties: *** No properties defined *** Name: SpecialChargesDetail Type: Class Description: Template for an individual amount that can be attached to a delivery to increase/decrease amount to be paid/received. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE SpecialCharges Associates is related to ZERO or MORE PartnerSpecialCharge(s) Packaging Item is related to only ONE Item This item has the following properties: *** No properties defined *** Name: SpecialOrderLine Type: Class Description: A customer order line that references a special charge.

Page 283: Entity Relationship Diagrams - Infor

Class Descriptions

279

This item is used on the following diagrams: SALES.DAT Customer Sales Orders & Invoicing OUTBND.DAT Outbound Logistics Management This class has the following inheritance hierarchy: CustomerOrderLine [LineType] This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE LoadSpecialCharge Associates is part of ONE or MORE CustomerOrder(s) This item has the following properties: CustomerOrderLine [LineType]... *** No properties defined *** Name: SpecialPrice Type: Class Description: A reduced price charge to a customer. This item is used on the following diagrams: PRICING.DAT Pricing & Promotions This class has the following inheritance hierarchy: Price This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE Item Associates is related to ZERO or ONE Customer Associates is related to only ONE Currency Associates is related to only ONE Company This item has the following properties: Price... *** No properties defined *** Name: Specification Type: Class Description: A complete and accurate statement of the technical requirements of a material and of the procedure to determine if the requirements are met. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 284: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

280

Associates is made up of ZERO or MORE Test(s) Associates is made up of ZERO or MORE Sample(s) Associates is related to ZERO or MORE ManufacturerItem(s) Associates is related to ZERO or MORE CustomerItem(s) Associates is made up of ZERO or MORE CertificateOfAnalysis(s) Associates is related to ZERO or MORE Disposition(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE Item(s) Associates is related to ZERO or MORE SignatureSpecification(s) This item has the following properties: *** No properties defined *** Name: SpecificationDesc Type: Class Description: A complete and accurate statement of the technical requirements of a material and of the procedure to determine if the requirements are met. Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureSpecificationDesc(s) This item has the following properties: *** No properties defined *** Name: StabilityInterval Type: Class Description: Special life studies must occasionally be performed on items that deteriorate over time. Expiration dates, length of time in storage, and life of items for warranty purposes must be established. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 285: Entity Relationship Diagrams - Infor

Class Descriptions

281

This class has the following associations: Associates is related to ZERO or MORE SampleStability(s) This item has the following properties: *** No properties defined *** Name: StabilityPlanning Type: Class Description: Special life studies must occasionally be performed on items that deteriorate over time. Expiration dates, length of time in storage, and life of items for warranty purposes must be established. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Item This item has the following properties: *** No properties defined *** Name: StandardBOM Type: Class Description: A listing of all subassemblies, intermediates, parts, and raw materials that go into a parent assembly showing the quantity of each required. This item is used on the following diagrams: ENGRING.DAT Engineering Management This class has the following inheritance hierarchy: BillOfMaterials This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE EngineeringChangeOrder(s) Associates is made up of ONE or MORE StandardBOMComponent(s) This item has the following properties: BillOfMaterials... *** No properties defined *** Name: StandardBOMComponent Type: Class Description: A sub-assembly or ingredient used in the assembly / manufacture of a parent part.

Page 286: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

282

Persistent: TRUE This item is used on the following diagrams: ENGRING.DAT Engineering Management CONFIGUR.DAT Material Configuration Management NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE StandardBOM Associates is related to only ONE ConfigurationParent Generated is related to ZERO or ONE ConfigureOrderDetail Associates is related to ZERO or MORE BomComponentNote(s) component is related to only ONE Item Associates is related to ZERO or MORE BomReferenceDesignator(s) Associates is related to ZERO or MORE SignatureStandardBOMComponent(s) This item has the following properties: *** No properties defined *** Name: StandardNote Type: Class Description: Any of the sets of notes related to customers, vendors or orders. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: StdCustOrderNote StdCustomerNote StdCustOrderLineNote StdPurchOrderNote StdRequisitionNote StdOperationNote StdMaterialNote StdShopOrderNote StdPromotionNote StdVendorNote This class has the following associations: Associates

Page 287: Entity Relationship Diagrams - Infor

Class Descriptions

283

is related to ZERO or MORE SignatureStandardNote(s) This item has the following properties: *** No properties defined *** Name: StatusHistory Type: Class Description: History of all quality-related inventory status change or transfer transactions. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE QALot Associates is related to ZERO or ONE Disposition This item has the following properties: *** No properties defined *** Name: StdConfigurationDetail Type: Class Description: A standard set of selections available for a customer to make at order entry time for a made to order item. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ConfiguredOption Associates is part of only ONE StdConfigurationHeader This item has the following properties: *** No properties defined *** Name: StdConfigurationHeader Type: Class Description: The grouping for a standard set of selections available for a customer to make at order entry time for a made to order item. Persistent: TRUE This item is used on the following diagrams:

Page 288: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

284

CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ONE or MORE StdConfigurationDetail(s) verify match is related to ZERO or MORE ConfigureOrderDetail(s) replace Family Item by Std Header if verify match is related to ZERO or MORE RegularOrderLine(s) This item has the following properties: *** No properties defined *** Name: StdCustomerNote Type: Class Description: A set of notes attached to a customer. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer Associates is related to ZERO or ONE Address outbound message is related to ZERO or ONE DispatchPickNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdCustOrderLineNote Type: Class Description: A set of notes attached to a customer order line. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE RegularOrderLine inbound message is related to ZERO or ONE DispatchOrderNote outbound message

Page 289: Entity Relationship Diagrams - Infor

Class Descriptions

285

is related to ZERO or ONE DispatchPickNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdCustOrderNote Type: Class Description: A set of notes attached to a customer order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE CustomerOrder inbound message is related to ZERO or ONE DispatchOrderNote outbound message is related to ZERO or ONE DispatchPickNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdMaterialNote Type: Class Description: A set of notes attached to a material component of a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrderMaterial Associates is related to only ONE HistMatNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdOperationNote Type: Class

Page 290: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

286

Description: A set of notes attached to an operation step of a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE ShopOrderOperation Associates is related to only ONE HistOperNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdPromotionNote Type: Class Description: A set of notes attached to a promotion. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Promotion This item has the following properties: StandardNote... *** No properties defined *** Name: StdPurchOrderNote Type: Class Description: A set of notes attached to a purchase order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrder Associates is related to ZERO or ONE PurchaseOrderLine outbound message

Page 291: Entity Relationship Diagrams - Infor

Class Descriptions

287

is related to ZERO or ONE DispatchOrderNote This item has the following properties: StandardNote... *** No properties defined *** Name: StdRequisitionNote Type: Class Description: A set of notes attached to a requisition. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE PurchaseOrderLine Associates is related to only ONE PurchaseOrder This item has the following properties: StandardNote... *** No properties defined *** Name: StdShopOrderNote Type: Class Description: A set of notes attached to a shop order. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShopOrder Associates is related to only ONE HistSONote This item has the following properties: StandardNote... *** No properties defined *** Name: StdVendorNote Type: Class Description: A set of notes attached to a vendor. Persistent: TRUE This item is used on the following diagrams:

Page 292: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

288

NOTES.DAT Notes Management This class has the following inheritance hierarchy: StandardNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Vendor outbound message is related to ZERO or ONE DispatchOrderNote This item has the following properties: StandardNote... *** No properties defined *** Name: StockCount Type: Class Description: The determination of on hand inventory quantities. This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This class has the following inheritance hierarchy: AuditWorksheet This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: AuditWorksheet... *** No properties defined *** Name: StructureComponent Type: Class Description: An organizational subdivision used to build a higher level hierarchy. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE StructureHierarchy Associates is related to only ONE Account This item has the following properties: *** No properties defined *** Name: StructureHierarchy Type: Class Description: An organization within a company. This item is used on the following diagrams:

Page 293: Entity Relationship Diagrams - Infor

Class Descriptions

289

LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE StructureComponent(s) Associates is made up of ZERO or MORE StructureSequence(s) Associates is related to ZERO or MORE AccountingProcess(s) Associates is related to only ONE ChartOfAccounts Associates is made up of ZERO or MORE StructureRollup(s) This item has the following properties: *** No properties defined *** Name: StructureRollup Type: Class Description: A rolled up summary of the organizational units, used to improve performance. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE StructureHierarchy Associates is related to only ONE Ledger This item has the following properties: *** No properties defined *** Name: StructureSequence Type: Class Description: One part of a specific organization. This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE StructureHierarchy This item has the following properties: *** No properties defined ***

Page 294: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

290

Name: StructureVarPrice Type: Class Description: A price that may be associated with a dimension that may be associated with a customer configuration selection. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ItemVariable This item has the following properties: *** No properties defined *** Name: SubClass#1 Type: Class Description: Used to show OMT notation. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This class has the following inheritance hierarchy: SuperClass This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: SuperClass... *** No properties defined *** Name: SubClass#2 Type: Class Description: Used to show OMT notation. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This class has the following inheritance hierarchy: SuperClass This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: SuperClass... *** No properties defined *** Name: SubClass#3 Type: Class Description: Used to show OMT notation. This item is used on the following diagrams:

Page 295: Entity Relationship Diagrams - Infor

Class Descriptions

291

KEYS.DAT Key to UML Notation This class has the following inheritance hierarchy: SuperClass This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties: SuperClass... *** No properties defined *** Name: SubsystemFieldUsage Type: Class Description: The individual fields on ERPlx files that are eligible to be interrogated by the accounting function when it needs to gather additional information concerning a journal entry originating from some ERPlx transaction. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE AccountMacro(s) Associates is related to only ONE ERPlxFile This item has the following properties: *** No properties defined *** Name: SubsystemHistory Type: Class Description: A retained link from a posted journal entry back to the original transaction source. Persistent: TRUE This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE VendorPayment Associates is related to ZERO or ONE VendorInvoice Associates is related to ZERO or ONE CustInvoicePayment Associates is related to ZERO or ONE FixedAsset Associates is related to ZERO or ONE LaborTicket

Page 296: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

292

Associates is related to ZERO or ONE InventoryHistory Associates is related to ZERO or ONE CustomerInvoice Associates is related to ZERO or ONE TFCommitmentHistory Associates is related to ZERO or ONE RevaluationDefn Associates is related to ZERO or ONE Folio Associates is related to ZERO or ONE PromotionTracking Associates is related to ZERO or ONE VendorInvoiceDoc Associates is related to ZERO or ONE DraftLine This item has the following properties: *** No properties defined *** Name: SubsystemProgram Type: Class Description: A ERPlx program capable of performing a transaction that can trigger a journal entry. Persistent: TRUE This item is used on the following diagrams: LEDGER.DAT Configurable Enterprise Financials This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ERPlxsProgram Associates is related to ZERO or MORE ProgramEvent(s) This item has the following properties: *** No properties defined *** Name: SuperClass Type: Class Description: Used to show OMT notation. This item is used on the following diagrams: KEYS.DAT Key to UML Notation This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: SubClass#1 SubClass#3 SubClass#2 This class has no associations with any other classes. This item has the following properties:

Page 297: Entity Relationship Diagrams - Infor

Class Descriptions

293

*** No properties defined *** Name: SupplierCalendar Type: Class Description: Permits the user to determine how the Vendor Delivery date will be calculated, and what are the acceptable days the company will accept shipments based on a shipping pattern. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE VendorContractDetail(s) This item has the following properties: *** No properties defined *** Name: SystemCustomerNote Type: Class Description: A set of notes attached to a customer. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Customer This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemNote Type: Class Description: A set of notes not attached to anything. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has no associations with any other classes. This item has the following properties:

Page 298: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

294

SystemNoteDetail... *** No properties defined *** Name: SystemNoteDetail Type: Class Description: Any of the sets of notes related to customer quotes and return material authorizations. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: SystemCustomerNote SystemShipToNote SystemQuoteNote SystemRmaNote SystemRmaLineNote SystemQuoteLineNote SystemNote SystemWarehouseNote This class has the following associations: Associates is part of only ONE SystemNoteHeader This item has the following properties: *** No properties defined *** Name: SystemNoteHeader Type: Class Description: Grouping of any of the sets of notes related to customer quotes or return material authorizations. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE SystemNoteDetail(s) This item has the following properties: *** No properties defined *** Name: SystemQuoteLineNote Type: Class Description: A set of notes attached to a customer quote line. Persistent: TRUE This item is used on the following diagrams:

Page 299: Entity Relationship Diagrams - Infor

Class Descriptions

295

NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: Quote is related to only ONE RegularOrderLine This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemQuoteNote Type: Class Description: A set of notes attached to a customer quote. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: Quote is related to only ONE CustomerOrder This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemRmaLineNote Type: Class Description: A set of notes attached to a return material authorization line. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: RMA is related to only ONE RegularOrderLine This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemRmaNote Type: Class

Page 300: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

296

Description: A set of notes attached to a return material authorization. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: RMA is related to only ONE CustomerOrder This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemShipToNote Type: Class Description: A set of notes attached to an address. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Address This item has the following properties: SystemNoteDetail... *** No properties defined *** Name: SystemWarehouseNote Type: Class Description: A set of notes attached to a warehouse. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: SystemNoteDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: SystemNoteDetail... *** No properties defined ***

Page 301: Entity Relationship Diagrams - Infor

Class Descriptions

297

Name: Table Type: Class Description: One of the data files within ERPlx. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE TableField(s) Associates is related to ZERO or MORE AdapterTable(s) Associates is related to only ONE ERPlxFile This item has the following properties: *** No properties defined *** Name: TableEntry Type: Class Description: A line in an empirical table. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE EmpiricalTable This item has the following properties: *** No properties defined *** Name: TableField Type: Class Description: One of the fields in one of the data files in ERPlx. Persistent: TRUE This item is used on the following diagrams: ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Table This item has the following properties: *** No properties defined ***

Page 302: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

298

Name: TaxBody Type: Class Description: A legal jurisdiction that levies taxes. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables SALES.DAT Customer Sales Orders & Invoicing This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Association is related to ZERO or MORE CustomerInvoiceTax(s) Associates is related to ZERO or MORE VendorInvoiceTax(s) Associates is related to ZERO or MORE CustomerOrderLineTax(s) This item has the following properties: *** No properties defined *** Name: TaxBook Type: Class Description: The ledger used to maintain accounting information on fixed assets in support of filing for taxes. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company Associates is made up of ZERO or MORE TaxBookDetail(s) This item has the following properties: *** No properties defined *** Name: TaxBookDetail Type: Class Description: The depreciation tables supporting a ledger used to maintain accounting information on fixed assets in support of filing for taxes. Persistent: TRUE This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE TaxBook Associates

Page 303: Entity Relationship Diagrams - Infor

Class Descriptions

299

is related to only ONE DepreciationTable This item has the following properties: *** No properties defined *** Name: TaxCalendar Type: Class Description: Definition of accounting periods for the depreciation of assets. This item is used on the following diagrams: ASSETS.DAT Asset Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Company This item has the following properties: *** No properties defined *** Name: Terminal Type: Class Description: A group of associated shipping zones. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ShippingZone Associates is related to ZERO or MORE LoadTracking(s) This item has the following properties: *** No properties defined *** Name: Test Type: Class Description: A measure of product performance to specification. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE Specification Associates

Page 304: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

300

is related to only ONE TestMethod Associates is related to 0 to 2 WorkCenter(s) Associates is related to ZERO or MORE TestResult(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE TestRelation(s) Associates is related to ZERO or MORE SignatureTest(s) Associates is related to only ONE ResultType This item has the following properties: *** No properties defined *** Name: TestMethod Type: Class Description: Procedure used to record data and calculate results. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Test(s) Associates is made up of ONE or MORE MethodDatasheet(s) Associates is made up of ZERO or MORE MethodVariable(s) Associates is related to ZERO or ONE QAInstrument Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE TestMethodRight(s) Associates is related to ZERO or MORE SignatureTestMethod(s) This item has the following properties: *** No properties defined *** Name: TestMethodRight Type: Class Description: Authorization for a user to access a procedure used to record data and calculate results. Persistent: TRUE

Page 305: Entity Relationship Diagrams - Infor

Class Descriptions

301

This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE TestMethod This item has the following properties: Right... *** No properties defined *** Name: TestRelation Type: Class Description: All of the quality tests performed upon a sample of a lot at a given testing level. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE SampleRelation Associates is related to only ONE Test Associates is related to ZERO or MORE SignatureTestRelation(s) This item has the following properties: *** No properties defined *** Name: TestResult Type: Class Description: Measurement of a specific quality test as compared against a standard specification. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE RawData(s) Associates is part of only ONE DrawnSample Associates is related to only ONE Test

Page 306: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

302

Associates is related to ZERO or MORE SignatureTestResult(s) Associates is related to only ONE ResultType This item has the following properties: *** No properties defined *** Name: TFClaim Type: Class Description: A claim against a particular marketing program. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE TFClaimNote(s) This item has the following properties: *** No properties defined *** Name: TFClaimNote Type: Class Description: A note related to a claim against a trade fund or marketing program. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: TradeFundsNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE TFClaim Associates is related to ZERO or ONE TFProgram This item has the following properties: TradeFundsNote... *** No properties defined *** Name: TFCommitment Type: Class Description: The portion of a program or marketing fund allocated to a particular spend type. Persistent: TRUE This item is used on the following diagrams:

Page 307: Entity Relationship Diagrams - Infor

Class Descriptions

303

SALES.DAT Customer Sales Orders & Invoicing PRICING.DAT Pricing & Promotions NOTES.DAT Notes Management PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PromotionTracking Associates is related to only ONE CustomerOrderLine Associates is related to ZERO or MORE Price(s) Associates is related to only ONE RegularOrderLine Associates is related to ZERO or MORE Promotion(s) Associates is related to ZERO or ONE AppliedPromotion Associates is related to only ONE VendorInvoiceLine Associates is related to only ONE PurchaseOrderLine Associates is related to ZERO or MORE TFCommitmentNote(s) This item has the following properties: *** No properties defined *** Name: TFCommitmentHistory Type: Class Description: A history of trade fund commitments. Persistent: TRUE This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: *** No properties defined *** Name: TFCommitmentNote Type: Class Description: A note related to a commitment of trade funds or a marketing program.

Page 308: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

304

Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: TradeFundsNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE TFCommitment Associates is related to ZERO or ONE TFProgram This item has the following properties: TradeFundsNote... *** No properties defined *** Name: TFProgram Type: Class Description: One program, within a hierarchy, used to track marketing spending. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE TFCommitmentNote(s) Associates is related to ZERO or MORE TFProgramNote(s) Associates is related to ZERO or MORE TFUserDefinedNote(s) Associates is related to ZERO or MORE TFClaimNote(s) This item has the following properties: *** No properties defined *** Name: TFProgramNote Type: Class Description: A note related to a trade fund or marketing program. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: TradeFundsNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE TFProgram

Page 309: Entity Relationship Diagrams - Infor

Class Descriptions

305

This item has the following properties: TradeFundsNote... *** No properties defined *** Name: TFUserDefinedNote Type: Class Description: A user-defined note related to a trade fund or marketing program. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This class has the following inheritance hierarchy: TradeFundsNote This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or ONE TFProgram This item has the following properties: TradeFundsNote... *** No properties defined *** Name: Timeframe Type: Class Description: Periods of dates used for planning purposes. This item is used on the following diagrams: PRODUCN.DAT Production & Logistics SYSTEM.DAT System Environment PLANNING.DAT Planning & Forecasting This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Facility Associates is related to ZERO or MORE RememberedFileKey(s) This item has the following properties: *** No properties defined *** Name: Timelog Type: Class Description: Recorded observations by the quality assurance staff. This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 310: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

306

Associates is part of only ONE WorkCenter This item has the following properties: *** No properties defined *** Name: TradeFundCommitment Type: Class Persistent: TRUE This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchaseOrderLine Associates is related to only ONE VendorInvoiceLine This item has the following properties: *** No properties defined *** Name: TradeFundsNote Type: Class Description: Any of the set of notes related to trade fund marketing programs. Persistent: TRUE This item is used on the following diagrams: NOTES.DAT Notes Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: TFProgramNote TFClaimNote TFUserDefinedNote TFCommitmentNote This class has no associations with any other classes. This item has the following properties: *** No properties defined *** Name: TransactionEffect Type: Class Description: Inventory transaction effects Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE SignatureTransactionEffect(s)

Page 311: Entity Relationship Diagrams - Infor

Class Descriptions

307

This item has the following properties: *** No properties defined *** Name: TransportEquipment Type: Class Description: Vehicles used for movement and delivery of inventory. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Country Associates is related to ZERO or ONE MeansofTransport Associates is related to ZERO or MORE LoadHeader(s) This item has the following properties: *** No properties defined *** Name: Trigger Type: Class Description: An inventory transaction whose occurrence creates a requirement for one or more quality tests. Persistent: TRUE This item is used on the following diagrams: QUALITY.DAT Quality & Laboratory Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Lot Associates is related to only ONE Manufacturer This item has the following properties: *** No properties defined *** Name: UnitOfMeasurement Type: Class Description: Division used to quantify the dimensions of an item. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations:

Page 312: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

308

Associates is related to ZERO or MORE RegularOrderLine(s) Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ZERO or MORE DistanceMatrix(s) Associates is related to ZERO or MORE ManagedWarehouse(s) This item has the following properties: *** No properties defined *** Name: UnmatchedCheck Type: Class Description: Identifies a payment made by a customer, not to a lockbox, that has not yet been applied towards the customer's obligations. Persistent: TRUE This item is used on the following diagrams: CUSTOMER.DAT Customer Service Administration This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ManualCheckDetail This item has the following properties: *** No properties defined *** Name: UnscheduledDelivery Type: Class Description: A delivery into a managed warehouse that was not previously scheduled. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This class has the following inheritance hierarchy: DeliveryDetail This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE UnscheduledReceiptDetail This item has the following properties: DeliveryDetail... *** No properties defined *** Name: UnscheduledReceiptDetail Type: Class

Page 313: Entity Relationship Diagrams - Infor

Class Descriptions

309

Description: Identifies the details of a receipt into a managed warehouse that was not scheduled. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE UnscheduledDelivery(s) Associates is part of only ONE UnscheduledReceiptHeader Associates is related to only ONE Item This item has the following properties: *** No properties defined *** Name: UnscheduledReceiptHeader Type: Class Description: Identifies that a receipt into a managed warehouse has occurred where it was not scheduled. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE UnscheduledReceiptDetail(s) This item has the following properties: *** No properties defined *** Name: User Type: Class Description: Individual who runs business applications. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Language Associates is related to only ONE UserGroup Associates is related to ZERO or MORE SecuredObject(s) Associates is made up of ZERO or MORE Right(s)

Page 314: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

310

This item has the following properties: *** No properties defined *** Name: UserGroup Type: Class Description: Related application users. This item is used on the following diagrams: SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE User(s) Associates is related to ZERO or MORE OptionRight(s) This item has the following properties: *** No properties defined *** Name: UserSecurity Type: Class Description: ERPlx user security Persistent: TRUE This item is used on the following diagrams: ESIG.DAT Electronic Signature This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Signature(s) This item has the following properties: *** No properties defined *** Name: VariablePrice Type: Class Description: A price that may be associated with a dimension that may be associated with a customer configuration selection. Persistent: TRUE This item is used on the following diagrams: CONFIGUR.DAT Material Configuration Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE ConfigurationVariable This item has the following properties: *** No properties defined ***

Page 315: Entity Relationship Diagrams - Infor

Class Descriptions

311

Name: Vendor Type: Class Description: A trading partner from whom the company purchases goods or services. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment PAYABLES.DAT Supplier Management & Control - Payables INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management ESIG.DAT Electronic Signature CONFIGUR.DAT Material Configuration Management This class has the following inheritance hierarchy: PartnerEntity PurchaseAddress This class is generalized by the following classes: ServiceProvider This class has the following associations: Associates is related to ZERO or MORE PurchaseOrder(s) Associates is related to ZERO or MORE VendorInvoice(s) Associates is related to ZERO or MORE VendorHistory(s) Associates is related to ZERO or MORE VendorQuote(s) Associates is related to ZERO or MORE VendorContract(s) Associates is related to only ONE Company Associates is related to ZERO or MORE PurchaseOrder(s) Associates is related to only ONE Currency Associates is related to only ONE BankAccount Associates is related to ZERO or MORE VendorPayAgreement(s) Associates is related to only ONE Carrier Associates is related to ZERO or MORE LoadHeader(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to only ONE VendorTerms

Page 316: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

312

Associates is related to ZERO or MORE VendorSplitRule(s) Associates is related to only ONE VendorAccountSegment Associates is related to ZERO or MORE Container(s) Associates is related to ZERO or MORE VendorPayment(s) Associates is related to ZERO or MORE StdVendorNote(s) Associates is related to ZERO or ONE MeansofTransport Associates is related to ZERO or ONE ShippingPattern Associates is related to ZERO or MORE LoadForeignBill(s) Associates is related to ZERO or MORE ApprovedItem(s) Associates is related to ZERO or MORE SignatureVendor(s) Associates is related to ZERO or MORE ItemAttribute(s) Associates is related to ZERO or MORE PackagingStructure(s) This item has the following properties: PartnerEntity... PurchaseAddress... *** No properties defined *** Name: VendorAccountSegment Type: Class Description: Used to represent Accounting Segment information for a group of vendors or a vendor. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Vendor(s) Associates is related to only ONE Company This item has the following properties: *** No properties defined *** Name: VendorContract Type: Class

Page 317: Entity Relationship Diagrams - Infor

Class Descriptions

313

Description: A binding, legal agreement, between two parties, identifying items available for purchase, prices, and effective dates for those prices. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is made up of ZERO or MORE VendorContractDetail(s) Associates is related to ZERO or MORE VendorQuote(s) Associates is related to only ONE Vendor This item has the following properties: *** No properties defined *** Name: VendorContractDetail Type: Class Description: A specific price negotiated for an item for a period of time. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE VendorContract Associates is related to ZERO or MORE PurchaseOrder(s) Associates is related to ZERO or ONE SupplierCalendar Associates is related to ZERO or MORE VendorSplitRule(s) Associates is related to only ONE Item outbound message is related to ZERO or MORE EdiReleaseHeader(s) Associates is related to ZERO or ONE ShippingPattern Associates is related to ZERO or ONE Manufacturer This item has the following properties: *** No properties defined *** Name: VendorHistory

Page 318: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

314

Type: Class Description: Recorded purchase order transaction information. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchasedItem Associates is related to only ONE Vendor Associates is related to ZERO or ONE Facility This item has the following properties: *** No properties defined *** Name: VendorInvoice Type: Class Description: Bill sent from a vendor to the company for the purchase of goods or services. This item is used on the following diagrams: SYSTEM.DAT System Environment LEDGER2.DAT Configurable Ledger - Subsystem Interfaces PAYABLES.DAT Supplier Management & Control - Payables This class has the following inheritance hierarchy: FinancialDocument This class is generalized by the following classes: RecurringInvoice VendorInvoiceDoc This class has the following associations: Associates is related to only ONE Vendor Associates is related to only ONE PayInstrument Associates is related to only ONE BankAccount Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to only ONE ProfitCenter Associates is related to ZERO or ONE DocumentPrefix Associates is made up of only ONE VendorInvoiceDistribution Associates is related to ZERO or ONE SubsystemHistory This item has the following properties:

Page 319: Entity Relationship Diagrams - Infor

Class Descriptions

315

FinancialDocument... *** No properties defined *** Name: VendorInvoiceDistribution Type: Class Description: Accounting distribution related to a bill sent from a vendor to the company for the purchase of goods or services. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE VendorInvoice Inbound is related to only ONE DispatchInvoiceLine This item has the following properties: *** No properties defined *** Name: VendorInvoiceDoc Type: Class Description: An invoice for products or services purchased from a vendor that is eligible for payment. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables ECM.DAT Electronic Commerce Management LEDGER2.DAT Configurable Ledger - Subsystem Interfaces This class has the following inheritance hierarchy: VendorInvoice FinancialDocument This class is never generalized (used as a super class). This class has the following associations: Associates is made up of ZERO or MORE VendorInvoiceTax(s) Associates is made up of ZERO or MORE VendorPoLines(s) Associates is made up of ZERO or MORE VendorInvoiceLine(s) Associates is related to ZERO or MORE VendorInvoicePayment(s) inbound is related to ZERO or ONE DispatchInvoice inbound is related to ZERO or ONE DispatchInvoiceOrder Associates

Page 320: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

316

is related to ZERO or MORE GoodsReceivedDetail(s) Associates is related to ZERO or MORE JournalEntry(s) Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: VendorInvoice... FinancialDocument... *** No properties defined *** Name: VendorInvoiceLine Type: Class Description: Details of vendor invoice. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE VendorInvoiceDoc inbound is related to ZERO or ONE DispatchInvoiceLine Associates is related to ZERO or MORE TradeFundCommitment(s) Associates is related to ZERO or MORE TFCommitment(s) This item has the following properties: *** No properties defined *** Name: VendorInvoicePayment Type: Class Description: A specific obligation (vendor invoice) covered (paid) by a specific payment. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is part of only ONE VendorPayment Associates is related to only ONE VendorInvoiceDoc This item has the following properties: *** No properties defined ***

Page 321: Entity Relationship Diagrams - Infor

Class Descriptions

317

Name: VendorInvoiceTax Type: Class Description: Tax liability associated with a vendor invoice. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE VendorInvoiceTaxPaid(s) Associates is related to only ONE TaxBody Associates is part of only ONE VendorInvoiceDoc This item has the following properties: *** No properties defined *** Name: VendorInvoiceTaxPaid Type: Class Description: Settlement of the tax liability associated with an invoice from a vendor. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE VendorInvoiceTax Associates is part of only ONE VendorPayment This item has the following properties: *** No properties defined *** Name: VendorPayAgreement Type: Class Description: Negotiated contract between a company and its vendor as to the bank and instrument that may be used to settle an amount due. This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE BankBranch Associates is related to only ONE Vendor

Page 322: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

318

Associates is related to ZERO or MORE Draft(s) Associates is related to ZERO or MORE PayInstrument(s) Associates is related to only ONE DraftTerms This item has the following properties: *** No properties defined *** Name: VendorPayment Type: Class Description: Settlement of an invoice from a vendor. This item is used on the following diagrams: LEDGER2.DAT Configurable Ledger - Subsystem Interfaces PAYABLES.DAT Supplier Management & Control - Payables This class has the following inheritance hierarchy: FinancialDocument This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE JournalEntry(s) Associates is made up of ZERO or MORE VendorInvoiceTaxPaid(s) Associates is made up of ZERO or MORE VendorInvoicePayment(s) Associates is related to only ONE BankAccount Associates is related to ZERO or ONE Draft Associates is related to only ONE Vendor Associates is related to ZERO or ONE SubsystemHistory This item has the following properties: FinancialDocument... *** No properties defined *** Name: VendorPoLines Type: Class Description: The quantity and amount paid of an invoice against a specific purchase order. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control PAYABLES.DAT Supplier Management & Control - Payables ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class).

Page 323: Entity Relationship Diagrams - Infor

Class Descriptions

319

This class has the following associations: Associates is part of only ONE VendorInvoiceDoc Associates is related to only ONE PurchaseOrderLine Inbound is related to only ONE DispatchInvoiceLine This item has the following properties: *** No properties defined *** Name: VendorQuote Type: Class Description: The determination of a price for a potential order. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE PurchasedItem Associates is related to only ONE Currency Associates is related to ZERO or ONE VendorContract Associates is related to only ONE Vendor Associates is related to ZERO or ONE Facility Associates is related to ZERO or ONE Manufacturer This item has the following properties: *** No properties defined *** Name: VendorSplitRule Type: Class Description: Rules for the allocation of one item's MRP generated requirements to a number of vendors. Persistent: TRUE This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE VendorContractDetail Associates is related to ZERO or MORE Vendor(s) This item has the following properties:

Page 324: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

320

*** No properties defined *** Name: VendorTerms Type: Class Description: Terms to determine when an Invoice is due. Persistent: TRUE This item is used on the following diagrams: PAYABLES.DAT Supplier Management & Control - Payables This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE Vendor(s) This item has the following properties: *** No properties defined *** Name: Warehouse Type: Class Description: A physical or logical group of stocking locations. This item is used on the following diagrams: INBOUND.DAT Supplier Management & Control ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics OUTBND.DAT Outbound Logistics Management SYSTEM.DAT System Environment PLANNING.DAT Planning & Forecasting INVENTRY.DAT Warehouse & Materials Management NOTES.DAT Notes Management ECM.DAT Electronic Commerce Management This class has the following inheritance hierarchy: PartnerEntity PurchaseAddress This class is generalized by the following classes: ManagedWarehouse This class has the following associations: Associates is part of only ONE Facility Associates is made up of ZERO or MORE Location(s) Associates is related to only ONE Company Associates is related to ZERO or MORE PurchaseOrderLine(s) Associates is related to ZERO or MORE PurchaseOrder(s) Associates is related to ZERO or MORE ShopOrder(s) Associates

Page 325: Entity Relationship Diagrams - Infor

Class Descriptions

321

is related to ZERO or MORE ForecastPeriod(s) Associates is related to ZERO or MORE MaterialRequirement(s) Associates is related to ZERO or MORE PlannedOrder(s) from is related to ZERO or MORE DistributionRelation(s) to is related to ZERO or MORE DistributionRelation(s) Associates is related to ZERO or MORE ShopOrderOperation(s) default is related to ZERO or MORE CustomerOrder(s) Associates is related to ZERO or MORE ShippingRoute(s) Associates is related to ZERO or MORE PerformanceMeasure(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE WarehouseRight(s) Associates is part of only ONE Facility Associates is related to ZERO or MORE Department(s) Associates is related to 1 to 13 PerfMeasurePeriod(s) Associates is related to ZERO or MORE FreightRate(s) Associates is related to ZERO or MORE Dock(s) Associates is related to ZERO or MORE WarehouseInventory(s) Associates is related to ZERO or MORE SystemWarehouseNote(s) Associates is related to ZERO or ONE Carrier Associates is related to ZERO or ONE MeansofTransport Associates is related to ZERO or MORE PartnerSpecialCharge(s) Associates is related to ZERO or MORE WarehousePickList(s) Associates is related to ZERO or MORE Load(s) Associates is related to ZERO or MORE PackagingStructure(s) Associates is related to ZERO or MORE DailyMaterialRequirement(s) This item has the following properties: PartnerEntity...

Page 326: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

322

PurchaseAddress... *** No properties defined *** Name: WarehouseInventory Type: Class Description: Provides stocking level and transaction balances for items within a warehouse. Persistent: TRUE This item is used on the following diagrams: INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse Associates is related to ZERO or MORE LocationInventory(s) Associates is related to only ONE Item This item has the following properties: *** No properties defined *** Name: WarehousePickList Type: Class Description: A document generated for the materials handler to locate and remove stock from a warehouse. This item is used on the following diagrams: OUTBND.DAT Outbound Logistics Management INVENTRY.DAT Warehouse & Materials Management ECM.DAT Electronic Commerce Management This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: ShopOrderAllocation CustomerAllocation This class has the following associations: Associates is related to 0 to 2 ShippingRoute(s) Associates is related to ZERO or ONE LoadHeader Associates is related to only ONE LocationInventory Associates is related to ZERO or ONE Container Associates is related to ZERO or ONE ItemPallet outbound is related to ZERO or ONE DispatchPick outbound

Page 327: Entity Relationship Diagrams - Infor

Class Descriptions

323

is related to ZERO or ONE DispatchPickLine Associates is related to only ONE Warehouse Associates is related to ZERO or ONE InventoryAllocation This item has the following properties: *** No properties defined *** Name: WarehouseRight Type: Class Description: Authorization for a user to access information and perform transactions for a specific warehouse. This item is used on the following diagrams: SYSTEM.DAT System Environment This class has the following inheritance hierarchy: Right This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Warehouse This item has the following properties: Right... *** No properties defined *** Name: WorkCenter Type: Class Description: A place within a facility where production work is performed and can be tracked for planning and scheduling. This item is used on the following diagrams: ENGRING.DAT Engineering Management PRODUCN.DAT Production & Logistics QUALITY.DAT Quality & Laboratory Management SYSTEM.DAT System Environment This is a root class (ie. not a generalization of a super class). This class is generalized by the following classes: CriticalWorkCenter This class has the following associations: Associates is related to only ONE ShopFloorCalendar Associates is related to ZERO or MORE assigned to(s) Associates is related to ZERO or MORE ShopOrderOperation(s) Associates is related to ZERO or MORE QAInstrument(s) Associates is related to ZERO or MORE Test(s) Associates

Page 328: Entity Relationship Diagrams - Infor

SSA ERPLX Entity Relationship Diagrams V8.3

324

is made up of ZERO or MORE Timelog(s) Associates is related to ZERO or MORE Sample(s) Associates is related to ZERO or MORE RememberedFileKey(s) Associates is related to ZERO or MORE ShopOrder(s) Associates is related to only ONE Department Associates is related to ZERO or MORE DetailedCapacityRequest(s) Associates is related to ZERO or MORE Machine(s) Associates is related to ZERO or MORE WorkCenterRunRate(s) Associates is related to ZERO or ONE Location Associates is related to ZERO or ONE Location This item has the following properties: *** No properties defined *** Name: WorkCenterRunRate Type: Class Description: The rate at which work can proceed through the work center. Persistent: TRUE This item is used on the following diagrams: PRODUCN.DAT Production & Logistics This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to ZERO or MORE ShopOrder(s) Associates is related to only ONE WorkCenter Associates is related to only ONE Item Associates is related to ZERO or MORE PlannedOrder(s) This item has the following properties: *** No properties defined *** Name: Zone Type: Class Description: A physical space defined by one or more locations. Persistent: TRUE This item is used on the following diagrams:

Page 329: Entity Relationship Diagrams - Infor

Class Descriptions

325

INVENTRY.DAT Warehouse & Materials Management This is a root class (ie. not a generalization of a super class). This class is never generalized (used as a super class). This class has the following associations: Associates is related to only ONE Area Associates is related to ONE or MORE ManagedLocation(s) Associates is related to ZERO or MORE CrossContamination(s) This item has the following properties: *** No properties defined ***