DBA Data[Home] [Help]

APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_CALCULATIONS_PKG

Line 826: rg_report_calculations_pkg.delete_rows(X_axis_set_id,

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);

Line 850: rg_report_calculations_pkg.delete_rows(X_axis_set_id,

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);