DBA Data[Home] [Help]

APPS.MSC_ATP_ALLOC dependencies on MSC_SATP_FUNC

Line 925: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);

921:
922: IF PG_DEBUG in ('Y', 'C') THEN
923: msc_sch_wb.atp_debug('Compute_Allocation_Details: ' || 'Adding infinite time fence date for demand class '|| l_all_dc_list_tab(l_index_counter));
924: END IF;
925: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);
926:
927: l_count := x_atp_period.Period_Start_Date.COUNT;
928:
929: x_atp_period.Demand_Class(l_count) := l_all_dc_list_tab(l_index_counter);

Line 1918: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);

1914: IF PG_DEBUG in ('Y', 'C') THEN
1915: msc_sch_wb.atp_debug('Compute_Allocation_Details: ' || 'Adding infinite time fence date for demand class '|| l_dc_list_tab(l_index_counter));
1916: END IF;
1917:
1918: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);
1919: l_count := x_atp_period.Period_Start_Date.COUNT;
1920:
1921: x_atp_period.Demand_Class(l_count) := l_dc_list_tab(l_index_counter);
1922: x_atp_period.Period_Start_Date(l_count) := p_infinite_time_fence_date;

Line 2925: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);

2921: -- IF p_infinite_time_fence_date IS NOT NULL THEN
2922: IF PG_DEBUG in ('Y', 'C') THEN
2923: msc_sch_wb.atp_debug('Compute_Allocation_Details: ' || 'Adding infinite time fence date for demand class '|| l_dc_list_tab(l_index_counter));
2924: END IF;
2925: MSC_SATP_FUNC.Extend_Atp_Period(x_atp_period, l_return_status);
2926:
2927: l_count := x_atp_period.Period_Start_Date.COUNT;
2928:
2929: x_atp_period.Demand_Class(l_count) := l_dc_list_tab(l_index_counter);

Line 4963: MSC_SATP_FUNC.Extend_Atp_Period(p_atp_period, l_return_status);

4959: -- Append unallocated records
4960: i := 1;
4961: WHILE (p_atp_period.demand_class(i) = p_atp_period.demand_class(1)) LOOP
4962: -- get data from 1st demand class
4963: MSC_SATP_FUNC.Extend_Atp_Period(p_atp_period, l_return_status);
4964: j := p_atp_period.Period_Start_Date.COUNT;
4965:
4966: p_atp_period.Demand_Class(j) := G_UNALLOCATED_DC;
4967: p_atp_period.Period_Start_Date(j) := p_atp_period.Period_Start_Date(i);