DBA Data[Home] [Help]

APPS.CSK_DIAG_SOLUTION_PVT dependencies on JTF_DIAG_INPUTTBL

Line 166: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL)

162: -- procedure to provide the default parameters for the test case.
163: -- please note the paramters have to be registered through the UI
164: -- before basic tests can be run.
165: --
166: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL)
167: IS
168: tempInput JTF_DIAG_INPUTTBL;
169: BEGIN
170: -- If the Unit Test requires Input Parameters the defaults can be set up as follows:

Line 168: tempInput JTF_DIAG_INPUTTBL;

164: -- before basic tests can be run.
165: --
166: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL)
167: IS
168: tempInput JTF_DIAG_INPUTTBL;
169: BEGIN
170: -- If the Unit Test requires Input Parameters the defaults can be set up as follows:
171: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
172: --tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.addInput(tempInput,'DEMO VALUE','1');

Line 308: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

304: ------------------
305: -- procedure to execute the PLSQL test
306: -- the inputs needed for the test are passed in and a report object and CLOB are
307: -- returned.
308: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
309: report OUT NOCOPY JTF_DIAG_REPORT,
310: reportClob OUT NOCOPY CLOB)
311: IS
312: BEGIN