DBA Data[Home] [Help]

APPS.WIP_DIAG_DISCRETE_LOT dependencies on JTF_DIAG_REPORT

Line 5: report OUT NOCOPY JTF_DIAG_REPORT,

1: package body WIP_DIAG_DISCRETE_LOT as
2: /* $Header: WIPDJOBB.pls 120.0.12000000.1 2007/07/10 10:09:09 mraman noship $ */
3:
4: PROCEDURE Uncosted_mat_txn_wdj ( p_org_id IN NUMBER,
5: report OUT NOCOPY JTF_DIAG_REPORT,
6: reportClob OUT NOCOPY CLOB
7: ) IS
8:
9: where_clause1 varchar2(999);

Line 299: report OUT NOCOPY JTF_DIAG_REPORT,

295: end if ;
296: END uncosted_mat_txn_wdj ;
297:
298: procedure corrupt_osp_txn_wdj ( p_org_id IN NUMBER,
299: report OUT NOCOPY JTF_DIAG_REPORT,
300: reportClob OUT NOCOPY CLOB
301: ) IS
302: l_len number ;
303: row_limit NUMBER;

Line 374: report OUT NOCOPY JTF_DIAG_REPORT,

370:
371: END corrupt_osp_txn_wdj ;
372:
373: procedure dup_mat_txn_wdj ( p_org_id IN NUMBER,
374: report OUT NOCOPY JTF_DIAG_REPORT,
375: reportClob OUT NOCOPY CLOB
376: ) IS
377: row_limit NUMBER;
378: BEGIN