Best Of
Re: After Creating New Locator and Assign to Sub inventory Not able to fin Locator
Hi Ionut,
Very Grateful for Quick and Precise Answer , Point no 3 Is solve my problem it has Restriction check box check.
Appreciate your help.
Thanks
Altaf Shaikh
Re: After Creating New Locator and Assign to Sub inventory Not able to fin Locator
Hi Altaf,
Please find below a few points to check :
- Check Locator Setup (based on your post i assume this is fine)Ensure the locator is accurately defined for the correct Organization and Subinventory.
Go to: Inventory > Setup > Organizations > Locators
Make sure the Locator Type and attributes (such as Active, Enabled, etc.) are set properly. - Assign Locator to Subinventory (based on your post i assume this is fine Go to: Inventory > Setup > Organizations > Subinventories
Query the concerned subinventory.
In the Locators section, ensure your new locator appears and is checked as Enabled. - Subinventory Locator ControlCheck if the Subinventory uses Locator Control: Prespecified/Restricted/None.
If set to Prespecified or Restricted, only assigned locators will appear in LOV during transactions.
If None, no locator will be prompted.Make sure the subinventory is not set to None if you want to see locators. - Check Start Date/End DateConfirm that your locator's Start Date is today or earlier, and End Date is blank or in the future.
- Organization AccessEnsure that you have roles and organization access for the one where locators are defined
- Check Data in SQL
SELECT *
FROM MTL_ITEM_LOCATIONS
WHERE SUBINVENTORY_CODE = '&subinventory_code'
AND DESCRIPTION = '&locator_name';
If this returns no rows, your locator is not assigned properly.
7. Compile Value Sets and Flexfields (Stock Locators)
Check if Stock Locators flexfield is compiled successfully, you can try to unfreeze and freeze to trigger recompiling.
8. Validate other transactions like miscellaneous receipt into the newly created locator
If none of the above helps, you can raise a service request to look into it further.
Regards,
Ionut
Re: Decommit Inventory
Hi Naveen
Related to this , we don't use the lot control and use only the primary location.is there a way to decommit the stock from hard commit to soft commit.Any suggestion please?
sai
Re: Not Able to open any object Start Form/Report Design Aid
Try doing a get/advanced get for P9861 and P98220 and see if it makes any difference.
Re: API for mass transaction of Miscellaneous Receipts for Serial control enabled items.
Very useful information, Thanks Lonut
Re: API for mass transaction of Miscellaneous Receipts for Serial control enabled items.
Hi Qamar,
Thanks for following the correct approach to issue out the on hand prior to updating the serial attribute.
Regarding performing miscellaneous receipt with serial number in bulk, i recommend using Material Transactions Interface to do it.
You need to populate mtl_transactions_interface and mtl_serial_numbers_interface tables with the needed data, then launch the Inventory Transactions Manager (INCTCM) through the Interface Managers Window or wait for some time for it to process the records (customers usually have this manager scheduled to run every 5 minutes).
Please refer to the below note for sample scripts of inserting the data in the interface tables :
Sample WMS Open Interface Insert Scripts -- How To Insert Into Transaction Open Interface MTL_TRANSACTIONS_INTERFACE Table (Doc ID 357535.1)
Focus on Scenario 6: Misc. Receipt (with LPN and serial).
In case you do not use Warehouse Management or the organization is not WMS enabled, you can ignore populating the LPN columns.
Regards,
Ionut
Re: Is there a database client 19.27.0.0.250415 available?
To add to Anuj's response, if you need to apply the 19.27 patchset to the client for any reason, then download the Database Release Update and apply it to the 19.3 Client you installed or have.
Opatch will pick up that this is a CLIENT install and apply only the Client patches.
References:
Doc ID 19202504.9
Doc ID 1561792.2
Hope it helps!
Kindest regards
Roy
Re: Is there a database client 19.27.0.0.250415 available?
Hi,
Direct database client 19.27.0.0.250415 is not available.
You can download 19.3 client which is supported for all the latest and greatest db version.
You can refer the oracle notes (Doc ID 207303.1) for Client / Server Interoperability matrix details.
- To download the latest instant client you can refer below,
2. To download latest 19c client you can refer the below link,
Oracle Database 19c Client (19.3) for Microsoft Windows (32-bit)
NT_193000_client_home.zip or NT_193000_client.zip
LINUX_193000_client_home.zip or LINUX_193000_client.zip
Please note, For any further assistance, kindly create SR with oracle install team so that you will get all the step by step guidance.



