DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OE_ORDER_PVT

Line 1397: oe_debug_pub.ADD('Calling OE_Order_PVT.Process_Order to update the fulfilled quantity and fulfilled flag',2);

1393:
1394: END IF;
1395:
1396: /* Commented for performance changes.
1397: oe_debug_pub.ADD('Calling OE_Order_PVT.Process_Order to update the fulfilled quantity and fulfilled flag',2);
1398:
1399: OE_GLOBALS.G_RECURSION_MODE := 'Y';
1400: OE_Shipping_Integration_PVT.Call_Process_Order
1401: (

Line 1430: OE_Order_PVT.Process_Requests_And_Notify

1426: END IF;
1427: IF l_debug_level > 0 THEN
1428: OE_DEBUG_PUB.add('Cached header id: '||to_char(oe_order_cache.g_header_rec.header_id), 5);
1429: END IF;
1430: OE_Order_PVT.Process_Requests_And_Notify
1431: ( p_process_requests => FALSE
1432: , p_notify => TRUE
1433: , x_return_status => l_return_status
1434: , p_line_tbl => l_line_tbl

Line 1456: OE_ORDER_PVT.Process_Requests_and_Notify

1452: IF ( (OE_GLOBALS.G_ASO_INSTALLED = 'Y') OR
1453: ( NVL(FND_PROFILE.VALUE('ONT_DBI_INSTALLED'),'N') = 'Y') ) THEN
1454:
1455:
1456: OE_ORDER_PVT.Process_Requests_and_Notify
1457: (p_process_requests => FALSE
1458: ,p_notify => FALSE
1459: ,x_return_status => l_return_status
1460: ,p_line_tbl => l_line_tbl

Line 2326: OE_Order_PVT.Process_Requests_And_Notify

2322:
2323: /* Call Process Requests and Notify also since this does not call PO */
2324: /* p_notify will be seto False in this case as the Event Notification */
2325: /* framework does not look at this flag */
2326: OE_Order_PVT.Process_Requests_And_Notify
2327: (p_process_requests => FALSE
2328: ,p_notify => FALSE
2329: ,x_return_status => l_return_status
2330: ,p_line_tbl => l_line_tbl

Line 2351: OE_Order_PVT.Process_Requests_And_Notify

2347: END IF;
2348: IF l_debug_level > 0 THEN
2349: OE_DEBUG_PUB.add('Cached header id: '||to_char(oe_order_cache.g_header_rec.header_id), 5);
2350: END IF;
2351: OE_Order_PVT.Process_Requests_And_Notify
2352: ( p_process_requests => FALSE
2353: , p_notify => TRUE
2354: , x_return_status => l_return_status
2355: , p_line_tbl => l_line_tbl