DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on FA_DEPRN_SUMMARY

Line 1141: from fa_deprn_summary

1137: where book_type_code = fp_reval_params.reval_asset_params.book_type_code
1138: and asset_id = fp_reval_params.reval_asset_params.asset_id
1139: and distribution_id = cp_distribution_id
1140: and period_counter = (select max(period_counter)
1141: from fa_deprn_summary
1142: where book_type_code = fp_reval_params.reval_asset_params.book_type_code
1143: and asset_id = fp_reval_params.reval_asset_params.asset_id);
1144:
1145: cursor c_get_dist_ytd(cp_distribution_id fa_deprn_detail.distribution_id%TYPE) is