DBA Data[Home] [Help]

APPS.GMP_HORIZONTAL_PDR_PKG dependencies on MSC_ATP_PROC

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

1501: l_atp_qty_net(atp_counter) := total_supply - committed_demand;
1502:
1503: END LOOP;
1504:
1505: msc_atp_proc.atp_consume(l_atp_qty_net, g_num_of_buckets);
1506:
1507: FOR atp_counter IN 1..g_num_of_buckets LOOP
1508: add_to_plan(atp_counter, ATP_OFF, l_atp_qty_net(atp_counter));
1509: END LOOP;