DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OE_ORDER_PVT

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

1312:
1313: END IF;
1314:
1315: /* Commented for performance changes.
1316: oe_debug_pub.ADD('Calling OE_Order_PVT.Process_Order to update the fulfilled quantity and fulfilled flag',2);
1317:
1318: OE_GLOBALS.G_RECURSION_MODE := 'Y';
1319: OE_Shipping_Integration_PVT.Call_Process_Order
1320: (

Line 1349: OE_Order_PVT.Process_Requests_And_Notify

1345: END IF;
1346: IF l_debug_level > 0 THEN
1347: OE_DEBUG_PUB.add('Cached header id: '||to_char(oe_order_cache.g_header_rec.header_id), 5);
1348: END IF;
1349: OE_Order_PVT.Process_Requests_And_Notify
1350: ( p_process_requests => FALSE
1351: , p_notify => TRUE
1352: , x_return_status => l_return_status
1353: , p_line_tbl => l_line_tbl

Line 1375: OE_ORDER_PVT.Process_Requests_and_Notify

1371: IF ( (OE_GLOBALS.G_ASO_INSTALLED = 'Y') OR
1372: ( NVL(FND_PROFILE.VALUE('ONT_DBI_INSTALLED'),'N') = 'Y') ) THEN
1373:
1374:
1375: OE_ORDER_PVT.Process_Requests_and_Notify
1376: (p_process_requests => FALSE
1377: ,p_notify => FALSE
1378: ,x_return_status => l_return_status
1379: ,p_line_tbl => l_line_tbl

Line 2204: OE_Order_PVT.Process_Requests_And_Notify

2200:
2201: /* Call Process Requests and Notify also since this does not call PO */
2202: /* p_notify will be seto False in this case as the Event Notification */
2203: /* framework does not look at this flag */
2204: OE_Order_PVT.Process_Requests_And_Notify
2205: (p_process_requests => FALSE
2206: ,p_notify => FALSE
2207: ,x_return_status => l_return_status
2208: ,p_line_tbl => l_line_tbl

Line 2229: OE_Order_PVT.Process_Requests_And_Notify

2225: END IF;
2226: IF l_debug_level > 0 THEN
2227: OE_DEBUG_PUB.add('Cached header id: '||to_char(oe_order_cache.g_header_rec.header_id), 5);
2228: END IF;
2229: OE_Order_PVT.Process_Requests_And_Notify
2230: ( p_process_requests => FALSE
2231: , p_notify => TRUE
2232: , x_return_status => l_return_status
2233: , p_line_tbl => l_line_tbl