E2B Extension Field - ORA-06502: PL/SQL: numeric or value error
(Doc ID 1350741.1)
Last updated on JULY 13, 2023
Applies to:
Oracle Life Sciences Argus Safety - Version 6.0.2 and laterInformation in this document applies to any platform.
Goal
After adding an extension E2B tag in Argus , E2B Import errors as below.
Stored Procedure: M2_VALIDATION ORA-06502: PL/SQL: numeric or value error: NULL index table key value"
Sample Insert code
insert into cfg_e2b (PROFILE, DTD_ELEMENT, HIE_LEVEL, DTD_TYPE, DELETED, DTD_LENGTH, LANGUAGE, MANDATORY_DTD_ELEMENT, MANDATORY, ORDER_OF_EXECUTION, AE_SELECT_STMT_ELEMENT_ASSOC, AE_SELECT_STMT_COL_POSITION, PARENT_ELEMENT, DATA_ELEMENT, AE_CASE_FORM_GUI, DTD_ELEMENT_TITLE, REPEATABLE, ALLOW_USER_PROC, AE_SELECT_STMT, AE_USER_PROC, DTD_ELEMENT_TYPE, UPDATE_FOR_NULLIFICATION, CHILD_ONLY_SQL, ALWAYS_IMPORT, DTD_ELEMENT_TITLE_J, ALLOW_JAPANESE_CHARACTERS, FIELD_LOCATION, FIELD_LABEL) values ('ICH-ICSR V2.1 MESSAGE TEMPLATE - FDA PIP', 'DEVICEREMEDACTTAKEN_OTHER_EXTENSION', 9, 'DEFINED', null, 20, 'en', '', '', 232.39, 'DRUG', 73, 'DRUG', '', 'Case Form/Products/Device MedWatch Info/Remedical Action Other', 'User comments for Other type of remedial action taken as a result of the adverse events', 1, null, null, null, 1, null, null, 0, '', null, '', '');
Solution
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
Goal |
Solution |