DBA Data[Home] [Help]

APPS.INV_DIAG_RSV_HDR_ZERO 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 121: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS

117: -- please note the paramters have to be registered through the UI
118: -- before basic tests can be run.
119: --
120: ------------------------------------------------------------
121: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
122: tempInput JTF_DIAG_INPUTTBL;
123: BEGIN
124: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
125: EXCEPTION

Line 122: tempInput JTF_DIAG_INPUTTBL;

118: -- before basic tests can be run.
119: --
120: ------------------------------------------------------------
121: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
122: tempInput JTF_DIAG_INPUTTBL;
123: BEGIN
124: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
125: EXCEPTION
126: when others then