DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on INV_RESERVATION_GLOBAL

Line 724: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

720: l_in_rec WSH_INTERFACE_EXT_GRP.detailInRecType;
721: l_out_Rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
722: l_api_version_number NUMBER := 1.0;
723:
724: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
725: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
726: l_organization_id NUMBER;
727: l_cur_rel_status VARCHAR2(1);
728:

Line 725: l_original_serial_number inv_reservation_global.serial_number_tbl_type;

721: l_out_Rec WSH_INTERFACE_EXT_GRP.detailOutRecType;
722: l_api_version_number NUMBER := 1.0;
723:
724: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
725: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
726: l_organization_id NUMBER;
727: l_cur_rel_status VARCHAR2(1);
728:
729: BEGIN

Line 866: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_rcv; -- receiving 27

862: --}}
863: l_rsv_rec.organization_id := l_organization_id;
864: l_rsv_rec.inventory_item_id := p_inventory_item_id;
865: l_rsv_rec.demand_source_line_detail := p_backorder_delivery_detail_id;
866: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_rcv; -- receiving 27
867:
868: IF (l_debug = 1) THEN
869: print_debug('Before calling inv_reservation_pvt.delete_reservation. ', l_module_name,1);
870: print_debug('p_api_version_number = '||l_api_version_number, l_module_name,1);