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.4 2008/10/10 06:24:03 sramados 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.4 2008/10/10 06:24:03 sramados ship $*/

1: PACKAGE BODY JTF_DIAG_REPORT_FACTORY AS
2: /* $Header: jtf_diag_report_factory_b.pls 120.3.12010000.4 2008/10/10 06:24:03 sramados ship $*/
3:
4:
5: PROCEDURE VALIDATE_REPORT_CONTEXT(report_context JTF_DIAG_REPORT_CONTEXT)
6: IS

Line 457: END JTF_DIAG_REPORT_FACTORY;

453: link_component := CREATE_METALINK(note_id,note_id,report_context);
454: RETURN link_component;
455: END CREATE_METALINK;
456:
457: END JTF_DIAG_REPORT_FACTORY;
458: