DBA Data[Home] [Help]

APPS.RG_REPORT_SUBMISSION_PKG dependencies on RG_REPORTS

Line 138: cur_currency rg_reports.unit_of_measure_id%TYPE;

134: override_alc_ledger_currency VARCHAR2(30));
135:
136: report_rec RepTyp;
137: rep_run_type rg_report_content_sets.report_run_type%TYPE;
138: cur_currency rg_reports.unit_of_measure_id%TYPE;
139:
140: report_sequence NUMBER;
141:
142: -- ALC processing

Line 187: FROM RG_REPORTS

183: name,
184: segment_override,
185: override_alc_ledger_currency
186: INTO report_rec
187: FROM RG_REPORTS
188: WHERE REPORT_ID = rep_id;
189:
190: adhoc_prefix := 'FSG-ADHOC-';
191: industry := 'C';

Line 204: seg_override := rg_reports_pkg.find_report_segment_override(rep_id);

200: ELSE
201: cur_currency := unit_of_m_id;
202: END IF;
203:
204: seg_override := rg_reports_pkg.find_report_segment_override(rep_id);
205:
206: --
207: -- If content set is used by this report then
208: -- check the report run method.

Line 497: FROM RG_REPORTS

493: output_option,
494: name,
495: segment_override
496: INTO report_rec
497: FROM RG_REPORTS
498: WHERE REPORT_ID = X_REPORT_ID;
499:
500: --
501: -- If content set is used by this report then

Line 700: FROM RG_REPORTS

696: output_option,
697: name,
698: segment_override
699: INTO report_rec
700: FROM RG_REPORTS
701: WHERE REPORT_ID = X_REPORT_ID;
702:
703: --
704: -- If content set is used by this report then