DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on MRP_GLOBALS

Line 2540: l_flow_schedule_rec.operation := MRP_GLOBALS.G_OPR_CREATE;

2536: -- p_kanban_card_rec_tbl(1).current_replnsh_cycle_id;
2537: -- l_flow_schedule_rec.scheduled_by := FND_API.G_MISS_NUM;
2538: l_flow_schedule_rec.kanban_card_id :=
2539: p_kanban_card_rec_tbl(l_order_count).kanban_card_id;
2540: l_flow_schedule_rec.operation := MRP_GLOBALS.G_OPR_CREATE;
2541:
2542: /* Requested by Liye Ma to add a new parameter p_explode_bom to this call
2543: to fix Flow Schedule Report bug 2147361
2544: Dependency: The signature change is in MRPPWFSS.pls 115.13 */