DBA Data[Home] [Help]

APPS.OE_SERVICE_UTIL dependencies on OE_ORDER_PVT

Line 2996: -- Call OE_Order_PVT.Process_order

2992: IF l_debug_level > 0 THEN
2993: oe_debug_pub.add( 'CALLING PROCESS ORDER' , 1 ) ;
2994: END IF;
2995:
2996: -- Call OE_Order_PVT.Process_order
2997:
2998: OE_ORDER_PVT.Lines
2999: (P_validation_level => FND_API.G_VALID_LEVEL_NONE
3000: ,p_control_rec => l_control_rec

Line 2998: OE_ORDER_PVT.Lines

2994: END IF;
2995:
2996: -- Call OE_Order_PVT.Process_order
2997:
2998: OE_ORDER_PVT.Lines
2999: (P_validation_level => FND_API.G_VALID_LEVEL_NONE
3000: ,p_control_rec => l_control_rec
3001: ,p_x_line_tbl => l_line_tbl
3002: ,p_x_old_line_tbl => l_old_line_tbl

Line 3019: OE_ORDER_PVT.Process_Requests_And_notify

3015: END IF;
3016:
3017: /* jolin start: comment out nocopy for notification project
3018:
3019: OE_ORDER_PVT.Process_Requests_And_notify
3020: ( p_process_requests => FALSE
3021: ,p_notify => TRUE
3022: ,x_return_status => l_return_status
3023: ,p_line_tbl => l_line_tbl