DBA Data[Home] [Help]

APPS.INV_DIAG_RCV_PO dependencies on JTF_DIAG_REPORT

Line 84: report OUT NOCOPY JTF_DIAG_REPORT,

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