DBA Data[Home] [Help]

APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_EXCEPTION_FLAGS_PKG

Line 829: rg_report_exception_flags_pkg.delete_rows(X_axis_set_id,

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);
831:
832: DELETE FROM rg_report_axes
833: WHERE rowid = X_rowid;

Line 853: rg_report_exception_flags_pkg.delete_rows(X_axis_set_id,

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);
855:
856: delete from rg_report_axes
857: where axis_set_id = X_axis_set_id;