DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_CACHE_PKG

Line 4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY FA_DEPRN_ROLLBACK_PVT AS
2: /* $Header: FAVDRBB.pls 120.15.12010000.1 2008/07/28 13:18:22 appldev ship $ */
3:
4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
5:
6:
7: function do_rollback (
8: p_asset_hdr_rec IN fa_api_types.asset_hdr_rec_type,

Line 388: if not fa_cache_pkg.fazcct(X_calendar => fa_cache_pkg.fazcbc_record.deprn_calendar

384:
385: -- now continue with main processing
386:
387:
388: if not fa_cache_pkg.fazcct(X_calendar => fa_cache_pkg.fazcbc_record.deprn_calendar
389: ,p_log_level_rec => p_log_level_rec) then
390: raise rb_error;
391: end if;
392:

Line 394: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;

390: raise rb_error;
391: end if;
392:
393: -- Bug:5701095
394: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
395:
396: -- Bug:6665510:Japan Tax Reform Project
397: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
398:

Line 397: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

393: -- Bug:5701095
394: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
395:
396: -- Bug:6665510:Japan Tax Reform Project
397: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
398:
399: -- Bug# 3798413: Reset adjusted_cost back to the original adjusted_cost
400: -- for the addition transaction.
401: -- For period of addition transaction, we are getting the value

Line 1248: fa_debug_pkg.add('FAVDRBB', 'guarantee_flag', fa_cache_pkg.fazccmt_record.guarantee_rate_method_flag);

1244: -- End of terminal gain loss
1245:
1246: -- Bug:6665510:Japan Tax Reform Project
1247: if (g_print_debug) then
1248: fa_debug_pkg.add('FAVDRBB', 'guarantee_flag', fa_cache_pkg.fazccmt_record.guarantee_rate_method_flag);
1249: fa_debug_pkg.add('FAVDRBB', 'period_num', p_period_rec.period_num);
1250: fa_debug_pkg.add('FAVDRBB', 'pers_per_yr', pers_per_yr);
1251: end if;
1252: