DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_ORDER_PVT

Line 491: OE_Order_PVT.Process_Requests_And_Notify

487: ELSIF x_return_status = FND_API.G_RET_STS_ERROR THEN
488: RAISE FND_API.G_EXC_ERROR;
489: END IF;
490:
491: OE_Order_PVT.Process_Requests_And_Notify
492: ( x_return_status => x_return_status);
493:
494: IF l_debug_level > 0 THEN
495: oe_debug_pub.add( '1 RETURN_STATUS IS ' || X_RETURN_STATUS , 1 ) ;

Line 906: It is passed only so that we pass it on the oe_order_pvt.lines

902: 5) schedule_arrival_date
903:
904: NOTE:
905: The l_old_line_tbl is not doing any role in this proceudre.
906: It is passed only so that we pass it on the oe_order_pvt.lines
907: and avoid lines procedure querying all the same lines again.
908: This is same with Schedule_SMC and Schedule_NONSMC also.
909: Also we do not do any setting on the l_control_rec.
910:

Line 2813: OE_Order_PVT.Process_Requests_And_Notify

2809: ,p_caller => p_caller);
2810:
2811: /* Start - Bug 12613382 */
2812: -- Call PRN explicitly to refresh global tables with correct picture
2813: OE_Order_PVT.Process_Requests_And_Notify
2814: ( p_process_requests => FALSE
2815: , p_notify => FALSE
2816: , p_line_tbl => p_x_line_tbl
2817: , p_old_line_tbl => p_old_line_tbl

Line 3078: OE_Order_PVT.Process_Requests_And_Notify

3074: ELSE
3075: l_process_requests := TRUE;
3076: END IF;
3077:
3078: OE_Order_PVT.Process_Requests_And_Notify
3079: ( p_process_requests => l_process_requests
3080: ,p_notify => TRUE
3081: ,p_line_tbl => p_x_line_tbl
3082: ,p_old_line_tbl => p_old_line_tbl