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.17.12020000.3 2013/01/04 20:38:30 cbyrappa ship $ */
3:
4: --
5: -- Replenishment Move Order Consolidation

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

3389:
3390:
3391: IF l_ret_stat = FND_API.G_RET_STS_ERROR THEN
3392: IF G_TRACE_ON = 1 THEN
3393: print_debug('INV_Minmax_PVT.get_lead_time failed with unexpected error returning message: ' || l_msg_data
3394: , l_proc_name
3395: , 9);
3396: END IF;
3397: RAISE requisition_exc;

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

3396: END IF;
3397: RAISE requisition_exc;
3398: ELSIF l_ret_stat = FND_API.G_RET_STS_UNEXP_ERROR THEN
3399: IF G_TRACE_ON = 1 THEN
3400: print_debug('INV_Minmax_PVT.get_lead_time failed with expected error returning message: ' || l_msg_data
3401: , l_proc_name
3402: , 9);
3403: END IF;
3404: RAISE requisition_exc;

Line 3407: 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

3403: END IF;
3404: RAISE requisition_exc;
3405: ELSE
3406: IF G_TRACE_ON = 1 THEN
3407: 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
3408: , l_proc_name
3409: , 9);
3410: END IF;
3411: --

Line 4608: END INV_Minmax_PVT;

4604: END get_item_uom_code;
4605:
4606: /* nsinghi MIN-MAX INVCONV end */
4607:
4608: END INV_Minmax_PVT;