DBA Data[Home] [Help]

APPS.WIP_DIAG_DISCRETE_LOT dependencies on JTF_DIAG_REPORT

Line 18: report OUT NOCOPY JTF_DIAG_REPORT,

14:
15:
16:
17: PROCEDURE Uncosted_mat_txn_wdj ( p_org_id IN NUMBER,
18: report OUT NOCOPY JTF_DIAG_REPORT,
19: reportClob OUT NOCOPY CLOB
20: ) ;
21: PROCEDURE corrupt_osp_txn_wdj (p_org_id IN NUMBER,
22: report OUT NOCOPY JTF_DIAG_REPORT,

Line 22: report OUT NOCOPY JTF_DIAG_REPORT,

18: report OUT NOCOPY JTF_DIAG_REPORT,
19: reportClob OUT NOCOPY CLOB
20: ) ;
21: PROCEDURE corrupt_osp_txn_wdj (p_org_id IN NUMBER,
22: report OUT NOCOPY JTF_DIAG_REPORT,
23: reportClob OUT NOCOPY CLOB
24: ) ;
25: PROCEDURE dup_mat_txn_wdj (p_org_id IN NUMBER ,
26: report OUT NOCOPY JTF_DIAG_REPORT,

Line 26: report OUT NOCOPY JTF_DIAG_REPORT,

22: report OUT NOCOPY JTF_DIAG_REPORT,
23: reportClob OUT NOCOPY CLOB
24: ) ;
25: PROCEDURE dup_mat_txn_wdj (p_org_id IN NUMBER ,
26: report OUT NOCOPY JTF_DIAG_REPORT,
27: reportClob OUT NOCOPY CLOB
28: ) ;
29:
30: END;