DBA Data[Home] [Help]

APPS.XLA_JE_FUNDS_CHECKER_PKG dependencies on XLA_JE_FUNDS_CHECKER_PKG

Line 1: PACKAGE BODY xla_je_funds_checker_pkg AS

1: PACKAGE BODY xla_je_funds_checker_pkg AS
2: /* $Header: xlajefck.pkb 120.13 2006/11/10 19:50:57 awan ship $ */
3:
4: -------------------------------------------------------------------------------
5: -- declaring global types

Line 47: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_je_funds_checker_pkg';

43: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
44: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
45:
46: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
47: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_je_funds_checker_pkg';
48:
49: g_debug_flag VARCHAR2(1) :=
50: NVL(fnd_profile.value('XLA_DEBUG_TRACE'),'N');
51:

Line 74: (p_location => 'xla_je_funds_checker_pkg.trace');

70: WHEN xla_exceptions_pkg.application_exception THEN
71: RAISE;
72: WHEN OTHERS THEN
73: xla_exceptions_pkg.raise_message
74: (p_location => 'xla_je_funds_checker_pkg.trace');
75: END trace;
76:
77: --=============================================================================
78: -- *********** public procedures and functions **********

Line 140: (p_location => 'xla_je_funds_checker_pkg.reserve_funds');

136: WHEN xla_exceptions_pkg.application_exception THEN
137: RAISE;
138: WHEN OTHERS THEN
139: xla_exceptions_pkg.raise_message
140: (p_location => 'xla_je_funds_checker_pkg.reserve_funds');
141: END reserve_funds;
142:
143:
144: --=============================================================================

Line 200: (p_location => 'xla_je_funds_checker_pkg.unreserve_funds');

196: WHEN xla_exceptions_pkg.application_exception THEN
197: RAISE;
198: WHEN OTHERS THEN
199: xla_exceptions_pkg.raise_message
200: (p_location => 'xla_je_funds_checker_pkg.unreserve_funds');
201: END unreserve_funds;
202:
203:
204: --=============================================================================

Line 255: (p_location => 'xla_je_funds_checker_pkg.check_funds');

251: WHEN xla_exceptions_pkg.application_exception THEN
252: RAISE;
253: WHEN OTHERS THEN
254: xla_exceptions_pkg.raise_message
255: (p_location => 'xla_je_funds_checker_pkg.check_funds');
256: END check_funds;
257:
258:
259: --=============================================================================

Line 394: (p_location => 'xla_je_funds_checker_pkg.insert_check_funds_row');

390: WHEN xla_exceptions_pkg.application_exception THEN
391: RAISE;
392: WHEN OTHERS THEN
393: xla_exceptions_pkg.raise_message
394: (p_location => 'xla_je_funds_checker_pkg.insert_check_funds_row');
395:
396: END insert_check_funds_row;
397:
398: --=============================================================================

Line 567: (p_location => 'xla_je_funds_checker_pkg.bc_packet_insert');

563: CLOSE c_get_packet_id;
564: end if;
565:
566: xla_exceptions_pkg.raise_message
567: (p_location => 'xla_je_funds_checker_pkg.bc_packet_insert');
568:
569: END bc_packet_insert;
570:
571: --=============================================================================

Line 635: ,'xla_je_funds_checker_pkg.funds_action');

631: ,'XLA_COMMON_ERROR'
632: ,'ERROR'
633: ,'Error from funds checking routine: '||PSA_FUNDS_CHECKER_PKG.GET_DEBUG
634: ,'LOCATION'
635: ,'xla_je_funds_checker_pkg.funds_action');
636:
637: END IF;
638:
639: IF (C_LEVEL_EVENT >= g_log_level) THEN

Line 669: (p_location => 'xla_je_funds_checker_pkg.funds_action');

665: p_level => C_LEVEL_EVENT);
666: END IF;
667:
668: xla_exceptions_pkg.raise_message
669: (p_location => 'xla_je_funds_checker_pkg.funds_action');
670: END funds_action;
671:
672: end xla_je_funds_checker_pkg;

Line 672: end xla_je_funds_checker_pkg;

668: xla_exceptions_pkg.raise_message
669: (p_location => 'xla_je_funds_checker_pkg.funds_action');
670: END funds_action;
671:
672: end xla_je_funds_checker_pkg;