DBA Data[Home] [Help]

APPS.JTF_DIAG_REPORT_FACTORY dependencies on JTF_DIAG_REPORT_FACTORY

Line 1: PACKAGE BODY JTF_DIAG_REPORT_FACTORY AS

1: PACKAGE BODY JTF_DIAG_REPORT_FACTORY AS
2: /* $Header: jtf_diag_report_factory_b.pls 120.3.12010000.6 2009/08/05 13:33:35 rudas ship $*/
3:
4:
5: PROCEDURE VALIDATE_REPORT_CONTEXT(report_context JTF_DIAG_REPORT_CONTEXT)

Line 2: /* $Header: jtf_diag_report_factory_b.pls 120.3.12010000.6 2009/08/05 13:33:35 rudas ship $*/

1: PACKAGE BODY JTF_DIAG_REPORT_FACTORY AS
2: /* $Header: jtf_diag_report_factory_b.pls 120.3.12010000.6 2009/08/05 13:33:35 rudas ship $*/
3:
4:
5: PROCEDURE VALIDATE_REPORT_CONTEXT(report_context JTF_DIAG_REPORT_CONTEXT)
6: IS

Line 477: END JTF_DIAG_REPORT_FACTORY;

473: link_component := CREATE_METALINK(note_id,note_id,report_context);
474: RETURN link_component;
475: END CREATE_METALINK;
476:
477: END JTF_DIAG_REPORT_FACTORY;
478: