DBA Data[Home] [Help]

APPS.XLA_REVERSE_EVENTS_PUB_PKG dependencies on XLA_REVERSE_EVENTS_PUB_PKG

Line 1: PACKAGE BODY xla_reverse_events_pub_pkg AS

1: PACKAGE BODY xla_reverse_events_pub_pkg AS
2: -- $Header: xlaprevevt.pkb 120.2 2011/03/11 13:09:59 vgopiset noship $
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 12: | xla_reverse_events_pub_pkg |

8: | FILENAME |
9: | xlaprevevt.pkb |
10: | |
11: | PACKAGE NAME |
12: | xla_reverse_events_pub_pkg |
13: | |
14: | DESCRIPTION |
15: | This is a XLA public package, which contains all the APIs |
16: | required for processing BULK Reversal of ACCOUNTED Events. |

Line 38: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_reverse_events_pub_pkg';

34: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
35:
36: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
37:
38: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_reverse_events_pub_pkg';
39: --
40: g_log_level NUMBER;
41: g_log_enabled BOOLEAN;
42:

Line 68: (p_location => 'xla_reverse_events_pub_pkg.trace');

64: WHEN xla_exceptions_pkg.application_exception THEN
65: RAISE;
66: WHEN OTHERS THEN
67: xla_exceptions_pkg.raise_message
68: (p_location => 'xla_reverse_events_pub_pkg.trace');
69: END trace;
70:
71:
72: --+==========================================================================+

Line 177: (p_location => 'xla_reverse_events_pub_pkg.create_reversal_accounting');

173: RAISE;
174: WHEN OTHERS THEN
175: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
176: xla_exceptions_pkg.raise_message
177: (p_location => 'xla_reverse_events_pub_pkg.create_reversal_accounting');
178:
179: END create_reversal_accounting ;
180:
181:

Line 279: (p_location => 'xla_reverse_events_pub_pkg.delete_incomplete_reversal');

275: RAISE;
276: WHEN OTHERS THEN
277: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
278: xla_exceptions_pkg.raise_message
279: (p_location => 'xla_reverse_events_pub_pkg.delete_incomplete_reversal');
280:
281: END delete_incomplete_reversal ;
282:
283: BEGIN

Line 295: END xla_reverse_events_pub_pkg;

291: g_log_level := C_LEVEL_LOG_DISABLED;
292: END IF;
293:
294:
295: END xla_reverse_events_pub_pkg;