126:
127: --Get Period Posted for Successful Transactions
128: SELECT period_name
129: INTO v_fa_period_posted
130: FROM fa_deprn_periods
131: WHERE book_type_code = v_asset_hdr_rec.book_type_code
132: AND v_trans_rec.who_info.last_update_date --Transaction date_effective as per BRIDGWAY
133: BETWEEN period_open_date AND NVL(period_close_date, SYSDATE);
134: