DBA Data[Home] [Help]

APPS.FA_GAINLOSS_DPR_PKG dependencies on FA_MC_ADJUSTMENTS

Line 525: from fa_mc_adjustments

521: and transaction_header_id = ret.th_id_in;
522:
523: CURSOR c_get_rsv_ret_mrc IS
524: select sum(decode(debit_credit_flag, 'CR', -1, 1) * adjustment_amount)
525: from fa_mc_adjustments
526: where asset_id = ret.asset_id
527: and book_type_code = ret.book
528: and source_type_code = 'RETIREMENT'
529: and adjustment_type = 'RESERVE'