DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_PRICE_PVT

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

915: IF l_debug_level > 0 Then
916: SELECT hsecs INTO l_start_time from v$timer;
917: end if;
918:
919: OE_Bulk_Price_Pvt.Insert_Adjustments(p_batch_id, l_return_status);
920:
921: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
922: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
923: END IF;

Line 948: OE_Bulk_Price_Pvt.Price_Orders

944: IF l_debug_level > 0 Then
945: SELECT hsecs INTO l_start_time from v$timer;
946: end if;
947:
948: OE_Bulk_Price_Pvt.Price_Orders
949: (p_header_rec => G_HEADER_REC
950: ,x_return_status => l_return_status
951: ,p_process_tax => p_process_tax
952: );