[Home] [Help]
822:
823: rg_report_axis_contents_pkg.delete_rows(X_axis_set_id,
824: X_axis_seq);
825:
826: rg_report_calculations_pkg.delete_rows(X_axis_set_id,
827: X_axis_seq);
828:
829: rg_report_exception_flags_pkg.delete_rows(X_axis_set_id,
830: X_axis_seq);
846: BEGIN
847: rg_report_axis_contents_pkg.delete_rows(X_axis_set_id,
848: -1);
849:
850: rg_report_calculations_pkg.delete_rows(X_axis_set_id,
851: -1);
852:
853: rg_report_exception_flags_pkg.delete_rows(X_axis_set_id,
854: -1);