Uses the Component:LocatedLineType
Located Line
Table 6.35. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LocatedLineUIDID |
A unique identifier of the record. This value should have no business meaning and serves the purpose as the primary key in this component. | 1..1 | Field | udt:IdentifierType | |
ParentLocatedLineUIDID |
For a child LocatedLine, this value is equal to the LocatedLine.LocatedLineUID value of the parent LocatedLine. | 0..1 | Field | udt:IdentifierType | |
SupplyingPartyUIDID |
This field identifies the supplying party for the located line and must be equal to one of the SupplyingParties.Party.SupplyingPartyUID values. | 0..1 | Field | udt:IdentifierType | |
SupplyingPartyLocationUIDID |
The SupplyingPartyLocation.SupplyingPartyLocationUID of the supplying party's location. The combination of SupplyingPartyUID and SupplyingPartyLocationUID must equal one of the records in SupplyingPartyLocations. This field is only poplated when the LocatedLine has no child lines. | 0..1 | Field | udt:IdentifierType | |
RequestedLineUIDID |
Only populated for LocatedLine components that do not have a parent LocatedLine, this field represents the LineNumber of the RequestedLine for which the pricing/availability is for. Must be equal to one of the RequestedLine.LineNumber values. | 0..1 | Field | udt:IdentifierType | |
LineNumberString |
The number of the given Line Component within the document. LineNumbers are assigned by the sending system. | 0..1 | Field | qdt:StringType | |
PartsProductItem |
The business information common to all parts. | 1..1 | Component | PartsProductItemType | |
ItemQuantity |
Quantity of Part number. | 1..1 | Field | sqdt:QuantityType | |
DealerNetPriceAmount |
Dealer net price of the individual part for the quantity indicated. This is the dealer net price to the dealer. | 0..1 | Field | udt:AmountType | |
SuggestedRetailPriceAmount |
Suggested retail price of the individual part for the quantity indicated. This is the price that the manufacturer suggests the dealer sells the part for. | 0..1 | Field | udt:AmountType | |
AvailabilityStatusCode |
Indicates the status of the part at the supplying location. | 0..1 | Field | scl:AvailabilityStatusEnumeratedType | |
ChildLineReasonCode |
The reason this line has child lines. | 0..1 | Field | scl:ChildLineReasonCodeEnumeratedType | |
ChildLinePricingAppliesIndicator |
Identifies if the pricing of the child line(s) applies. | 0..1 | Field | udt:IndicatorType | |
LastSoldDate |
Last date this item was sold. | 0..1 | Field | udt:DateType | |
LastInventoryDate |
The last date inventory was updated for this part. | 0..1 | Field | udt:DateType | |
PriceDescription |
A textual description of price. | 0..1 | Field | udt:TextType | |
SupplierItemID |
Supplier identification of part on order. | 0..1 | Field | udt:IdentifierType | |
LineStatus |
Status information for a particular line. | 0..1 | Component | MinimumAcknowledgementStatusType | |
AlternateItemID |
An alternate identifier for an item or part in addition to the item number or part number. This may be a unique identifier used for a independent after market(non dealer) sales part. | 0..1 | Field | udt:IdentifierType | |
SupersedingPartNumberID |
Part number superseding this one. | 0..1 | Field | udt:IdentifierType | |
OvernightIndicator |
A flag which indicates if the part is available for overnight shipping. | 0..1 | Field | udt:IndicatorType | |
DealerToDealerTradePriceAmount |
The price for a dealer trade of a part. Dealer to Dealer Trade. | 0..1 | Field | udt:AmountType | |
CorePriceAmount |
The value of a used part if returned to the OEM for refurbishing. | 0..1 | Field | udt:AmountType | |
ShipDirectStandardServiceIndicator |
The ShipDirectStandardServiceIndicator indicates the ability for a facility to offer direct ship as a standard (and not exception) service. | 0..1 | Field | udt:IndicatorType | |
PartToBeReturnedIndicator |
Indicates whether or not the part should be returned or retained. | 0..1 | Field | udt:IndicatorType | |
QuantityAvailable |
The quantity the dealer has available for release from inventory. It is traditionally defined as Quantity On Hand minus reserved or encumbered parts. | 0..1 | Field | sqdt:QuantityType | |
QuantityOnHand |
The quantity of part currently in inventory. | 0..1 | Field | sqdt:QuantityType | |
EstimatedFreightCostAmount |
Is used to the describe the estimated cost of transporting the items or products being sold, produced or purchased. This amount is usually determined at the time the sales order is created and is quoted to the customer, before the actual shipping method, weight or number of units is known. This is also customarily known as a general Shipping and Handling charge. | 0..1 | Field | udt:AmountType | |
NumberOfPackages |
Enables OE to better communicate to dealers how packaged quantities will be provided. | 0..1 | Field | sqdt:QuantityType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.35. LocatedLine
<LocatedLine> <LocatedLineUIDID>......</LocatedLineUIDID> [1..1] <ParentLocatedLineUIDID>......</ParentLocatedLineUIDID> [0..1] <SupplyingPartyUIDID>......</SupplyingPartyUIDID> [0..1] <SupplyingPartyLocationUIDID>......</SupplyingPartyLocationUIDID> [0..1] <RequestedLineUIDID>......</RequestedLineUIDID> [0..1] <LineNumberString>......</LineNumberString> [0..1] <PartsProductItem>......</PartsProductItem> [1..1] <ItemQuantity>......</ItemQuantity> [1..1] <DealerNetPriceAmount>......</DealerNetPriceAmount> [0..1] <SuggestedRetailPriceAmount>......</SuggestedRetailPriceAmount> [0..1] <AvailabilityStatusCode>......</AvailabilityStatusCode> [0..1] <ChildLineReasonCode>......</ChildLineReasonCode> [0..1] <ChildLinePricingAppliesIndicator>......</ChildLinePricingAppliesIndicator> [0..1] <LastSoldDate>......</LastSoldDate> [0..1] <LastInventoryDate>......</LastInventoryDate> [0..1] <PriceDescription>......</PriceDescription> [0..1] <SupplierItemID>......</SupplierItemID> [0..1] <LineStatus>......</LineStatus> [0..1] <AlternateItemID>......</AlternateItemID> [0..1] <SupersedingPartNumberID>......</SupersedingPartNumberID> [0..1] <OvernightIndicator>......</OvernightIndicator> [0..1] <DealerToDealerTradePriceAmount>......</DealerToDealerTradePriceAmount> [0..1] <CorePriceAmount>......</CorePriceAmount> [0..1] <ShipDirectStandardServiceIndicator>......</ShipDirectStandardServiceIndicator> [0..1] <PartToBeReturnedIndicator>......</PartToBeReturnedIndicator> [0..1] <QuantityAvailable>......</QuantityAvailable> [0..1] <QuantityOnHand>......</QuantityOnHand> [0..1] <EstimatedFreightCostAmount>......</EstimatedFreightCostAmount> [0..1] <NumberOfPackages>......</NumberOfPackages> [0..1] </LocatedLine>