DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 413: OE_Shipping_Integration_Pvt.Call_Process_Order

409: l_set_recursion := 'Y';
410:
411: END IF;
412:
413: OE_Shipping_Integration_Pvt.Call_Process_Order
414: (
415: p_line_tbl => l_split_line_tbl,
416: p_control_rec => l_control_rec,
417: x_return_status => l_return_status

Line 1088: OE_Shipping_Integration_PVT.Check_Shipment_Line(

1084: l_line_tbl(J).ship_tolerance_below := l_ship_tolerance_below_upd;
1085: l_notify := TRUE;
1086: END IF; /* need to update global picture */
1087:
1088: OE_Shipping_Integration_PVT.Check_Shipment_Line(
1089: p_line_rec => l_temp_line_tbl(1)
1090: , p_shipped_quantity => l_Shipped_Quantity
1091: , x_result_out => l_result_out
1092: );

Line 1161: OE_Shipping_Integration_PVT.Process_Ship_Confirm

1157: oe_debug_pub.add( 'TYPE/ID : '||L_SHIP_CONFIRM_TBL ( L_SHIP_CONFIRM_INDEX )
1158: .SHIP_CONFIRM_TYPE||'/'||L_SHIP_CONFIRM_TBL ( L_SHIP_CONFIRM_INDEX ) .TYPE_ID , 3 ) ;
1159: END IF;
1160:
1161: OE_Shipping_Integration_PVT.Process_Ship_Confirm
1162:
1163: (p_process_id => l_ship_confirm_tbl(l_ship_confirm_index).type_id,
1164: p_process_type => l_ship_confirm_tbl(l_ship_confirm_index).ship_confirm_type,
1165: x_return_status => l_return_status

Line 1876: OE_Shipping_Integration_Pvt.Call_Process_Order

1872: l_control_rec.validate_entity := FALSE;
1873: l_control_rec.check_security := FALSE;
1874:
1875:
1876: OE_Shipping_Integration_Pvt.Call_Process_Order
1877: ( p_line_tbl => l_split_line_tbl,
1878: p_process_requests => TRUE,
1879: p_control_rec => l_control_rec,
1880: x_return_status => l_return_status );

Line 2218: OE_Shipping_Integration_Pvt.Call_Process_Order

2214:
2215: l_control_rec.validate_entity := FALSE;
2216: l_control_rec.check_security := FALSE;
2217:
2218: OE_Shipping_Integration_Pvt.Call_Process_Order
2219: ( p_line_tbl => l_line_tbl,
2220: p_control_rec => l_control_rec,
2221: p_process_requests => TRUE,
2222: x_return_status => l_return_status);

Line 3664: OE_Shipping_Integration_Pvt.Call_Process_Order

3660: IF l_debug_level > 0 THEN
3661: oe_debug_pub.add('UPDATE SHIP SET ID '|| J,3);
3662: END IF;
3663:
3664: OE_Shipping_Integration_Pvt.Call_Process_Order
3665: ( p_line_tbl => l_set_tbl,
3666: p_control_rec => l_control_rec,
3667: x_return_status => l_return_status );
3668:

Line 5553: OE_Shipping_Integration_PVT.Check_Shipment_Line

5549: x_result_out := 'W';
5550: RAISE FND_API.G_EXC_ERROR;
5551: END IF;
5552:
5553: OE_Shipping_Integration_PVT.Check_Shipment_Line
5554: (
5555: p_line_rec => l_line_rec,
5556: x_result_out => l_tolerance_check
5557: );

Line 5589: OE_Shipping_Integration_PVT.Update_Shipping_From_OE

5585: l_update_lines_tbl(1).param5 := FND_API.G_TRUE;
5586: l_update_lines_tbl(1).request_type := OE_GLOBALS.G_OPR_UPDATE;
5587:
5588: --Step 4 : Call shipping integration
5589: OE_Shipping_Integration_PVT.Update_Shipping_From_OE
5590: (
5591: p_update_lines_tbl => l_update_lines_tbl,
5592: x_return_status => l_return_status
5593: );