DBA Data[Home] [Help]

APPS.XLA_AAD_HEADER_AC_ASSGNS_F_PVT dependencies on XLA_AAD_HEADER_AC_ASSGNS_F_PVT

Line 1: PACKAGE BODY xla_aad_header_ac_assgns_f_pvt AS

1: PACKAGE BODY xla_aad_header_ac_assgns_f_pvt AS
2: /* $Header: xlathhac.pkb 120.1 2005/04/28 18:45:52 masada ship $ */
3: /*======================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_aad_header_ac_assgns_f_pvt |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +=======================================================================+
8: | PACKAGE NAME |
9: | xla_aad_header_ac_assgns_f_pvt |
10: | |
11: | DESCRIPTION |
12: | Forms PL/SQL Wrapper for xla_aad_header_ac_assgns |
13: | |

Line 30: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_aad_header_ac_assgns_f_pvt';

26: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
27: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
28:
29: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
30: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_aad_header_ac_assgns_f_pvt';
31:
32: g_log_level NUMBER;
33: g_log_enabled BOOLEAN;
34:

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

51: RAISE;
52:
53: WHEN OTHERS THEN
54: xla_exceptions_pkg.raise_message
55: (p_location => 'xla_aad_header_ac_assgns_f_pvt.trace');
56: END trace;
57:
58:
59: /*======================================================================+

Line 287: end xla_aad_header_ac_assgns_f_pvt;

283: IF NOT g_log_enabled THEN
284: g_log_level := C_LEVEL_LOG_DISABLED;
285: END IF;
286:
287: end xla_aad_header_ac_assgns_f_pvt;