DBA Data[Home] [Help]

APPS.MSC_HORIZONTAL_PLAN_SC dependencies on MSC_ATP_PROC

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

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