My Oracle Support Banner

Unable To Deactivate Locator Using Public API (Doc ID 1589680.1)

Last updated on APRIL 03, 2025

Applies to:

Oracle Inventory Management - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms

When attempting to deactivate locator using public API , APPS.INV_LOC_WMS_PUB.UPDATE_LOCATOR API returns the following:

Error
--------------
ORA-06512: at "APPS.INV_LOC_WMS_PUB", line 268.

Steps to reproduce
-----------------------------
API runs with the following parameters:
INV_LOC_WMS_PUB.UPDATE_LOCATOR (
x_return_status => l_return_status
,x_msg_count => l_msg_count
,x_msg_data => l_msg_data
,p_organization_id => null
,p_organization_code => '054'
,p_inventory_location_id => null
,p_concatenated_segments => 'N-07-7-2'
,p_disabled_date => trunc(sysdate));


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
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.