DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 2563: OE_Shipping_Integration_PVT.Update_Shipping_From_OE

2559: l_update_shipping_index := p_update_shipping_tbl.NEXT(l_update_shipping_index);
2560:
2561: END LOOP;
2562:
2563: OE_Shipping_Integration_PVT.Update_Shipping_From_OE
2564: ( p_update_lines_tbl => l_update_lines_tbl,
2565: x_return_status => x_return_status);
2566:
2567:

Line 2668: OE_Shipping_Integration_PVT.Process_Ship_Confirm

2664: l_shipping_index := p_ship_confirmation_tbl.NEXT(l_shipping_index);
2665:
2666: END LOOP;
2667:
2668: OE_Shipping_Integration_PVT.Process_Ship_Confirm
2669: (
2670: p_process_id => l_process_id,
2671: p_process_type => p_process_type,
2672: x_return_status => x_return_status