Unable To Create Stock Locators By Using INV_LOC_WMS_PUB.CREATE_LOCATOR
(Doc ID 1600311.1)
Last updated on SEPTEMBER 07, 2021
Applies to:
Oracle Inventory Management - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
On : 12.1.3 version, Setup of orgs, subs, locators
When attempting to create a new locator with INV_LOC_WMS_PUB.CREATE_LOCATOR API, the following error occurs.
ERROR
x_return_status = U
'Could not create locator.'
Additional information:
The API appears to fail in this part of code:
l_keystat_val :=
fnd_flex_keyval.validate_segs(
operation => 'CREATE_COMB_NO_AT'
, appl_short_name => 'INV'
, key_flex_code => 'MTLL'
, structure_number => 101
, concat_segments => p_concatenated_segments
, values_or_ids => 'V'
, data_set => l_organization_id
);
This function returns FALSE and failed to create the locator.
Note. The locator can be created correctly online.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |