DBA Data[Home] [Help]

APPS.INV_DIAG_RCV_RMA dependencies on JTF_DIAG_REPORT

Line 88: report OUT NOCOPY JTF_DIAG_REPORT,

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