DBA Data[Home] [Help]

APPS.XLA_RPT_UTIL_QRY_PKG dependencies on XLA_RPT_UTIL_QRY_PKG

Line 1: PACKAGE BODY xla_rpt_util_qry_pkg AS

1: PACKAGE BODY xla_rpt_util_qry_pkg AS
2: -- $Header: xlarput2.pkb 120.3 2011/04/19 00:40:49 vdamerla noship $
3: /*===========================================================================+
4: | Copyright (c) 2003 Oracle Corporation BelmFont, California, USA |
5: | ALL rights reserved. |

Line 11: | xla_rpt_util_qry_pkg |

7: | FILENAME |
8: | xlarput2.pkb |
9: | |
10: | PACKAGE NAME |
11: | xla_rpt_util_qry_pkg |
12: | |
13: | DESCRIPTION |
14: | Package body. This calls the various Application/Report specific |
15: | hooks to get their Custom Query for SLA wrapper Reports. |

Line 34: C_DEFAULT_MODULE CONSTANT VARCHAR2(240):= 'xla.plsql.xla_rpt_util_qry_pkg';

30: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
31: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
32:
33: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
34: C_DEFAULT_MODULE CONSTANT VARCHAR2(240):= 'xla.plsql.xla_rpt_util_qry_pkg';
35:
36: g_log_level NUMBER;
37: g_log_enabled BOOLEAN;
38:

Line 55: (p_location => 'xla_rpt_util_qry_pkg.trace');

51: WHEN xla_exceptions_pkg.application_exception THEN
52: RAISE;
53: WHEN OTHERS THEN
54: xla_exceptions_pkg.raise_message
55: (p_location => 'xla_rpt_util_qry_pkg.trace');
56: END trace;
57:
58: --=============================================================================
59: -- *********** Custom Query Routine **********

Line 225: END xla_rpt_util_qry_pkg;

221: IF NOT g_log_enabled THEN
222: g_log_level := C_LEVEL_LOG_DISABLED;
223: END IF;
224:
225: END xla_rpt_util_qry_pkg;