DBA Data[Home] [Help]

APPS.FND_DIAG_REQUEST_ANALYZER dependencies on JTF_DIAG_REPORT_OBJ

Line 111: report jtf_diag_report_obj;

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
113: reportcontext jtf_diag_report_context;
114: -- section component which will be a container of other component in the report
115: SECTION jtf_diag_section;