Good morning,
I am trying to change the report owner of an interactive grid report using APEX_IG.CHANGE_REPORT_OWNER:
BEGIN
APEX_IG.CHANGE_REPORT_OWNER (
P_application_id => 120,
p_report_id => 1440844192256245269,
p_old_owner => 'USER_NAME',
p_new_owner => 'NEW_USER_NAME');
END;
ORA-01403: No data found
ORA-06512: in "APEX_200200.WWV_FLOW_INTERACTIVE_GRID_API", Row 570
ORA-06512: in Row 2
01403. 00000 - "no data found"
*Cause: No data was found from the objects.
*Action: There was no data from the objects which may be due to end of fetch.
Unfortunatly the source of the packages is encrypted.
Have anyone any idea?
Many thanks.
Birthe