DBA Data[Home] [Help]

APPS.IGI_IAC_YTD_PRE_PROCESS_PKG dependencies on FA_DEPRN_SUMMARY

Line 51: from fa_deprn_summary

47: where book_type_code = p_book_type_code
48: and asset_id = cp_asset_id
49: and distribution_id = cp_distribution_id
50: and period_counter = (select max(period_counter)
51: from fa_deprn_summary
52: where book_type_code = p_book_type_code
53: and asset_id = cp_asset_id);
54:
55: CURSOR c_get_dists(cp_asset_id number, cp_adjustment_id number) IS