DBA Data[Home] [Help]

APPS.FA_ADDITIONS_PKG dependencies on FA_ASSET_HISTORY

Line 1122: SET current_units = (select units from fa_asset_history

1118: X_Calling_Fn VARCHAR2,
1119: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) IS
1120: BEGIN
1121: UPDATE fa_additions_b
1122: SET current_units = (select units from fa_asset_history
1123: where asset_id = X_Asset_Id
1124: and date_ineffective is null)
1125: WHERE asset_id = X_Asset_Id;
1126: if (SQL%NOTFOUND) then