DBA Data[Home] [Help]

APPS.OE_ADV_ITEM_SEARCH_PVT dependencies on OE_ORDER_PVT

Line 66: oe_order_pvt.lines

62: oe_debug_pub.add('No of Items Selected in Advanced Search : ' || To_char(l_index - 1), 1);
63:
64: IF l_index > 1 THEN
65:
66: oe_order_pvt.lines
67: ( p_validation_level => fnd_api.g_valid_level_none
68: , p_control_rec => l_control_rec
69: , p_x_line_tbl => l_line_tbl
70: , p_x_old_line_tbl => l_old_line_tbl

Line 80: OE_ORDER_PVT.Process_Requests_And_notify

76: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
77: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
78: END IF;
79:
80: OE_ORDER_PVT.Process_Requests_And_notify
81: ( p_process_requests => TRUE
82: , p_notify => TRUE
83: , x_return_status => l_return_status
84: , p_line_tbl => l_line_tbl