DBA Data[Home] [Help]

APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_ADJUSTMENTS

Line 516: from fa_adjustments

512: and outbk.transaction_header_id_out = ret.th_id_in;
513:
514: CURSOR c_get_rsv_ret IS
515: select sum(decode(debit_credit_flag, 'CR', -1, 1) * adjustment_amount)
516: from fa_adjustments
517: where asset_id = ret.asset_id
518: and book_type_code = ret.book
519: and source_type_code = 'RETIREMENT'
520: and adjustment_type = 'RESERVE'