DBA Data[Home] [Help]

APPS.XLA_CMP_CALL_FCT_PKG dependencies on XLA_CMP_CALL_FCT_PKG

Line 1: PACKAGE BODY xla_cmp_call_fct_pkg AS

1: PACKAGE BODY xla_cmp_call_fct_pkg AS
2: /* $Header: xlacpcll.pkb 120.19 2006/04/06 19:39:58 wychan ship $ */
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_cmp_call_fct_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +============================================================================+
8: | PACKAGE NAME |
9: | xla_cmp_call_fct_pkg |
10: | |
11: | DESCRIPTION |
12: | This is a XLA private package, which contains all the logic required |
13: | to generate function/procedure calls |

Line 58: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_call_fct_pkg';

54: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
55: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
56:
57: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
58: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_call_fct_pkg';
59:
60: g_log_level NUMBER;
61: g_log_enabled BOOLEAN;
62:

Line 80: (p_location => 'xla_cmp_call_fct_pkg.trace');

76: WHEN xla_exceptions_pkg.application_exception THEN
77: RAISE;
78: WHEN OTHERS THEN
79: xla_exceptions_pkg.raise_message
80: (p_location => 'xla_cmp_call_fct_pkg.trace');
81: END trace;
82:
83:
84: /*-----------------------------------------------------------------+

Line 177: (p_location => 'xla_cmp_call_fct_pkg.GetSourceParameters');

173: END IF;
174: RAISE;
175: WHEN OTHERS THEN
176: xla_exceptions_pkg.raise_message
177: (p_location => 'xla_cmp_call_fct_pkg.GetSourceParameters');
178: END GetSourceParameters;
179:
180: /*-----------------------------------------------------------------+
181: | |

Line 287: (p_location => 'xla_cmp_call_fct_pkg.GetHeaderParameters');

283: END IF;
284: RAISE;
285: WHEN OTHERS THEN
286: xla_exceptions_pkg.raise_message
287: (p_location => 'xla_cmp_call_fct_pkg.GetHeaderParameters');
288: END GetHeaderParameters;
289:
290: /*--------------------------------------------------------------------------+
291: | |

Line 438: (p_location => 'xla_cmp_call_fct_pkg.GetLineParameters');

434: END IF;
435: RAISE;
436: WHEN OTHERS THEN
437: xla_exceptions_pkg.raise_message
438: (p_location => 'xla_cmp_call_fct_pkg.GetLineParameters');
439: END GetLineParameters;
440:
441: --
442: --=============================================================================

Line 481: END xla_cmp_call_fct_pkg; --

477: IF NOT g_log_enabled THEN
478: g_log_level := C_LEVEL_LOG_DISABLED;
479: END IF;
480:
481: END xla_cmp_call_fct_pkg; --