DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on MRP_GLOBALS

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

2918: -- p_kanban_card_rec_tbl(1).current_replnsh_cycle_id;
2919: -- l_flow_schedule_rec.scheduled_by := FND_API.G_MISS_NUM;
2920: l_flow_schedule_rec.kanban_card_id :=
2921: p_kanban_card_rec_tbl(l_order_count).kanban_card_id;
2922: l_flow_schedule_rec.operation := MRP_GLOBALS.G_OPR_CREATE;
2923:
2924: /* Requested by Liye Ma to add a new parameter p_explode_bom to this call
2925: to fix Flow Schedule Report bug 2147361
2926: Dependency: The signature change is in MRPPWFSS.pls 115.13 */