My Oracle Support Banner

Data Mismatch In Lm_protocols.protocol_id With Lm_studies.id_protoc (Doc ID 2179451.1)

Last updated on JULY 13, 2023

Applies to:

Oracle Life Sciences Argus Safety - Version 7.0.5 and later
Information in this document applies to any platform.

Symptoms

When the 'Project ID' value is changed on Project ID code list, its corresponding 'Project ID' value of Study is not changed in DB though changed on UI.

HOW TO REPEAT:
1)Create a new Project ID code list on Argus Console.
2)Create a new Study on Argus Console using under the created new Project.
3)Check LM_PROTOCOLS and LM_STUDIES tables value. --->LM_STUDIES.PROTOCOL_NUM is having the same value of LM_PROTOCOLS.PROTOCOL_DESC.
4)Change 'Project ID' field value of the Project ID code list of step-1).
5)Display the Study of step-2) on Argus Console. --->' Project ID' field shows the changed value.
6)Check LM_PROTOCOLS and LM_STUDIES tables value. --->LM_PROTOCOLS.PROTOCOL_DESC value has been changed but LM_STUDIES.PROTOCOL_NUM is remaining as the old value. This is the issue.
7)On the Study screen of step-5), click [Save] button.
8)Check LM_STUDIES table value. --->LM_STUDIES.PROTOCOL_NUM is changed to have the same value of LM_PROTOCOLS.PROTOCOL_DESC.

* SQL TO CHECK:
select * from LM_PROTOCOLS where PROTOCOL_DESC = '<project-id>';
select * from LM_STUDIES where ID_PROTOCOL = <internal-id> and STUDY_NUM = '<study-name>';

 

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.