You are on page 1of 3

Page 1 of 3

INVIDITM APP-FND-01934 ORA-00001 [ID 970838.1]

Modified 20-OCT-2010 Type PROBLEM Status PUBLISHED

In this Document
Symptoms
Cause
Solution

Applies to:
Oracle Item Master - Version: 11.5.10.0 and later [Release: 11.5 and later ]
Information in this document applies to any platform.

Symptoms
On : 11.5.10 version, Item Issues

When attempting to create new Items started getting this error


APP-FND-01934: ORA-00001 unique constraint
(ENI.ENI_OLTP_ITEM_STAR_U3) violated in Package
ENI_ITEMS_STAR_PKG Procedure INSERT_ITEMS_IN_STAR

Cause

The cause of the issue is invalid / incorrect data in ENI_OLTP_ITEM_STAR

The following bug was logged for this specific customer to receive a datafix from Oracle Development:
Rate this document
Bug.4671736
The error is raised from the update of ENI_OLTP_ITEM_STAR table's
value column for primary key combination
INVENTORY_ITEM_ID = XXX
ORGANIZATION_ID = XXX

Please provide the output for the queries:

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=970838.1 2/15/2011
Page 2 of 3

SELECT Value,INVENTORY_ITEM_ID, ORGANIZATION_ID


FROM eni_oltp_item_star
WHERE Value = 'XXX (XX)';

SELECT Value, INVENTORY_ITEM_ID, ORGANIZATION_ID


FROM eni_oltp_item_star
WHERE INVENTORY_ITEM_ID = &item_id AND ORGANIZATION_ID =&org_id;

SELECT CONCATENATED_SEGMENTS, INVENTORY_ITEM_ID, ORGANIZATION_ID


FROM MTL_SYSTEM_ITEMS_B_KFV
WHERE ORGANIZATION_ID=& org_id
AND (CONCATENATED_SEGMENTS='&item_name'
OR INVENTORY_ITEM_ID =&item_id ) ;

Solution

To implement the solution, please execute the following steps:

1. Ensure that you have taken a backup of your system before applying the recommended solution.

2. Run the following scripts in a TEST environment first:

3. Once the scripts complete, confirm that the data is corrected.


You can use the following SQL to confirm:

select count(*) from ENI_OLTP_ITEM_STAR;

4. If you are satisfied with the results, issue a commit.

5. Confirm that the data is corrected when viewed in the Oracle Applications.

1. Truncate table ENI_OLTP_ITEM_STAR after taking backup.


2. Run "Load Item Dimension Hierarchy" concurrent program.

6. If you are satisfied that the issue is resolved, migrate the solution as appropriate to other environments.

Related

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=970838.1 2/15/2011
Page 3 of 3

Products

• Oracle E-Business Suite > Master Data Management > Product > Oracle Item Master

Keywords

ENI_ITEMS_STAR_PKG; MTL_SYSTEM_ITEMS_B_KFV; APP-FND-1934; ENI_OLTP_ITEM_STAR_U3; ENI_OLTP_ITEM_STAR


Errors

FND-1934; ORA-1

Back to top

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=970838.1 2/15/2011

You might also like