DBA Data[Home] [Help]

APPS.FA_FAS443_XMLP_PKG dependencies on FA_BOOKS

Line 273: fa_books bk,

269: th.transaction_type_code
270: FROM fa_ceiling_types ceilt,
271: fa_methods mt,
272: fa_category_books cb,
273: fa_books bk,
274: fa_retirements ret,
275: fa_transaction_headers th,
276: fa_additions ad
277: WHERE cb.book_type_code = X_book

Line 308: fa_books bk,

304: dpr_in.asset_id := x_asset_id;
305: select deprn_reserve, ytd_deprn, bk.date_placed_in_service, bk.deprn_method_code
306: into dpr_in.deprn_rsv, dpr_in.ytd_deprn, l_main_dpis, l_method_code
307: from fa_deprn_summary ds,
308: fa_books bk,
309: fa_transaction_headers th
310: where ds.book_type_code = X_book
311: and ds.asset_id = X_asset_id
312: and ds.deprn_source_code = 'BOOKS'