FND_DOC_SEQUENCE_USERS gets locked in OM module frequently during ship confirm
In our environment we are frequently getting locking on FND_DOC_SEQUENCE_USERS table and most times the statement that is found locked is
UPDATE FND_DOC_SEQUENCE_USERS SET NEXTVAL = NEXTVAL + 1 WHERE USER_ID = :B2 AND DOC_SEQUENCE_ID = :B1
This generally happens when users are working in OM module and are doing ship confirm.
