DBA Data[Home] [Help]

APPS.CSM_SETUP_JTMCONC dependencies on JTF_DIAG_REPORT

Line 39: report OUT NOCOPY JTF_DIAG_REPORT,

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