DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_ADAPTUTIL dependencies on JTF_DIAG_REPORTTBL

Line 214: FUNCTION initReportTable RETURN JTF_DIAG_REPORTTBL IS

210: -- is created and then removed with the call to trim -
211: -- this initializes the collection
212: ---------------------------------------------------------------------
213:
214: FUNCTION initReportTable RETURN JTF_DIAG_REPORTTBL IS
215: tempRpt JTF_DIAG_REPORT;
216: temp JTF_DIAG_REPORTTBL;
217: BEGIN
218: tempRpt := JTF_DIAG_REPORT('','','','');

Line 216: temp JTF_DIAG_REPORTTBL;

212: ---------------------------------------------------------------------
213:
214: FUNCTION initReportTable RETURN JTF_DIAG_REPORTTBL IS
215: tempRpt JTF_DIAG_REPORT;
216: temp JTF_DIAG_REPORTTBL;
217: BEGIN
218: tempRpt := JTF_DIAG_REPORT('','','','');
219: temp := JTF_DIAG_REPORTTBL(tempRpt);
220: temp.trim;

Line 219: temp := JTF_DIAG_REPORTTBL(tempRpt);

215: tempRpt JTF_DIAG_REPORT;
216: temp JTF_DIAG_REPORTTBL;
217: BEGIN
218: tempRpt := JTF_DIAG_REPORT('','','','');
219: temp := JTF_DIAG_REPORTTBL(tempRpt);
220: temp.trim;
221: return temp;
222: EXCEPTION
223: WHEN others THEN