DBA Data[Home] [Help]

APPS.WMS_WIP_XDOCK_PVT dependencies on WSH_INTERFACE

Line 74: l_shipping_attr wsh_interface.changedattributetabtype;

70: l_partial_alloc_qty NUMBER;
71: l_return_status VARCHAR2(1);
72: l_trip_stop_id NUMBER;
73: b_no_more_lines BOOLEAN;
74: l_shipping_attr wsh_interface.changedattributetabtype;
75: b_wip_not_fulfilled BOOLEAN;
76: l_msg_count NUMBER;
77: l_msg_data VARCHAR2(240);
78: --b_no_more_lines boolean;

Line 909: l_shipping_attr wsh_interface.changedattributetabtype;

905: l_demand_source_type NUMBER;
906: l_mso_header_id NUMBER; -- The MTL_SALES_ORDERS
907: --header ID, which should be derived from the OE header ID
908: -- and used for reservation queries.
909: l_shipping_attr wsh_interface.changedattributetabtype;
910: l_update_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
911: l_demand_info wsh_inv_delivery_details_v%ROWTYPE;
912: l_prim_qty NUMBER;
913: l_prim_uom VARCHAR2(3);