DBA Data[Home] [Help]

APPS.FLM_CREATE_PRODUCT_SYNCH dependencies on MRP_GLOBALS

Line 568: l_control_rec MRP_GLOBALS.Control_Rec_Type := MRP_GLOBALS.G_MISS_CONTROL_REC;

564: l_flow_schedule_rec MRP_Flow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type;
565: l_x_flow_schedule_rec MRP_Flow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type;
566: l_old_flow_schedule_rec
567: MRP_Flow_Schedule_PVT.Flow_Schedule_PVT_Rec_Type;
568: l_control_rec MRP_GLOBALS.Control_Rec_Type := MRP_GLOBALS.G_MISS_CONTROL_REC;
569: l_return_status VARCHAR2(1);
570: l_msg_count NUMBER;
571: l_msg_data VARCHAR2(240);
572:

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

705: l_flow_schedule_rec.scheduled_completion_date);
706:
707: l_flow_schedule_rec.synch_schedule_num := var_schedule_number;
708: l_flow_schedule_rec.synch_operation_seq_num := var_comp_tbl(var_current_row).operation_seq_num;
709: l_flow_schedule_rec.operation := MRP_GLOBALS.G_OPR_CREATE;
710:
711: -- check if build sequence exists for same line, org,
712: -- component combination from wip_flow_schedules
713: var_count := 0;