DBA Data[Home] [Help]

APPS.OE_SERVICE_UTIL dependencies on OE_ORDER_PVT

Line 3042: -- Call OE_Order_PVT.Process_order

3038: IF l_debug_level > 0 THEN
3039: oe_debug_pub.add( 'CALLING PROCESS ORDER' , 1 ) ;
3040: END IF;
3041:
3042: -- Call OE_Order_PVT.Process_order
3043:
3044: OE_ORDER_PVT.Lines
3045: (P_validation_level => FND_API.G_VALID_LEVEL_NONE
3046: ,p_control_rec => l_control_rec

Line 3044: OE_ORDER_PVT.Lines

3040: END IF;
3041:
3042: -- Call OE_Order_PVT.Process_order
3043:
3044: OE_ORDER_PVT.Lines
3045: (P_validation_level => FND_API.G_VALID_LEVEL_NONE
3046: ,p_control_rec => l_control_rec
3047: ,p_x_line_tbl => l_line_tbl
3048: ,p_x_old_line_tbl => l_old_line_tbl

Line 3065: OE_ORDER_PVT.Process_Requests_And_notify

3061: END IF;
3062:
3063: /* jolin start: comment out nocopy for notification project
3064:
3065: OE_ORDER_PVT.Process_Requests_And_notify
3066: ( p_process_requests => FALSE
3067: ,p_notify => TRUE
3068: ,x_return_status => l_return_status
3069: ,p_line_tbl => l_line_tbl