ERROR
ikb_common_procs.print_dynamic_content
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at line 1 ORA-06512: at "IKB.IKB_COMMON_PROCS", line 2527
Dynamic Sql in HTML failed: declare l_kp_id varchar2(10); begin l_kp_id := ikb_portal_api.get_value('p_kp_id', 'SYSTEM'); if l_kp_id = '19139' then htp.p(''); elsif l_kp_id = '19439' then htp.p(''); elsif l_kp_id = '17278' then htp.p(''); elsif l_kp_id = '19199' then htp.p(''); elsif l_kp_id = '18758' then htp.p(''); elsif l_kp_id = '19601' then htp.p(''); elsif l_kp_id = '19878' then htp.p(''); elsif l_kp_id = '21709' then htp.p(''); elsif l_kp_id = '20261' then htp.p(''); elsif l_kp_id = '23260' then htp.p(''); else htp.p(''); end if; end;