DBA Data[Home] [Help]

APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_ASSET_HISTORY

Line 1393: from fa_asset_history

1389: -- is in period of addition and backdated transaction
1390: -- results in catchup
1391: select count(*)
1392: into h_count
1393: from fa_asset_history
1394: where asset_id = X_asset_id
1395: and date_ineffective is null;
1396:
1397: if (h_count = 0) then