DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_ORDER_PVT

Line 2399: OE_Order_Pvt.Lines

2395: oe_debug_pub.add( 'validate desc flex:'||OE_GLOBALS.g_validate_desc_flex) ;
2396: END IF;
2397: l_validate_desc_flex := OE_GLOBALS.g_validate_desc_flex;
2398: OE_GLOBALS.g_validate_desc_flex := 'N';
2399: OE_Order_Pvt.Lines
2400: ( p_validation_level => FND_API.G_VALID_LEVEL_FULL
2401: ,p_control_rec => l_control_rec
2402: ,p_x_line_tbl => px_line_tbl
2403: ,p_x_old_line_tbl => lx_old_line_price_tbl

Line 7958: OE_Order_PVT.Process_Requests_And_Notify

7954: IF (oe_order_cache.g_header_rec.booked_flag = 'Y') Then
7955: l_process_ack := TRUE;
7956: END IF;
7957:
7958: OE_Order_PVT.Process_Requests_And_Notify
7959: ( p_process_requests => TRUE
7960: , p_notify => l_process_ack
7961: , p_process_ack => l_process_ack
7962: , x_return_status => x_return_status