DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_TEST_INPUTS

Line 859: PROCEDURE getdefaulttestparams(defaultinputvalues OUT nocopy jtf_diag_test_inputs) IS

855: -- procedure to provide/populate the default parameters for the test case.
856: -- The input name used must comply with the XML id specification--namely it must begin with a [a-z][A-z]
857: -- and after that can contain as many of [a-z][A-Z][0-9][._-:] as desired.
858: -------------------------------------------------------------------------------------------------------------
859: PROCEDURE getdefaulttestparams(defaultinputvalues OUT nocopy jtf_diag_test_inputs) IS
860: tempinput jtf_diag_test_inputs;
861: BEGIN
862: tempinput := jtf_diagnostic_adaptutil.initialiseinput;
863: tempinput := jtf_diagnostic_adaptutil.addinput(tempinput, 'RequestId', NULL, 'FALSE', NULL, 'This is a Number input', 'FALSE', 'FALSE', 'TRUE');

Line 860: tempinput jtf_diag_test_inputs;

856: -- The input name used must comply with the XML id specification--namely it must begin with a [a-z][A-z]
857: -- and after that can contain as many of [a-z][A-Z][0-9][._-:] as desired.
858: -------------------------------------------------------------------------------------------------------------
859: PROCEDURE getdefaulttestparams(defaultinputvalues OUT nocopy jtf_diag_test_inputs) IS
860: tempinput jtf_diag_test_inputs;
861: BEGIN
862: tempinput := jtf_diagnostic_adaptutil.initialiseinput;
863: tempinput := jtf_diagnostic_adaptutil.addinput(tempinput, 'RequestId', NULL, 'FALSE', NULL, 'This is a Number input', 'FALSE', 'FALSE', 'TRUE');
864: defaultinputvalues := tempinput;