DBA Data[Home] [Help]

APPS.FA_DEPRN_TAX_C_PKG dependencies on FA_CACHE_PKG

Line 3: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY FA_DEPRN_TAX_C_PKG AS
2: /* $Header: facdptxb.pls 120.12.12010000.1 2008/07/28 13:20:46 appldev ship $ */
3: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
4:
5: PROCEDURE fadptx_insert (
6: errbuf out nocopy varchar2,
7: retcode out nocopy number,

Line 158: if NOT fa_cache_pkg.fazcbc(X_book => argument1) then -- Added for debug standard

154:
155: h_debug := Upper(argument16) LIKE 'Y%';
156: IF h_debug THEN
157: fa_rx_util_pkg.enable_debug;
158: if NOT fa_cache_pkg.fazcbc(X_book => argument1) then -- Added for debug standard
159: raise fadptx_insert_err;
160: end if;
161: END IF;
162: