DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_ORDER_PVT

Line 2392: OE_Order_Pvt.Lines

2388: oe_debug_pub.add( 'validate desc flex:'||OE_GLOBALS.g_validate_desc_flex) ;
2389: END IF;
2390: l_validate_desc_flex := OE_GLOBALS.g_validate_desc_flex;
2391: OE_GLOBALS.g_validate_desc_flex := 'N';
2392: OE_Order_Pvt.Lines
2393: ( p_validation_level => FND_API.G_VALID_LEVEL_FULL
2394: ,p_control_rec => l_control_rec
2395: ,p_x_line_tbl => px_line_tbl
2396: ,p_x_old_line_tbl => lx_old_line_price_tbl

Line 7655: OE_Order_PVT.Process_Requests_And_Notify

7651: IF (oe_order_cache.g_header_rec.booked_flag = 'Y') Then
7652: l_process_ack := TRUE;
7653: END IF;
7654:
7655: OE_Order_PVT.Process_Requests_And_Notify
7656: ( p_process_requests => TRUE
7657: , p_notify => l_process_ack
7658: , p_process_ack => l_process_ack
7659: , x_return_status => x_return_status