DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS1_PKG dependencies on FA_ASSET_HISTORY

Line 3421: from fa_asset_history ah

3417:
3418:
3419: select ah.asset_type
3420: into h_rule_in.asset_type
3421: from fa_asset_history ah
3422: where h_rule_in.asset_id = ah.asset_id
3423: and ah.date_ineffective is null;
3424:
3425: elsif h_rule_in.asset_type is null then