DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_SHIPPING_INTEGRATION_PVT

Line 2784: OE_Shipping_Integration_PVT.Update_Shipping_From_OE

2780: l_update_shipping_index := p_update_shipping_tbl.NEXT(l_update_shipping_index);
2781:
2782: END LOOP;
2783:
2784: OE_Shipping_Integration_PVT.Update_Shipping_From_OE
2785: ( p_update_lines_tbl => l_update_lines_tbl,
2786: x_return_status => x_return_status);
2787:
2788:

Line 2889: OE_Shipping_Integration_PVT.Process_Ship_Confirm

2885: l_shipping_index := p_ship_confirmation_tbl.NEXT(l_shipping_index);
2886:
2887: END LOOP;
2888:
2889: OE_Shipping_Integration_PVT.Process_Ship_Confirm
2890: (
2891: p_process_id => l_process_id,
2892: p_process_type => p_process_type,
2893: x_return_status => x_return_status