DBA Data[Home] [Help]

APPS.BSC_PMA_DIAG_TEST dependencies on JTF_DIAG_REPORT

Line 26: report OUT NOCOPY JTF_DIAG_REPORT,

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