DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_BOOKS

Line 242: from fa_books bk, fa_book_controls bc

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

Line 387: from fa_books bk,

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

Line 563: from fa_books

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