DBA Data[Home] [Help]

APPS.INV_DIAG_RCV dependencies on JTF_DIAG_REPORT

Line 98: report OUT NOCOPY JTF_DIAG_REPORT,

94: -- procedure to execute the PLSQL test
95: -- the inputs needed for the test are passed in and a report object and CLOB are -- returned.
96: ------------------------------------------------------------
97: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
98: report OUT NOCOPY JTF_DIAG_REPORT,
99: reportClob OUT NOCOPY CLOB) IS
100: reportStr LONG; -- REPORT
101: sql_text VARCHAR2(200); -- SQL select statement
102: c_username VARCHAR2(50); -- accept input for username