DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PVT dependencies on OE_ORDER_PVT

Line 214: OE_Order_PVT.Process_Order

210: IF g_debug_call > 0 THEN
211: G_DEBUG_MSG := G_DEBUG_MSG || '4,';
212: END IF;
213:
214: OE_Order_PVT.Process_Order
215: (
216: p_api_version_number => 1.0
217: , x_return_status => l_return_status
218: , x_msg_count => l_msg_count

Line 845: OE_Order_PVT.Process_Requests_And_Notify

841:
842: IF OE_GLOBALS.G_ASO_INSTALLED = 'Y' THEN
843:
844:
845: OE_Order_PVT.Process_Requests_And_Notify
846: ( p_process_requests => FALSE
847: , p_notify => TRUE
848: , p_process_ack => FALSE
849: , x_return_status => l_return_status

Line 2750: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER FOR MODEL LINE' , 3 ) ;

2746: l_line_tbl(l_top_model_index).ordered_quantity >
2747: l_line_tbl(l_top_model_index).shipped_quantity THEN
2748:
2749: IF l_debug_level > 0 THEN
2750: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER FOR MODEL LINE' , 3 ) ;
2751: END IF;
2752:
2753: -- Assign the first record of the table for process order for update
2754: -- of the ordered quantity.

Line 3479: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER ' , 3 ) ;

3475: -- 2. Create a new line with Shipping_Interfaced_Flag = 'Y'
3476: -- 3. Call Process Order to perform 1 and 2.
3477:
3478: IF l_debug_level > 0 THEN
3479: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER ' , 3 ) ;
3480: END IF;
3481: -- Assign the first record of the table for process order for update
3482: -- of the ordered quantity.
3483:

Line 5979: OE_Order_PVT.Process_Requests_And_Notify

5975: ELSE --pre-pack H
5976:
5977: IF OE_GLOBALS.G_ASO_INSTALLED = 'Y' THEN
5978:
5979: OE_Order_PVT.Process_Requests_And_Notify
5980: ( p_process_requests => FALSE
5981: , p_notify => TRUE
5982: , p_process_ack => FALSE
5983: , x_return_status => x_return_status