DBA Data[Home] [Help]

APPS.INV_DIAG_RCV_RMA dependencies on JTF_DIAG_INPUTTBL

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

53:
54: ------------------------------------------------------------
55: -- procedure to provide/populate the default parameters for the test case.
56: ------------------------------------------------------------
57: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
58: tempInput JTF_DIAG_INPUTTBL;
59: BEGIN
60: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
61:

Line 58: tempInput JTF_DIAG_INPUTTBL;

54: ------------------------------------------------------------
55: -- procedure to provide/populate the default parameters for the test case.
56: ------------------------------------------------------------
57: PROCEDURE getDefaultTestParams(defaultInputValues OUT NOCOPY JTF_DIAG_INPUTTBL) IS
58: tempInput JTF_DIAG_INPUTTBL;
59: BEGIN
60: tempInput := JTF_DIAGNOSTIC_ADAPTUTIL.initinputtable;
61:
62: /* Bug#6828508:

Line 87: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,

83: ------------------------------------------------------------
84: -- procedure to execute the PLSQL test
85: -- the inputs needed for the test are passed in and a report object and CLOB are -- returned.
86: ------------------------------------------------------------
87: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
88: report OUT NOCOPY JTF_DIAG_REPORT,
89: reportClob OUT NOCOPY CLOB) IS
90: reportStr LONG; -- REPORT
91: c_username VARCHAR2(50); -- accept input for username