DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 417: OE_delayed_requests_Pvt.log_request(

413: IF l_tax_calculation_event_code = 'BOOKING' THEN
414:
415: IF l_line_tbl(l_index).item_type_code not in ('INCLUDED', 'CONFIG') THEN
416:
417: OE_delayed_requests_Pvt.log_request(
418: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
419: p_entity_id => l_line_tbl(l_index).line_id,
420: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
421: p_requesting_entity_id => l_line_tbl(l_index).line_id,

Line 466: OE_delayed_requests_Pvt.log_request(

462:
463: IF l_hdr_chg_count > 0 THEN
464:
465:
466: OE_delayed_requests_Pvt.log_request(
467: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
468: p_entity_id => l_header_rec.header_id,
469: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
470: p_requesting_entity_id => l_header_rec.header_id,

Line 523: OE_delayed_requests_Pvt.log_request

519: END IF;
520:
521: --OIP SUN ER changes
522: IF (NVL(FND_PROFILE.VALUE('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'),'N') ='Y') THEN
523: OE_delayed_requests_Pvt.log_request
524: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
525: p_entity_id => l_header_rec.header_id,
526: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
527: p_requesting_entity_id => l_header_rec.header_id,

Line 1416: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1412: IF l_debug_level > 0 THEN
1413: oe_debug_pub.add( 'EXP. ERROR IN OE_ORDER_BOOK.BOOK_ORDER' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
1414: END IF;
1415: x_return_status := FND_API.G_RET_STS_ERROR;
1416: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1417: OE_MSG_PUB.Count_And_Get
1418: ( p_count => x_msg_count
1419: , p_data => x_msg_data
1420: );

Line 1427: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1423: IF l_debug_level > 0 THEN
1424: oe_debug_pub.add( 'UNEXP. ERROR IN OE_ORDER_BOOK.BOOK_ORDER' ,0.5 ) ; -- debug level changed to 0.5 for bug 13435459
1425: END IF;
1426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1427: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1428: OE_MSG_PUB.Count_And_Get
1429: ( p_count => x_msg_count
1430: , p_data => x_msg_data
1431: );

Line 1438: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);

1434: IF l_debug_level > 0 THEN
1435: oe_debug_pub.add( 'OTHERS ERROR IN OE_ORDER_BOOK.BOOK_ORDER' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
1436: END IF;
1437: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1438: OE_Delayed_Requests_PVT.Clear_Request(l_return_status);
1439: IF FND_MSG_PUB.Check_Msg_Level
1440: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1441: THEN
1442: OE_MSG_PUB.Add_Exc_Msg