DBA Data[Home] [Help]

APPS.BSC_CORRUPT_OBJECTS_RPT dependencies on JTF_DIAG_REPORT

Line 27: report OUT NOCOPY JTF_DIAG_REPORT,

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