Hi,
Under APEX 22.2.1 I get an error for the process ROW when updating a form. Item P3_PK is the primary key. When I check the table with this primary key, the record exists. Here is the error message : (it is mentioning “APEX_220200.WWV_FLOW_INTERACTIVE_GRID” but i don't use an iteractive grid.
- is_internal_error: false
- ora_sqlcode: 100
- ora_sqlerrm: ORA-01403: aucune donnée trouvée ORA-06512: à "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", ligne 9040 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS_NATIVE", ligne 1254 ORA-06512: à "APEX_220200.WWV_FLOW_PLUGIN", ligne 3163
- component.type: APEX_APPLICATION_PAGE_PROCESS
- component.id: 62294780864121670
- component.name: Process ROW
- association_type: REGION
- region_id: 89137770361930760
- error_backtrace:
ORA-06512: à "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", ligne 9040 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS_NATIVE", ligne 1254 ORA-06512: à "APEX_220200.WWV_FLOW_PLUGIN", ligne 3163 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS", ligne 170
Best regards.