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.17.12020000.2 2012/07/20 10:15:46 mswetha 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 162: if NOT fa_cache_pkg.fazcbc(X_book => argument1) then -- Added for debug standard

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