DBA Data[Home] [Help]

APPS.JTF_TERR_DIAGNOSTIC_TEST dependencies on JTF_DIAG_INPUTTBL

Line 45: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

41: -- procedure to execute the PLSQL test
42: -- the inputs needed for the test are passed in and a report object and CLOB are
43: -- returned.
44: ------------------------------------------------------------
45: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
46: report OUT NOCOPY JTF_DIAG_REPORT,
47: reportClob OUT NOCOPY CLOB) IS
48:
49: --sql stmt vars