Dose Unit Is Looking For Codelist Values That Have Display Option Set To 'NO'
(Doc ID 2983007.1)
Last updated on NOVEMBER 29, 2023
Applies to:
Oracle Life Sciences Argus Interchange - Version 8.1.2 and laterInformation in this document applies to any platform.
Symptoms
Dose Unit Is Looking For Codelist Values That Have Display Option Set To 'NO'.
Example: Executing below from the OOB profile for DTD_element DRUGCUMULATIVEDOSAGENUMB directly returns the records with display value set to 'NO' on the console.
SELECT *
FROM v$LM_DOSE_UNITS WHERE UNIT_ID IN (
SELECT ESM_IMP_UTL.f_get_dose_unit_id_R3(21984225, 'DRUGCUMULATIVEDOSAGEUNITR3','{DF}') FROM DUAL);
FROM v$LM_DOSE_UNITS WHERE UNIT_ID IN (
SELECT ESM_IMP_UTL.f_get_dose_unit_id_R3(21984225, 'DRUGCUMULATIVEDOSAGEUNITR3','{DF}') FROM DUAL);
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 |