DBA Data[Home] [Help]

APPS.INV_DIAG_RCV_IOT dependencies on JTF_DIAG_REPORT

Line 81: report OUT NOCOPY JTF_DIAG_REPORT,

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