DBA Data[Home] [Help]

APPS.JTF_DIAG_QAPACKAGE dependencies on JTF_DIAG_REPORT

Line 28: report OUT NOCOPY JTF_DIAG_REPORT,

24: -- procedure to execute the PLSQL test
25: -- the inputs needed for the test are passed in and a report object and CLOB are -- returned.
26: ------------------------------------------------------------
27: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
28: report OUT NOCOPY JTF_DIAG_REPORT,
29: reportClob OUT NOCOPY CLOB) IS
30: reportStr LONG;
31: counter NUMBER;
32: c_username VARCHAR2(50);