DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_PRICE_PVT

Line 878: OE_Bulk_Price_Pvt.Insert_Adjustments(p_batch_id, l_return_status);

874: IF l_debug_level > 0 Then
875: SELECT hsecs INTO l_start_time from v$timer;
876: end if;
877:
878: OE_Bulk_Price_Pvt.Insert_Adjustments(p_batch_id, l_return_status);
879:
880: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
881: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
882: END IF;

Line 907: OE_Bulk_Price_Pvt.Price_Orders

903: IF l_debug_level > 0 Then
904: SELECT hsecs INTO l_start_time from v$timer;
905: end if;
906:
907: OE_Bulk_Price_Pvt.Price_Orders
908: (p_header_rec => G_HEADER_REC
909: ,x_return_status => l_return_status
910: ,p_process_tax => p_process_tax
911: );