DBA Data[Home] [Help]

APPS.BSC_TIME_DIM_TEST dependencies on JTF_DIAG_REPORT

Line 29: report OUT NOCOPY JTF_DIAG_REPORT,

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