DBA Data[Home] [Help]

APPS.RG_REPORT_SUBMISSION_PKG dependencies on RG_REPORT_CONTENT_SETS

Line 137: rep_run_type rg_report_content_sets.report_run_type%TYPE;

133: segment_override VARCHAR2(800),
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:

Line 217: FROM rg_report_content_sets

213: --
214: IF (report_rec.content_set_id <> -1) THEN
215: SELECT report_run_type
216: INTO rep_run_type
217: FROM rg_report_content_sets
218: WHERE content_set_id = report_rec.content_set_id;
219:
220: IF (rep_run_type = 'P') THEN
221: conc_req_id := FND_REQUEST.SUBMIT_REQUEST('SQLGL',

Line 466: rep_run_type rg_report_content_sets.report_run_type%TYPE;

462:
463: report_rec RepTyp;
464:
465: req_id NUMBER;
466: rep_run_type rg_report_content_sets.report_run_type%TYPE;
467:
468: nlslang VARCHAR2(30);
469: nlsterr VARCHAR2(30);
470: nlsnumeric VARCHAR2(2);

Line 507: FROM rg_report_content_sets

503: --
504: IF (X_content_set_id IS NOT NULL) THEN
505: SELECT report_run_type
506: INTO rep_run_type
507: FROM rg_report_content_sets
508: WHERE content_set_id = X_content_set_id;
509: ELSE
510: rep_run_type := 'S';
511: END IF;

Line 684: rep_run_type rg_report_content_sets.report_run_type%TYPE;

680: segment_override VARCHAR2(800));
681:
682: report_rec RepTyp;
683: req_id NUMBER;
684: rep_run_type rg_report_content_sets.report_run_type%TYPE;
685: BEGIN
686:
687: SELECT row_set_id,
688: column_set_id,

Line 710: FROM rg_report_content_sets

706: --
707: IF (X_content_set_id IS NOT NULL) THEN
708: SELECT report_run_type
709: INTO rep_run_type
710: FROM rg_report_content_sets
711: WHERE content_set_id = X_content_set_id;
712: ELSE
713: rep_run_type := 'S';
714: END IF;