DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MSC_ATP_PROC

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

2963: END IF;
2964: RAISE fnd_api.g_exc_error;
2965: END;
2966: IF G_TRACE_ON = 1 THEN
2967: print_debug('Calling MSC_ATP_PROC.ATP_Shipping_Lead_Time with session Id:'||l_session_id
2968: , l_proc_name
2969: , 9);
2970: END IF;
2971:

Line 2973: MSC_ATP_PROC.ATP_Shipping_Lead_Time (p_from_loc_id => l_from_location_id

2969: , 9);
2970: END IF;
2971:
2972: MSC_SCH_WB.set_session_id(l_session_id);
2973: MSC_ATP_PROC.ATP_Shipping_Lead_Time (p_from_loc_id => l_from_location_id
2974: ,p_to_customer_site_id => p_to_customer_site_id
2975: ,p_session_id => l_session_id
2976: ,x_ship_method => l_ship_method
2977: ,x_intransit_time => l_intransit_time

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

2978: ,x_return_status => l_return_status
2979: );
2980: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2981: IF G_TRACE_ON = 1 THEN
2982: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with unexpected error returning message: ' || l_msg_data
2983: , l_proc_name
2984: , 9);
2985: END IF;
2986: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

2985: END IF;
2986: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2987: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2988: IF G_TRACE_ON = 1 THEN
2989: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time failed with expected error returning message: ' || l_msg_data
2990: , l_proc_name
2991: , 9);
2992: END IF;
2993: RAISE FND_API.G_EXC_ERROR;

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

2993: RAISE FND_API.G_EXC_ERROR;
2994: ELSE
2995: x_intransit_time := NVL(l_intransit_time,0) ;
2996: IF G_TRACE_ON = 1 THEN
2997: print_debug('MSC_ATP_PROC.ATP_Shipping_Lead_Time returned success with Intransit Time '|| l_intransit_time
2998: , l_proc_name
2999: , 9);
3000: END IF;
3001: END IF;