DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on FA_DEPRN_SUMMARY

Line 1157: from fa_deprn_summary

1153: where book_type_code = fp_reval_params.reval_asset_params.book_type_code
1154: and asset_id = fp_reval_params.reval_asset_params.asset_id
1155: and distribution_id = cp_distribution_id
1156: and period_counter = (select max(period_counter)
1157: from fa_deprn_summary
1158: where book_type_code = fp_reval_params.reval_asset_params.book_type_code
1159: and asset_id = fp_reval_params.reval_asset_params.asset_id);
1160:
1161: cursor c_get_dist_ytd(cp_distribution_id fa_deprn_detail.distribution_id%TYPE) is