DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_FC_INTERFACE_PKG

Line 7464: l_freight_costs_all WSH_FC_INTERFACE_PKG.OMInterfaceCostTabType;

7460: l_summary VARCHAR2(3000);
7461: x_msg_count number;
7462: x_msg_data VARCHAR2(3000);
7463:
7464: l_freight_costs_all WSH_FC_INTERFACE_PKG.OMInterfaceCostTabType;
7465: l_ship_adj_line_all OE_Ship_Confirmation_Pub.Ship_Adj_Rec_Type;
7466: l_ship_adj_line OE_Ship_Confirmation_Pub.Ship_Adj_Rec_Type;
7467:
7468: l_total_count NUMBER:=0;

Line 7601: WSH_FC_INTERFACE_PKG.Process_Freight_Costs(

7597:
7598: -- calculate the charges for each stop
7599:
7600:
7601: WSH_FC_INTERFACE_PKG.Process_Freight_Costs(
7602: p_stop_id => l_stop_id,
7603: p_start_index => l_start_index,
7604: p_line_id_tbl => l_lines_tab,
7605: x_freight_costs_all => l_freight_costs_all,