DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_METHODS

Line 106: fa_methods mt

102: bks.asset_id,
103: bks.deprn_method_code,
104: bks.life_in_months
105: from fa_books bks,
106: fa_methods mt
107: where bks.asset_id = p_asset_hdr_rec.asset_id
108: and bks.book_type_code = p_asset_hdr_rec.book_type_code
109: and bks.transaction_header_id_out is null
110: and bks.deprn_method_code = mt.method_code

Line 122: fa_methods mt

118: bks.asset_id,
119: bks.deprn_method_code,
120: bks.life_in_months
121: from fa_mc_books bks,
122: fa_methods mt
123: where bks.asset_id = p_asset_hdr_rec.asset_id
124: and bks.book_type_code = p_asset_hdr_rec.book_type_code
125: and bks.transaction_header_id_out is null
126: and bks.deprn_method_code = mt.method_code