DBA Data[Home] [Help]

APPS.CSM_SETUP_PROFILE dependencies on JTF_DIAG_INPUTTBL

Line 37: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

33: ------------------------------------------------------------
34: -- procedure to execute the PLSQL test
35: -- the inputs needed for the test are passed in and a report object and CLOB are -- returned.
36: ------------------------------------------------------------
37: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
38: report OUT NOCOPY JTF_DIAG_REPORT,
39: reportClob OUT NOCOPY CLOB) IS
40: reportStr LONG;
41: statusStr VARCHAR2(50); -- SUCCESS or FAILURE