DBA Data[Home] [Help]

APPS.XLA_CMP_CONDITION_PKG dependencies on XLA_CMP_CONDITION_PKG

Line 1: PACKAGE BODY XLA_CMP_CONDITION_PKG AS

1: PACKAGE BODY XLA_CMP_CONDITION_PKG AS
2: /* $Header: xlacpcod.pkb 120.27.12000000.2 2007/05/18 21:50:18 sbhaskar ship $ */
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_cmp_condition_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +============================================================================+
8: | PACKAGE NAME |
9: | xla_cmp_condition_pkg |
10: | |
11: | DESCRIPTION |
12: | This is a XLA private package, which contains all the logic required |
13: | to generate conditions expressions from AMB specifcations |

Line 179: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_condition_pkg';

175: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
176: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
177:
178: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
179: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_condition_pkg';
180:
181: g_log_level NUMBER;
182: g_log_enabled BOOLEAN;
183:

Line 204: (p_location => 'xla_cmp_condition_pkg.trace');

200: WHEN xla_exceptions_pkg.application_exception THEN
201: RAISE;
202: WHEN OTHERS THEN
203: xla_exceptions_pkg.raise_message
204: (p_location => 'xla_cmp_condition_pkg.trace');
205: END trace;
206: --
207: --
208: --=============================================================================

Line 626: (p_location => 'xla_cmp_condition_pkg.GetOneRowCondition ');

622: WHEN OTHERS THEN
623: IF cond_cur%ISOPEN THEN CLOSE cond_cur; END IF;
624: p_rec_sources := l_rec_sources;
625: xla_exceptions_pkg.raise_message
626: (p_location => 'xla_cmp_condition_pkg.GetOneRowCondition ');
627: END GetOneRowCondition;
628:
629:
630: --+==========================================================================+

Line 784: (p_location => 'xla_cmp_condition_pkg.GetCondition ');

780: END IF;
781: RETURN NULL;
782: WHEN OTHERS THEN
783: xla_exceptions_pkg.raise_message
784: (p_location => 'xla_cmp_condition_pkg.GetCondition ');
785: END GetCondition;
786:
787: --=============================================================================
788: --

Line 825: END xla_cmp_condition_pkg; --

821:
822: IF NOT g_log_enabled THEN
823: g_log_level := C_LEVEL_LOG_DISABLED;
824: END IF;
825: END xla_cmp_condition_pkg; --