DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_METHODS

Line 451: from fa_methods a, fa_category_book_defaults b

447: is
448: v_dummy varchar2(20);
449: cursor c is
450: select rate_source_rule
451: from fa_methods a, fa_category_book_defaults b
452: where b.category_id = x_cat_id
453: and book_type_code = x_book_type_code
454: and a.method_code = b.deprn_method
455: and ( trunc(sysdate) between start_dpis and nvl(end_dpis, trunc(sysdate) ) );