DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on INV_MINMAX_PVT

Line 1: PACKAGE BODY INV_Minmax_PVT AS

1: PACKAGE BODY INV_Minmax_PVT AS
2: /* $Header: INVVMMXB.pls 120.12.12010000.2 2008/07/29 13:48:48 ptkumar ship $ */
3:
4: --
5: -- Replenishment Move Order Consolidation

Line 3383: print_debug('INV_Minmax_PVT.get_lead_time failed with unexpected error returning message: ' || l_msg_data

3379:
3380:
3381: IF l_ret_stat = FND_API.G_RET_STS_ERROR THEN
3382: IF G_TRACE_ON = 1 THEN
3383: print_debug('INV_Minmax_PVT.get_lead_time failed with unexpected error returning message: ' || l_msg_data
3384: , l_proc_name
3385: , 9);
3386: END IF;
3387: RAISE requisition_exc;

Line 3390: print_debug('INV_Minmax_PVT.get_lead_time failed with expected error returning message: ' || l_msg_data

3386: END IF;
3387: RAISE requisition_exc;
3388: ELSIF l_ret_stat = FND_API.G_RET_STS_UNEXP_ERROR THEN
3389: IF G_TRACE_ON = 1 THEN
3390: print_debug('INV_Minmax_PVT.get_lead_time failed with expected error returning message: ' || l_msg_data
3391: , l_proc_name
3392: , 9);
3393: END IF;
3394: RAISE requisition_exc;

Line 3397: print_debug('INV_Minmax_PVT.get_lead_time returned success with Intransit Time and Scheduled Ship Date '|| l_intransit_time ||' and '||l_scheduled_ship_date

3393: END IF;
3394: RAISE requisition_exc;
3395: ELSE
3396: IF G_TRACE_ON = 1 THEN
3397: print_debug('INV_Minmax_PVT.get_lead_time returned success with Intransit Time and Scheduled Ship Date '|| l_intransit_time ||' and '||l_scheduled_ship_date
3398: , l_proc_name
3399: , 9);
3400: END IF;
3401: --

Line 4563: END INV_Minmax_PVT;

4559: END get_loaded_qty;
4560:
4561: /* nsinghi MIN-MAX INVCONV end */
4562:
4563: END INV_Minmax_PVT;