DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MSC_ATP_PROC

Line 2957: print_debug('Calling MSC_ATP_PROC.ATP_Shipping_Lead_Time with session Id:'||l_session_id

2953: END IF;
2954: RAISE fnd_api.g_exc_error;
2955: END;
2956: IF G_TRACE_ON = 1 THEN
2957: print_debug('Calling MSC_ATP_PROC.ATP_Shipping_Lead_Time with session Id:'||l_session_id
2958: , l_proc_name
2959: , 9);
2960: END IF;
2961:

Line 2963: MSC_ATP_PROC.ATP_Shipping_Lead_Time (p_from_loc_id => l_from_location_id

2959: , 9);
2960: END IF;
2961:
2962: MSC_SCH_WB.set_session_id(l_session_id);
2963: MSC_ATP_PROC.ATP_Shipping_Lead_Time (p_from_loc_id => l_from_location_id
2964: ,p_to_customer_site_id => p_to_customer_site_id
2965: ,p_session_id => l_session_id
2966: ,x_ship_method => l_ship_method
2967: ,x_intransit_time => l_intransit_time

Line 2972: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with unexpected error returning message: ' || l_msg_data

2968: ,x_return_status => l_return_status
2969: );
2970: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2971: IF G_TRACE_ON = 1 THEN
2972: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with unexpected error returning message: ' || l_msg_data
2973: , l_proc_name
2974: , 9);
2975: END IF;
2976: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2979: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with expected error returning message: ' || l_msg_data

2975: END IF;
2976: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2977: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2978: IF G_TRACE_ON = 1 THEN
2979: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with expected error returning message: ' || l_msg_data
2980: , l_proc_name
2981: , 9);
2982: END IF;
2983: RAISE FND_API.G_EXC_ERROR;

Line 2987: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time returned success with Intransit Time '|| l_intransit_time

2983: RAISE FND_API.G_EXC_ERROR;
2984: ELSE
2985: x_intransit_time := NVL(l_intransit_time,0) ;
2986: IF G_TRACE_ON = 1 THEN
2987: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time returned success with Intransit Time '|| l_intransit_time
2988: , l_proc_name
2989: , 9);
2990: END IF;
2991: END IF;