DBA Data[Home] [Help]

APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_EXCEPTIONS

Line 743: UPDATE rg_report_exceptions

739: SET axis_seq = X_axis_seq
740: WHERE axis_set_id = X_axis_set_id
741: AND axis_seq = old_axis_seq;
742:
743: UPDATE rg_report_exceptions
744: SET axis_seq = X_axis_seq
745: WHERE axis_set_id = X_axis_set_id
746: AND axis_seq = old_axis_seq;
747: END IF;