When I tried to execute a code in APEX, the following error occurs. We are compiling a package inside APEX to execute a page.
ORA-06550: line 1, column 23: PLS-00306: wrong number or types of arguments in call to 'GET_PAGE_JAVASCRIPTS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
Technical Info (only visible for developers)
- is_internal_error: false
- ora_sqlcode: -6550
- ora_sqlerrm: ORA-06550: line 1, column 23: PLS-00306: wrong number or types of arguments in call to 'GET_PAGE_JAVASCRIPTS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
- component.type: APEX_APPLICATION_PAGE_PROCESS
- component.id: 6152704245122846
- component.name: LOAD_PAGE_JS
- error_backtrace:ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926 ORA-06512: at "SYS.WWV_DBMS_SQL", line 973 ORA-06512: at "SYS.WWV_DBMS_SQL", line 999 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 830 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 138
How can we solve this?