DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on INV_RESERVATION_GLOBAL

Line 736: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

732: --l_out_Rec WSH_INTERFACE_EXT_GRP.detailOutRecType;-commenting for bug 12976135
733: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;--added for bug 12976135
734: l_api_version_number NUMBER := 1.0;
735:
736: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
737: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
738: l_organization_id NUMBER;
739: l_cur_rel_status VARCHAR2(1);
740:

Line 737: l_original_serial_number inv_reservation_global.serial_number_tbl_type;

733: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;--added for bug 12976135
734: l_api_version_number NUMBER := 1.0;
735:
736: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
737: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
738: l_organization_id NUMBER;
739: l_cur_rel_status VARCHAR2(1);
740:
741: BEGIN

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

897: --}}
898: l_rsv_rec.organization_id := l_organization_id;
899: l_rsv_rec.inventory_item_id := p_inventory_item_id;
900: l_rsv_rec.demand_source_line_detail := p_backorder_delivery_detail_id;
901: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_rcv; -- receiving 27
902:
903: IF (l_debug = 1) THEN
904: print_debug('Before calling inv_reservation_pvt.delete_reservation. ', l_module_name,1);
905: print_debug('p_api_version_number = '||l_api_version_number, l_module_name,1);