DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_ERR_PKG dependencies on XLA_ACCOUNTING_ERR_PKG

Line 1: PACKAGE BODY xla_accounting_err_pkg AS

1: PACKAGE BODY xla_accounting_err_pkg AS
2: -- $Header: xlaaperr.pkb 120.20.12020000.2 2012/07/23 13:15:08 vgopiset ship $
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_accounting_err_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +============================================================================+
8: | PACKAGE NAME |
9: | xla_accounting_err_pkg |
10: | |
11: | DESCRIPTION |
12: | This is the body of the package that handles errors for accounting |
13: | entries generated by Accounting Program and Mnaual Enteries. |

Line 64: g_accounting_errors xla_accounting_err_pkg.t_array_error;

60: -- declaring private variables
61: -------------------------------------------------------------------------------
62: g_error_index PLS_INTEGER := 0;
63: g_client_id VARCHAR2(30);
64: g_accounting_errors xla_accounting_err_pkg.t_array_error;
65: g_error_source VARCHAR2(30);
66: g_request_id NUMBER;
67: g_application_id NUMBER;
68: -------------------------------------------------------------------------------

Line 94: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_accounting_err_pkg';

90: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
91: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
92:
93: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
94: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_accounting_err_pkg';
95:
96: g_log_level NUMBER;
97: g_log_enabled BOOLEAN;
98:

Line 116: (p_location => 'xla_accounting_err_pkg.trace');

112: WHEN xla_exceptions_pkg.application_exception THEN
113: RAISE;
114: WHEN OTHERS THEN
115: xla_exceptions_pkg.raise_message
116: (p_location => 'xla_accounting_err_pkg.trace');
117: END trace;
118:
119:
120: --=============================================================================

Line 303: (p_location => 'xla_accounting_err_pkg.build_message');

299: ,p_module => l_log_module);
300: END IF;
301:
302: xla_exceptions_pkg.raise_message
303: (p_location => 'xla_accounting_err_pkg.build_message');
304: END build_message; -- end of procedure
305:
306:
307: --=============================================================================

Line 444: (p_location => 'xla_accounting_err_pkg.build_message');

440: ,p_module => l_log_module);
441: END IF;
442:
443: xla_exceptions_pkg.raise_message
444: (p_location => 'xla_accounting_err_pkg.build_message');
445: END build_message; -- end of procedure
446:
447:
448: --=============================================================================

Line 605: (p_location => 'xla_accounting_err_pkg.build_message');

601: ,p_module => l_log_module);
602: END IF;
603:
604: xla_exceptions_pkg.raise_message
605: (p_location => 'xla_accounting_err_pkg.build_message');
606: END build_message; -- end of procedure
607:
608:
609: --=============================================================================

Line 786: (p_location => 'xla_accounting_err_pkg.build_message');

782: ,p_module => l_log_module);
783: END IF;
784:
785: xla_exceptions_pkg.raise_message
786: (p_location => 'xla_accounting_err_pkg.build_message');
787: END build_message; -- end of procedure
788:
789:
790: --=============================================================================

Line 987: (p_location => 'xla_accounting_err_pkg.build_message');

983: ,p_module => l_log_module);
984: END IF;
985:
986: xla_exceptions_pkg.raise_message
987: (p_location => 'xla_accounting_err_pkg.build_message');
988: END build_message; -- end of procedure
989:
990:
991: --=============================================================================

Line 1208: (p_location => 'xla_accounting_err_pkg.build_message');

1204: ,p_module => l_log_module);
1205: END IF;
1206:
1207: xla_exceptions_pkg.raise_message
1208: (p_location => 'xla_accounting_err_pkg.build_message');
1209: END build_message; -- end of procedure
1210:
1211:
1212:

Line 1450: (p_location => 'xla_accounting_err_pkg.build_message');

1446: ,p_module => l_log_module);
1447: END IF;
1448:
1449: xla_exceptions_pkg.raise_message
1450: (p_location => 'xla_accounting_err_pkg.build_message');
1451: END build_message; -- end of procedure
1452:
1453:
1454: --=============================================================================

Line 1492: (p_location => 'xla_accounting_err_pkg.get_total_error_count');

1488: WHEN xla_exceptions_pkg.application_exception THEN
1489: RAISE;
1490: WHEN OTHERS THEN
1491: xla_exceptions_pkg.raise_message
1492: (p_location => 'xla_accounting_err_pkg.get_total_error_count');
1493: END get_total_error_count; -- end of function
1494:
1495:
1496: --=============================================================================

Line 1560: (p_location => 'xla_accounting_err_pkg.initialize');

1556: WHEN xla_exceptions_pkg.application_exception THEN
1557: RAISE;
1558: WHEN OTHERS THEN
1559: xla_exceptions_pkg.raise_message
1560: (p_location => 'xla_accounting_err_pkg.initialize');
1561: END initialize; -- end of procedure
1562:
1563:
1564: --=============================================================================

Line 1653: (p_location => 'xla_accounting_err_pkg.insert_errors');

1649: WHEN xla_exceptions_pkg.application_exception THEN
1650: RAISE;
1651: WHEN OTHERS THEN
1652: xla_exceptions_pkg.raise_message
1653: (p_location => 'xla_accounting_err_pkg.insert_errors');
1654: END insert_errors; -- end of procedure
1655:
1656:
1657:

Line 1722: (p_location => 'xla_accounting_err_pkg.set_options');

1718: WHEN xla_exceptions_pkg.application_exception THEN
1719: RAISE;
1720: WHEN OTHERS THEN
1721: xla_exceptions_pkg.raise_message
1722: (p_location => 'xla_accounting_err_pkg.set_options');
1723: END set_options; -- end of procedure
1724:
1725:
1726:

Line 1942: (p_location => 'xla_accounting_err_pkg.stack_error');

1938: ,p_module => l_log_module);
1939: END IF;
1940:
1941: xla_exceptions_pkg.raise_message
1942: (p_location => 'xla_accounting_err_pkg.stack_error');
1943: END stack_error; -- end of procedure
1944:
1945:
1946:

Line 1981: (p_location => 'xla_accounting_err_pkg.reset');

1977: WHEN xla_exceptions_pkg.application_exception THEN
1978: RAISE;
1979: WHEN OTHERS THEN
1980: xla_exceptions_pkg.raise_message
1981: (p_location => 'xla_accounting_err_pkg.reset');
1982: END reset; -- end of procedure
1983:
1984:
1985: --=============================================================================

Line 2027: END xla_accounting_err_pkg;

2023: g_log_level := C_LEVEL_LOG_DISABLED;
2024: END IF;
2025: initialize;
2026:
2027: END xla_accounting_err_pkg;