DBA Data[Home] [Help]

APPS.FA_AMORT_PVT dependencies on FA_TRX_REFERENCES

Line 5278: -- outside (source is fa_trx_references

5274: l_trx_period_rec.period_counter = l_current_period_counter then
5275:
5276: --115.211.211 branch to mainline porting starts
5277: --Bug6987743: member reserve should be taken out is passed form
5278: -- outside (source is fa_trx_references
5279: -- Reserve adjustment amount has already been maintained before this line.
5280: -- x_deprn_reserve := (-1)*l_mem_deprn_reserve;
5281:
5282: x_deprn_reserve := (fa_amort_pvt.t_deprn_reserve(i - 1) - l_old_reserve);

Line 5301: -- outside (source is fa_trx_references

5297: (l_mem_loop_first) then
5298:
5299: --115.211.211 branch to mainline porting starts
5300: --Bug6987743: member reserve should be taken out is passed form
5301: -- outside (source is fa_trx_references
5302: -- Reserve adjustment amount has already been maintained before this line.
5303:
5304: if (fa_cache_pkg.fazcdbr_record.rule_name = 'ENERGY PERIOD END BALANCE') then
5305: x_deprn_reserve := (-1)*l_mem_deprn_reserve;

Line 11892: from fa_trx_references tr

11888: th.transaction_date_entered),
11889: th.transaction_date_entered) > c_transaction_date_entered)
11890: and th.transaction_header_id <> l_incoming_thid
11891: and not exists (select 'Exclude reclass trx'
11892: from fa_trx_references tr
11893: where tr.member_asset_id = th.asset_id
11894: and tr.member_transaction_header_id = th.transaction_header_id
11895: and tr.book_type_code = p_asset_hdr_rec.book_type_code
11896: and tr.transaction_type = G_TRX_TYPE_GRP_CHG)