DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on QP_UTIL_PUB

Line 687: IF G_PRICING_NEEDED = 'Y' AND QP_UTIL_PUB.Hvop_Pricing_Setup = 'Y'

683: IF l_debug_level > 0 Then
684: SELECT hsecs INTO l_start_time from v$timer;
685: end if;
686:
687: IF G_PRICING_NEEDED = 'Y' AND QP_UTIL_PUB.Hvop_Pricing_Setup = 'Y'
688: AND NOT G_CATCHWEIGHT THEN --bug 3798477
689: IF l_debug_level > 0 THEN
690: oe_debug_pub.add('before calling OE_BULK_PRICEORDER_PVT.Price_Orders');
691: END IF;