DBA Data[Home] [Help]

APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_CALCULATIONS

Line 733: UPDATE rg_report_calculations

729: SET axis_seq = X_axis_seq
730: WHERE axis_set_id = X_axis_set_id
731: AND axis_seq = old_axis_seq;
732:
733: UPDATE rg_report_calculations
734: SET axis_seq = X_axis_seq
735: WHERE axis_set_id = X_axis_set_id
736: AND axis_seq = old_axis_seq;
737:

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