DBA Data[Home] [Help]

APPS.AHL_MM_CANNIBALIZATION_PVT dependencies on INV_RESERVATION_GLOBAL

Line 346: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_wip;

342: -- << need to call the one from Inventory Wrapper going to write in future>>
343: -- Get the Supply Workorer and Demand so details for wo - wo reservation
344:
345: l_rsv_rec.demand_source_line_detail := p_cannibalization_rec.demand_asm_id; --
346: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_wip;
347: l_rsv_rec.supply_source_header_id := l_get_wo_det.wip_entity_id; --WIP Entity Id;
348: l_rsv_rec.supply_source_line_id := l_cannibalization_sr_rec.incident_id; --SR Id to manage in UI;
349: l_rsv_rec.supply_source_line_detail := NULL;
350: l_rsv_rec.primary_reservation_quantity := 1;