DBA Data[Home] [Help]

APPS.FA_TRANSFER_PVT dependencies on FA_ADJUSTMENTS

Line 104: /* Insert FA_ADJUSTMENTS rows for all nonzero elements, and for */

100: end if;
101:
102:
103:
104: /* Insert FA_ADJUSTMENTS rows for all nonzero elements, and for */
105: /* Deprn Expense even if zero */
106:
107: if TRUE then
108:

Line 442: FROM fa_adjustments aj

438: 'REVAL RESERVE', 5,
439: 'BONUS EXPENSE', 6,
440: 'BONUS RESERVE', 7,
441: 0) adj_type
442: FROM fa_adjustments aj
443: WHERE aj.book_type_code = p_asset_hdr_rec.book_type_code
444: AND aj.asset_id = p_asset_hdr_rec.asset_id
445: AND aj.distribution_id = p_asset_dist_rec.distribution_id
446: AND aj.period_counter_created between

Line 525: FROM fa_adjustments aj

521: 'REVAL RESERVE', 5,
522: 'BONUS EXPENSE', 6,
523: 'BONUS RESERVE', 7,
524: 0) adj_type
525: FROM fa_adjustments aj
526: WHERE aj.book_type_code = p_asset_hdr_rec.book_type_code
527: AND aj.asset_id = p_asset_hdr_rec.asset_id
528: AND aj.distribution_id = p_asset_dist_rec.distribution_id
529: AND aj.period_counter_created = cur_per_ctr

Line 823: -- Get information from FA_ADJUSTMENTS for the Distribution requested

819: fa_debug_pkg.add(l_calling_fn,'dd_reval_deprn_exp to reverse at 2', dd_reval_deprn_exp, p_log_level_rec => p_log_level_rec);
820: fa_debug_pkg.add(l_calling_fn,'dd_reval_amo to reverse at 2', dd_reval_amo, p_log_level_rec => p_log_level_rec);
821: end if;
822:
823: -- Get information from FA_ADJUSTMENTS for the Distribution requested
824:
825: b := faxzdrs (adj_deprn,p_log_level_rec);
826: b := faxzdrs (ann_adj_amts,p_log_level_rec);
827: