DBA Data[Home] [Help]

APPS.CSL_SETUP_HOOKS dependencies on JTF_DIAG_INPUTTBL

Line 29: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

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