DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS1_PKG dependencies on FA_ASSET_HISTORY

Line 3701: from fa_asset_history ah

3697:
3698: BEGIN
3699: select ah.asset_type
3700: into h_rule_in.asset_type
3701: from fa_asset_history ah
3702: where h_rule_in.asset_id = ah.asset_id
3703: and ah.date_ineffective is null;
3704: EXCEPTION
3705: WHEN OTHERS THEN