procedure TransferInventoryProfileFromProdOrderComponent(var InventoryProfile: Record "Inventory Profile", var ProdOrderComponent: Record "Prod. Order Component", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromProdOrderComponent(var InventoryProfile: Record "Inventory Profile", var ProdOrderComponent: Record "Prod. Order Component")
[IntegrationEvent(False,False)]
local procedure OnBeforeTransProdOrderCompToProfile(var InventoryProfile: Record "Inventory Profile", var Item: Record Item, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransProdOrderCompToProfileOnBeforeProcessLine(ProdOrderComp: Record "Prod. Order Component", var ShouldProcess: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransProdOrderCompToProfileOnBeforeInvProfileInsert(var InventoryProfile: Record "Inventory Profile", var Item: Record Item, var LineNo: Integer)