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 843: OE_Order_PVT.Process_Requests_And_Notify

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

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

2734: l_line_tbl(l_top_model_index).ordered_quantity >
2735: l_line_tbl(l_top_model_index).shipped_quantity THEN
2736:
2737: IF l_debug_level > 0 THEN
2738: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER FOR MODEL LINE' , 3 ) ;
2739: END IF;
2740:
2741: -- Assign the first record of the table for process order for update
2742: -- of the ordered quantity.

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

3463: -- 2. Create a new line with Shipping_Interfaced_Flag = 'Y'
3464: -- 3. Call Process Order to perform 1 and 2.
3465:
3466: IF l_debug_level > 0 THEN
3467: oe_debug_pub.add( 'CALLING OE_ORDER_PVT.PROCESS_ORDER ' , 3 ) ;
3468: END IF;
3469: -- Assign the first record of the table for process order for update
3470: -- of the ordered quantity.
3471:

Line 5954: OE_Order_PVT.Process_Requests_And_Notify

5950: ELSE --pre-pack H
5951:
5952: IF OE_GLOBALS.G_ASO_INSTALLED = 'Y' THEN
5953:
5954: OE_Order_PVT.Process_Requests_And_Notify
5955: ( p_process_requests => FALSE
5956: , p_notify => TRUE
5957: , p_process_ack => FALSE
5958: , x_return_status => x_return_status