DBA Data[Home] [Help]

APPS.XLA_RPT_SARDLR_PKG dependencies on XLA_RPT_SARDLR_PKG

Line 1: PACKAGE BODY XLA_RPT_SARDLR_PKG AS

1: PACKAGE BODY XLA_RPT_SARDLR_PKG AS
2: /* $Header: xlasardlr.pkb 120.0.12010000.3 2009/09/14 10:51:29 kapkumar noship $ */
3: /*======================================================================+
4: | Copyright (c) 2009-2010 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_rpt_sardlr_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +=======================================================================+
8: | PACKAGE NAME |
9: | xla_rpt_sardlr_pkg |
10: | |
11: | |
12: | DESCRIPTION |
13: | Package for Subledger Accounting Rules Detail Listing Report |

Line 32: C_DEFAULT_MODULE CONSTANT VARCHAR2(240):= 'xla.plsql.xla_rpt_sardlr_pkg';

28: C_LEVEL_EXCEPTION CONSTANT NUMBER := FND_LOG.LEVEL_EXCEPTION;
29: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
30: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
31: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
32: C_DEFAULT_MODULE CONSTANT VARCHAR2(240):= 'xla.plsql.xla_rpt_sardlr_pkg';
33:
34: g_log_level NUMBER;
35: g_log_enabled BOOLEAN;
36:

Line 55: (p_location => 'xla_rpt_sardlr_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_sardlr_pkg.trace');
56: END trace;
57:
58:
59:

Line 109: (p_location => 'xla_rpt_sardlr_pkg.beforeReport');

105:
106: EXCEPTION
107: WHEN OTHERS THEN
108: xla_exceptions_pkg.raise_message
109: (p_location => 'xla_rpt_sardlr_pkg.beforeReport');
110: END beforeReport;
111:
112:
113:

Line 438: (p_location => 'xla_rpt_sardlr_pkg.beforeReport');

434:
435: EXCEPTION
436: WHEN OTHERS THEN
437: xla_exceptions_pkg.raise_message
438: (p_location => 'xla_rpt_sardlr_pkg.beforeReport');
439:
440: END populate_fields;
441:
442:

Line 454: END xla_rpt_sardlr_pkg;

450: IF NOT g_log_enabled THEN
451: g_log_level := C_LEVEL_LOG_DISABLED;
452: END IF;
453:
454: END xla_rpt_sardlr_pkg;