DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_METHODS

Line 277: fa_methods mt,

273: , dpr_in.asset_type
274: , dpr_in.eofy_reserve -- Bug#1248589
275: , h_prior_eofy_reserve --Bug#16045341
276: FROM fa_ceiling_types ceilt,
277: fa_methods mt,
278: fa_category_books cb,
279: fa_books bk,
280: fa_additions_b ad
281: WHERE cb.book_type_code = X_book

Line 368: fa_methods mt,

364: , dpr_in.asset_type
365: , dpr_in.eofy_reserve -- Bug#1248589
366: , h_prior_eofy_reserve --Bug#16045341
367: FROM fa_ceiling_types ceilt,
368: fa_methods mt,
369: fa_category_books cb,
370: fa_mc_books bk,
371: fa_additions_b ad
372: WHERE cb.book_type_code = X_book

Line 610: select count(*) into h_count from fa_methods

606: if (X_method_code is not null) then
607: fin_info.method_code := X_method_code;
608: dpr_in.method_code := X_method_code;
609:
610: select count(*) into h_count from fa_methods
611: where method_code = X_method_code
612: and rate_source_rule in ('TABLE','CALCULATED','FORMULA')
613: and rownum < 2;
614: