DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_MC_ADJUSTMENTS

Line 2225: from fa_mc_adjustments adj

2221: cursor FA_ADJ_RESERVE_MRC is
2222: select sum(decode(adj.debit_credit_flag,
2223: 'DR',adj.adjustment_amount,
2224: 'CR', -1 * adj.adjustment_amount))
2225: from fa_mc_adjustments adj
2226: where adj.book_type_code = h_book_type_code
2227: and adj.asset_id = h_member_asset_id
2228: and adj.adjustment_type = 'RESERVE'
2229: and adj.source_type_code = 'ADJUSTMENT'