DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_INPUTTBL

Line 108: allinputs jtf_diag_inputtbl;

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
111: report jtf_diag_report_obj;
112: -- this context is needed for creation of different component in the report