DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_FLAT_RATES

Line 9262: from fa_flat_rates ffr

9258: from fa_methods fm
9259: where fm.method_code = p_method_code
9260: and fm.life_in_months is null
9261: and exists (select 1
9262: from fa_flat_rates ffr
9263: where ffr.method_id = fm.method_id
9264: and ffr.basic_rate = p_basic_rate
9265: and ffr.adjusted_rate = p_adj_rate);
9266: