DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_BULK_TYPES_GRP

Line 3422: l_delivery_detail_tbl WSH_BULK_TYPES_GRP.tbl_num;

3418:
3419:
3420: -- Define this recode type to pass to GMI_Shipping_Util.GMI_UPDATE_SHIPMENT_TXN api.
3421: -- HW OPMCONV. Removed all OPM local variables
3422: l_delivery_detail_tbl WSH_BULK_TYPES_GRP.tbl_num;
3423:
3424: e_line_error EXCEPTION;
3425: e_line_warning EXCEPTION;
3426: l_row_count NUMBER:=0;

Line 4947: l_detail_ids_tbl WSH_BULK_TYPES_GRP.tbl_num;

4943: AND st.batch_id = p_batch_id
4944: AND st.stop_location_id = dl.initial_pickup_location_id
4945: AND dg.delivery_id = dl.delivery_id;
4946:
4947: l_detail_ids_tbl WSH_BULK_TYPES_GRP.tbl_num;
4948: l_detail_ids_count NUMBER;
4949:
4950: --
4951:

Line 4995: l_picking_line_id_tbl WSH_BULK_TYPES_GRP.tbl_num;

4991: and wdl.pick_up_stop_id = wts.stop_id
4992: and wdd.ship_from_location_id = wts.stop_location_id
4993: and wts.batch_id = p_batch_id;
4994:
4995: l_picking_line_id_tbl WSH_BULK_TYPES_GRP.tbl_num;
4996:
4997: l_picking_lines_count NUMBER;
4998: l_num_warnings NUMBER := 0;
4999: -- bug 3588371