DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on MRP_LINE_SCHEDULE_ALGORITHM

Line 584: l_op_comp_date := MRP_LINE_SCHEDULE_ALGORITHM.calculate_begin_time(

580: Get_Operation_Times(l_Network_Rec.to_op_seq_id, l_takt_time);
581: END LOOP;
582:
583: -- Operation completion time
584: l_op_comp_date := MRP_LINE_SCHEDULE_ALGORITHM.calculate_begin_time(
585: p_organization_id,
586: p_assembly_comp_date,
587: l_operation_times / l_working_hours,
588: l_start_time,

Line 598: l_op_start_date := MRP_LINE_SCHEDULE_ALGORITHM.calculate_begin_time(

594: WHERE inventory_item_id = p_assembly_item_id
595: AND organization_id = p_organization_id;
596:
597: -- Operation Start time
598: l_op_start_date := MRP_LINE_SCHEDULE_ALGORITHM.calculate_begin_time(
599: p_organization_id,
600: l_op_comp_date,
601: l_lead_time,
602: l_start_time,