DBA Data[Home] [Help]

APPS.WMS_WIP_XDOCK_PVT dependencies on INV_RESERVATION_GLOBAL

Line 910: l_update_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

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);
914: l_sub VARCHAR2(10);

Line 921: l_dummy_sn inv_reservation_global.serial_number_tbl_type;

917: l_api_return_status VARCHAR2(1);
918: l_org_wide_res_id NUMBER;
919: l_qty_succ_reserved NUMBER;
920: l_msg_data VARCHAR2(2400);
921: l_dummy_sn inv_reservation_global.serial_number_tbl_type;
922: l_source_header_id NUMBER;
923: l_source_line_id NUMBER;
924: l_rev VARCHAR2(3);
925: -- Increased lot size to 80 Char - Mercy Thomas - B4625329