DBA Data[Home] [Help]

APPS.RG_CONTENT_OVERRIDES_PKG dependencies on RG_REPORT_CONTENT_OVERRIDES

Line 7: -- rg_report_content_overrides

3: -- Name
4: -- rg_content_overrides_pkg
5: -- Purpose
6: -- to include all sever side procedures and packages for table
7: -- rg_report_content_overrides
8: -- Notes
9: --
10: -- History
11: -- 03/23/93 A Chen Created

Line 29: (select 1 from rg_report_content_overrides

25: dummy NUMBER;
26: BEGIN
27: select 1 into dummy from dual
28: where not exists
29: (select 1 from rg_report_content_overrides
30: where override_seq = X_override_seq
31: and content_set_id = X_content_set_id
32: and ((x_rowid IS NULL) OR (rowid <> x_rowid)));
33: EXCEPTION