DBA Data[Home] [Help]

APPS.INV_DIAG_RCV_IPROC dependencies on JTF_DIAG_REPORT

Line 83: report OUT NOCOPY JTF_DIAG_REPORT,

79: -- procedure to execute the PLSQL test
80: -- the inputs needed for the test are passed in and a report object and CLOB are -- returned.
81: ------------------------------------------------------------
82: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
83: report OUT NOCOPY JTF_DIAG_REPORT,
84: reportClob OUT NOCOPY CLOB) IS
85: reportStr LONG; -- REPORT
86: c_username VARCHAR2(50); -- accept input for username
87: statusStr VARCHAR2(50); -- SUCCESS or FAILURE