DBA Data[Home] [Help]

APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_ASSET_HISTORY

Line 1352: from fa_asset_history

1348: -- is in period of addition and backdated transaction
1349: -- results in catchup
1350: select count(*)
1351: into h_count
1352: from fa_asset_history
1353: where asset_id = X_asset_id
1354: and date_ineffective is null;
1355:
1356: if (h_count = 0) then