DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_FC_INTERFACE_PKG

Line 5935: l_freight_costs_all WSH_FC_INTERFACE_PKG.OMInterfaceCostTabType;

5931: l_summary VARCHAR2(3000);
5932: x_msg_count number;
5933: x_msg_data VARCHAR2(3000);
5934:
5935: l_freight_costs_all WSH_FC_INTERFACE_PKG.OMInterfaceCostTabType;
5936: l_ship_adj_line_all OE_Ship_Confirmation_Pub.Ship_Adj_Rec_Type;
5937: l_ship_adj_line OE_Ship_Confirmation_Pub.Ship_Adj_Rec_Type;
5938:
5939: l_total_count NUMBER:=0;

Line 6072: WSH_FC_INTERFACE_PKG.Process_Freight_Costs(

6068:
6069: -- calculate the charges for each stop
6070:
6071:
6072: WSH_FC_INTERFACE_PKG.Process_Freight_Costs(
6073: p_stop_id => l_stop_id,
6074: p_start_index => l_start_index,
6075: p_line_id_tbl => l_lines_tab,
6076: x_freight_costs_all => l_freight_costs_all,