DBA Data[Home] [Help]

APPS.GMP_HORIZONTAL_PDR_PKG dependencies on MSC_ATP_PROC

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

1480: l_atp_qty_net(atp_counter) := total_supply - committed_demand;
1481:
1482: END LOOP;
1483:
1484: msc_atp_proc.atp_consume(l_atp_qty_net, g_num_of_buckets);
1485:
1486: FOR atp_counter IN 1..g_num_of_buckets LOOP
1487: add_to_plan(atp_counter, ATP_OFF, l_atp_qty_net(atp_counter));
1488: END LOOP;