DBA Data[Home] [Help]

APPS.MSC_HORIZONTAL_PLAN_SC dependencies on MSC_ATP_PROC

Line 1605: msc_atp_proc.atp_consume(l_atp_qty_net, g_num_of_buckets);

1601: l_atp_qty_net(atp_counter) := total_supply - committed_demand;
1602:
1603: END LOOP;
1604:
1605: msc_atp_proc.atp_consume(l_atp_qty_net, g_num_of_buckets);
1606:
1607: FOR atp_counter IN 1..g_num_of_buckets LOOP
1608: add_to_plan(atp_counter, ATP_OFF, l_atp_qty_net(atp_counter));
1609: END LOOP;