procedure TransferInventoryProfileFromPlanComponent(var InventoryProfile: Record "Inventory Profile", var PlanningComponent: Record "Planning Component", var TrackingReservationEntry: Record "Reservation Entry")
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProfileFromPlanningComponent(var InventoryProfile: Record "Inventory Profile", var PlanningComponent: Record "Planning Component")
[IntegrationEvent(False,False)]
local procedure OnBeforeTransPlanningCompToProfile(var InventoryProfile: Record "Inventory Profile", var Item: Record Item, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnTransPlanningCompToProfileOnBeforeInventoryProfileInsert(var InventoryProfile: Record "Inventory Profile", var Item: Record Item, var LineNo: Integer)
[IntegrationEvent(False,False)]
local procedure OnTransferInventoryProfileFromPlamComponentByRefOrderType(var InventoryProfile: Record "Inventory Profile", PlanningComponent: Record "Planning Component")
[IntegrationEvent(False,False)]
local procedure OnTransferToTrackingEntrySourceTypeElseCaseOnSetSource(var InventoryProfile: Record "Inventory Profile", var ReservationEntry: Record "Reservation Entry", var RequisitionLine: Record "Requisition Line")