DBA Data[Home] [Help]

APPS.RG_REPORT_EXCEPTION_FLAGS_PKG dependencies on RG_REPORT_EXCEPTIONS

Line 35: delete from rg_report_exceptions

31: PROCEDURE delete_rows(X_axis_set_id NUMBER,
32: X_axis_seq NUMBER) IS
33: BEGIN
34: IF (X_axis_seq = -1) THEN
35: delete from rg_report_exceptions
36: where axis_set_id = X_axis_set_id;
37:
38: delete from rg_report_exception_flags
39: where axis_set_id = X_axis_set_id;

Line 41: delete from rg_report_exceptions

37:
38: delete from rg_report_exception_flags
39: where axis_set_id = X_axis_set_id;
40: ELSE
41: delete from rg_report_exceptions
42: where axis_set_id = X_axis_set_id
43: and axis_seq = X_axis_seq;
44:
45: delete from rg_report_exception_flags