DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_DEPRN_DETAIL

Line 2424: fa_deprn_detail fadd,

2420: fadp.period_counter,
2421: faadj.transaction_header_id
2422: FROM
2423: fa_distribution_history fadh,
2424: fa_deprn_detail fadd,
2425: fa_deprn_periods fadp,
2426: fa_adjustments faadj
2427: WHERE
2428: fadd.asset_id = h_asset_id

Line 3950: * is already factored into deprn_amount in fa_deprn_detail

3946: end if;
3947:
3948: /* Add the annualized_adj only when it is in a period
3949: * other than period of addition as the annualized amount
3950: * is already factored into deprn_amount in fa_deprn_detail
3951: */
3952: -- Bug 11782268 : Add annual_adj if h_annual_adj_check is 1
3953: if (h_curr_pd_add = 1) or (h_annual_adj_check <> 0) then
3954: -- Fix for Bug #3941213. Don't do this for prior

Line 4028: * in fa_deprn_detail and adjustment_amount in fa_adjustments

4024: * add to the total backup deprn. The following was required as
4025: * fix for 807256. May not be the most elegant but it works
4026: * without significant redesign of farboe. Always adding
4027: * h_deprn_amount which was the difference between deprn_amount
4028: * in fa_deprn_detail and adjustment_amount in fa_adjustments
4029: * does not work for all the cases. Instead the following
4030: * conditional logic adds the amounts correctly. SNARAYAN
4031: */
4032: