DBA Data[Home] [Help]

APPS.INV_DIAG_SER_NOT_MRK dependencies on JTF_DIAG_REPORT

Line 31: report OUT NOCOPY JTF_DIAG_REPORT,

27: -- returned.
28: -- note the way that support API writes to the report CLOB.
29: ------------------------------------------------------------
30: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
31: report OUT NOCOPY JTF_DIAG_REPORT,
32: reportClob OUT NOCOPY CLOB) IS
33: reportStr LONG;
34: counter NUMBER;
35: dummy_v2t JTF_DIAGNOSTIC_COREAPI.v2t;