DBA Data[Home] [Help]

APPS.JA_CN_FSG_XML_SUBMIT_PROG dependencies on RG_REPORT_CONTENT_SETS

Line 124: rep_run_type rg_report_content_sets.report_run_type%TYPE;

120:
121: report_rec RepTyp;
122:
123: req_id NUMBER;
124: rep_run_type rg_report_content_sets.report_run_type%TYPE;
125: L_COMPANY_NAME VARCHAR2(100);--show the company name
126: L_LEGAL_ENTITY NUMBER(15);
127: BEGIN
128: --get legal_entity id

Line 159: FROM rg_report_content_sets

155: --
156: IF (X_content_set_id IS NOT NULL) THEN
157: SELECT report_run_type
158: INTO rep_run_type
159: FROM rg_report_content_sets
160: WHERE content_set_id = X_content_set_id;
161: ELSE
162: rep_run_type := 'S';
163: END IF;