DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_BOOKS

Line 244: from fa_books bk, fa_book_controls bc

240: -- find corporate book
241: x_err_stage := 'find corporate book';
242:
243: select bc.book_type_code into ll_corp_book
244: from fa_books bk, fa_book_controls bc
245: where bc.book_class = 'CORPORATE'
246: and bk.asset_id = X_Asset_Id
247: and bk.book_type_code = bc.book_type_code
248: and bk.date_ineffective is null;

Line 389: from fa_books bk,

385: x_err_stack := x_err_stack||'->Updating Asset Catgeory';
386:
387: select bc.book_type_code
388: into l_asset_hdr_rec.book_type_code
389: from fa_books bk,
390: fa_book_controls bc
391: where bk.asset_id = x_asset_id
392: and bk.book_type_code = bc.book_type_code
393: and bk.transaction_header_id_out is null

Line 565: from fa_books

561: select basic_rate,
562: adjusted_rate,
563: production_capacity,
564: deprn_method_code
565: from fa_books
566: where asset_id = px_asset_hdr_rec.asset_id
567: and book_type_code = px_asset_hdr_rec.book_type_code
568: and date_ineffective is null;
569: