procedure RetrieveConsumpItemTracking(ItemJnlLine: Record "Item Journal Line", var TempHandlingSpecification: Record "Tracking Specification" temporary): Boolean
[IntegrationEvent(False,False)]
local procedure OnRetrieveConsumpItemTrackingOnAfterSetFilters(var ReservationEntry: Record "Reservation Entry", ItemJournalLine: Record "Item Journal Line")
[IntegrationEvent(False,False)]
local procedure OnBeforeRetrieveSubcontrItemTracking(ItemJnlLine: Record "Item Journal Line", var TempHandlingSpecification: Record "Tracking Specification" temporary, var Result: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnRetrieveSubcontrItemTrackingOnBeforeCheckLastOperation(ProdOrderRoutingLine: Record "Prod. Order Routing Line", var IsLastOperation: Boolean)
[IntegrationEvent(False,False)]
local procedure OnRetrieveSubcontrItemTrackingOnAfterDeleteReservEntries(var TempHandlingSpecification: Record "Tracking Specification" temporary, var ReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterCollectPostedOutputEntries(ItemLedgerEntry: Record "Item Ledger Entry", var TempTrackingSpecification: Record "Tracking Specification" temporary)
[IntegrationEvent(False,False)]
local procedure OnBeforeSplitProdOrderLineForOutputPutAway(ProdOrderLine: Record "Prod. Order Line", var TempProdOrdLineTrackingBuff: Record "Prod. Ord. Line Tracking Buff." temporary, SplitUpToQtyBase: Decimal, var IsHandled: Boolean)