DBA Data[Home] [Help]

APPS.JTF_TERR_DIAGNOSTIC_TEST dependencies on JTF_DIAG_REPORT

Line 46: report OUT NOCOPY JTF_DIAG_REPORT,

42: -- the inputs needed for the test are passed in and a report object and CLOB are
43: -- returned.
44: ------------------------------------------------------------
45: PROCEDURE runtest(inputs IN JTF_DIAG_INPUTTBL,
46: report OUT NOCOPY JTF_DIAG_REPORT,
47: reportClob OUT NOCOPY CLOB) IS
48:
49: --sql stmt vars
50: l_active_sales_terrs VARCHAR2(360);