DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_EXECUTION_OBJ

Line 106: PROCEDURE runtest(exec_obj IN OUT jtf_diag_execution_obj, result OUT nocopy VARCHAR2) IS

102: END LOOP;
103:
104: END print_mgrs;
105:
106: PROCEDURE runtest(exec_obj IN OUT jtf_diag_execution_obj, result OUT nocopy VARCHAR2) IS
107: -- its a collection of inputs for a particular execution of the test
108: allinputs jtf_diag_inputtbl;
109: -- a report object provided by the framework to produce a well managed report
110: -- of the test execution