DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_METHODS

Line 87: fa_methods mt

83: bks.asset_id,
84: bks.deprn_method_code,
85: bks.life_in_months
86: from fa_books bks,
87: fa_methods mt
88: where bks.asset_id = p_asset_hdr_rec.asset_id
89: and bks.book_type_code = p_asset_hdr_rec.book_type_code
90: and bks.transaction_header_id_out is null
91: and bks.deprn_method_code = mt.method_code

Line 103: fa_methods mt

99: bks.asset_id,
100: bks.deprn_method_code,
101: bks.life_in_months
102: from fa_books_mrc_v bks,
103: fa_methods mt
104: where bks.asset_id = p_asset_hdr_rec.asset_id
105: and bks.book_type_code = p_asset_hdr_rec.book_type_code
106: and bks.transaction_header_id_out is null
107: and bks.deprn_method_code = mt.method_code