DBA Data[Home] [Help]

APPS.INV_DIAG_WDD_STAGED dependencies on JTF_DIAG_INPUTTBL

Line 30: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

26: -- the inputs needed for the test are passed in and a report object and CLOB are
27: -- returned.
28: -- note the way that support API writes to the report CLOB.
29: ------------------------------------------------------------
30: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
31: report OUT NOCOPY JTF_DIAG_REPORT,
32: reportClob OUT NOCOPY CLOB) IS
33: reportStr LONG;
34: counter NUMBER;

Line 139: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS

135: -- please note the paramters have to be registered through the UI
136: -- before basic tests can be run.
137: --
138: ------------------------------------------------------------
139: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
140: tempInput JTF_DIAG_INPUTTBL;
141: BEGIN
142: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
143: EXCEPTION

Line 140: tempInput JTF_DIAG_INPUTTBL;

136: -- before basic tests can be run.
137: --
138: ------------------------------------------------------------
139: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
140: tempInput JTF_DIAG_INPUTTBL;
141: BEGIN
142: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
143: EXCEPTION
144: when others then