DBA Data[Home] [Help]

APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_DEBUG_PKG

Line 338: fa_debug_pkg.add ('FAGDCP', 'l_pers_per_yr', l_pers_per_yr);

334: end if;
335:
336: l_pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
337:
338: fa_debug_pkg.add ('FAGDCP', 'l_pers_per_yr', l_pers_per_yr);
339:
340: if l_pers_per_yr <> 365 then
341: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
342: else

Line 343: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);

339:
340: if l_pers_per_yr <> 365 then
341: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
342: else
343: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
344: fa_debug_pkg.add ('FAGDCP', 'dpr.prorate_date', dpr.prorate_date);
345: fa_debug_pkg.add ('FAGDCP', 'dpr.ret_prorate_jdate', dpr.ret_prorate_jdate);
346:
347: l_life_end_date := add_months(dpr.prorate_date,dpr.life);

Line 344: fa_debug_pkg.add ('FAGDCP', 'dpr.prorate_date', dpr.prorate_date);

340: if l_pers_per_yr <> 365 then
341: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
342: else
343: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
344: fa_debug_pkg.add ('FAGDCP', 'dpr.prorate_date', dpr.prorate_date);
345: fa_debug_pkg.add ('FAGDCP', 'dpr.ret_prorate_jdate', dpr.ret_prorate_jdate);
346:
347: l_life_end_date := add_months(dpr.prorate_date,dpr.life);
348:

Line 345: fa_debug_pkg.add ('FAGDCP', 'dpr.ret_prorate_jdate', dpr.ret_prorate_jdate);

341: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
342: else
343: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
344: fa_debug_pkg.add ('FAGDCP', 'dpr.prorate_date', dpr.prorate_date);
345: fa_debug_pkg.add ('FAGDCP', 'dpr.ret_prorate_jdate', dpr.ret_prorate_jdate);
346:
347: l_life_end_date := add_months(dpr.prorate_date,dpr.life);
348:
349: select end_date

Line 365: fa_debug_pkg.add ('FAGDCP', 'l_life_end_date', l_life_end_date);

361: if (l_pcal_life_end_date <= l_pcal_ret_end_date) then
362: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
363: end if; -- if (l_pcal_life_end_date <= l_pcal_ret_end_date) then
364:
365: fa_debug_pkg.add ('FAGDCP', 'l_life_end_date', l_life_end_date);
366: fa_debug_pkg.add ('FAGDCP', 'l_pcal_life_end_date', l_pcal_life_end_date);
367: fa_debug_pkg.add ('FAGDCP', 'l_pcal_ret_end_date', l_pcal_ret_end_date);
368: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
369:

Line 366: fa_debug_pkg.add ('FAGDCP', 'l_pcal_life_end_date', l_pcal_life_end_date);

362: deprn_amt := dpr.adj_rec_cost - dpr.deprn_rsv;
363: end if; -- if (l_pcal_life_end_date <= l_pcal_ret_end_date) then
364:
365: fa_debug_pkg.add ('FAGDCP', 'l_life_end_date', l_life_end_date);
366: fa_debug_pkg.add ('FAGDCP', 'l_pcal_life_end_date', l_pcal_life_end_date);
367: fa_debug_pkg.add ('FAGDCP', 'l_pcal_ret_end_date', l_pcal_ret_end_date);
368: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
369:
370: end if; -- if p_pers_per_yr <> 365 then

Line 367: fa_debug_pkg.add ('FAGDCP', 'l_pcal_ret_end_date', l_pcal_ret_end_date);

363: end if; -- if (l_pcal_life_end_date <= l_pcal_ret_end_date) then
364:
365: fa_debug_pkg.add ('FAGDCP', 'l_life_end_date', l_life_end_date);
366: fa_debug_pkg.add ('FAGDCP', 'l_pcal_life_end_date', l_pcal_life_end_date);
367: fa_debug_pkg.add ('FAGDCP', 'l_pcal_ret_end_date', l_pcal_ret_end_date);
368: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
369:
370: end if; -- if p_pers_per_yr <> 365 then
371:

Line 368: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);

364:
365: fa_debug_pkg.add ('FAGDCP', 'l_life_end_date', l_life_end_date);
366: fa_debug_pkg.add ('FAGDCP', 'l_pcal_life_end_date', l_pcal_life_end_date);
367: fa_debug_pkg.add ('FAGDCP', 'l_pcal_ret_end_date', l_pcal_ret_end_date);
368: fa_debug_pkg.add ('FAGDCP', 'deprn_amt', deprn_amt);
369:
370: end if; -- if p_pers_per_yr <> 365 then
371:
372: end if; -- if l_last_period then

Line 685: fa_debug_pkg.add(l_calling_fn, 'End', 'Success',p_log_level_rec);

681: x_deprn_exp => x_deprn_exp,
682: x_bonus_deprn_exp => x_bonus_deprn_exp,
683: p_log_level_rec => p_log_level_rec) then
684: if (p_log_level_rec.statement_level) then
685: fa_debug_pkg.add(l_calling_fn, 'End', 'Success',p_log_level_rec);
686: end if;
687:
688: raise calc_err;
689: end if;