DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_MC_BOOKS

Line 1308: update fa_mc_books fabk

1304: where fabk.asset_id = p_asset_hdr_rec.asset_id
1305: and fabk.book_type_code = p_asset_hdr_rec.book_type_code
1306: and fabk.date_ineffective is NULL;
1307:
1308: update fa_mc_books fabk
1309: set adjustment_required_status = 'TFR',
1310: annual_deprn_rounding_flag = 'TFR'
1311: where fabk.asset_id = p_asset_hdr_rec.asset_id
1312: and fabk.book_type_code = p_asset_hdr_rec.book_type_code

Line 1361: update fa_mc_books fabk

1357: where fabk.asset_id = p_asset_hdr_rec.asset_id
1358: and fabk.book_type_code = l_tax_book_type_code
1359: and fabk.date_ineffective is NULL;
1360:
1361: update fa_mc_books fabk
1362: set
1363: adjustment_required_status = 'NONE',
1364: annual_deprn_rounding_flag = NULL
1365: where fabk.asset_id = p_asset_hdr_rec.asset_id

Line 1392: update fa_mc_books fabk

1388: where fabk.asset_id = p_asset_hdr_rec.asset_id
1389: and fabk.book_type_code = l_tax_book_type_code
1390: and fabk.date_ineffective is NULL;
1391:
1392: update fa_mc_books fabk
1393: set adjustment_required_status = decode(l_allow_backdated_transfers,'N','NONE','TFR'),
1394: annual_deprn_rounding_flag = decode(l_allow_backdated_transfers,'N',NULL,'TFR')
1395: where fabk.asset_id = p_asset_hdr_rec.asset_id
1396: and fabk.book_type_code = l_tax_book_type_code