Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IG: Change report owner using APEX_IG.CHANGE_REPORT_OWNER

Birthe GebhardtNov 1 2021

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

This post has been answered by msammour on Nov 1 2021
Jump to Answer
Comments
Post Details
Added on Nov 1 2021
4 comments
407 views