DBA Data[Home] [Help]

PACKAGE: APPS.XLA_RPT_UTIL_QRY_PKG

Source


1 PACKAGE xla_rpt_util_qry_pkg AUTHID CURRENT_USER AS
2 -- $Header: xlarput2.pkh 120.2 2010/11/12 21:51:45 vkasina noship $
3 /*===========================================================================+
4 |  Copyright (c) 2003 Oracle Corporation BelmFont, California, USA           |
5 |                          ALL rights reserved.                              |
6 +============================================================================+
7 | FILENAME                                                                   |
8 |    xlarput2.pkh                                                            |
9 |                                                                            |
10 | PACKAGE NAME                                                               |
11 |     xla_rpt_util_qry_pkg                                                   |
12 |                                                                            |
13 | DESCRIPTION                                                                |
14 |     Package specification. This calls the various Application/Report       |
15 |     specific hooks to get their Custom Query for SLA wrapper Reports.      |
16 |                                                                            |
17 | HISTORY                                                                    |
18 |     08/13/2009  nksurana        Created                                    |
19 |                                                                            |
20 +===========================================================================*/
21 
22 
23 PROCEDURE get_custom_query(p_application_id      IN  NUMBER,
24                            p_custom_query_flag   IN  VARCHAR2,
25                            p_custom_header_query OUT NOCOPY VARCHAR2,
26                            p_custom_line_query   OUT NOCOPY VARCHAR2);
27 
28 END xla_rpt_util_qry_pkg;