DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 410: OE_delayed_requests_Pvt.log_request(

406: IF l_tax_calculation_event_code = 'BOOKING' THEN
407:
408: IF l_line_tbl(l_index).item_type_code not in ('INCLUDED', 'CONFIG') THEN
409:
410: OE_delayed_requests_Pvt.log_request(
411: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
412: p_entity_id => l_line_tbl(l_index).line_id,
413: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
414: p_requesting_entity_id => l_line_tbl(l_index).line_id,

Line 1334: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1330: IF l_debug_level > 0 THEN
1331: oe_debug_pub.add( 'EXP. ERROR IN OE_ORDER_BOOK.BOOK_ORDER' , 1 ) ;
1332: END IF;
1333: x_return_status := FND_API.G_RET_STS_ERROR;
1334: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1335: OE_MSG_PUB.Count_And_Get
1336: ( p_count => x_msg_count
1337: , p_data => x_msg_data
1338: );

Line 1345: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1341: IF l_debug_level > 0 THEN
1342: oe_debug_pub.add( 'UNEXP. ERROR IN OE_ORDER_BOOK.BOOK_ORDER' , 1 ) ;
1343: END IF;
1344: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1345: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1346: OE_MSG_PUB.Count_And_Get
1347: ( p_count => x_msg_count
1348: , p_data => x_msg_data
1349: );

Line 1356: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1352: IF l_debug_level > 0 THEN
1353: oe_debug_pub.add( 'OTHERS ERROR IN OE_ORDER_BOOK.BOOK_ORDER' , 1 ) ;
1354: END IF;
1355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1356: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1357: IF FND_MSG_PUB.Check_Msg_Level
1358: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1359: THEN
1360: OE_MSG_PUB.Add_Exc_Msg