DBA Data[Home] [Help]

APPS.CSL_SETUP_PROFILE dependencies on JTF_DIAG_INPUTTBL

Line 28: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

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