DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_ORDER_PVT

Line 489: OE_Order_PVT.Process_Requests_And_Notify

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

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

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

Line 2991: OE_Order_PVT.Process_Requests_And_Notify

2987: ELSE
2988: l_process_requests := TRUE;
2989: END IF;
2990:
2991: OE_Order_PVT.Process_Requests_And_Notify
2992: ( p_process_requests => l_process_requests
2993: ,p_notify => TRUE
2994: ,p_line_tbl => p_x_line_tbl
2995: ,p_old_line_tbl => p_old_line_tbl