DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FA_CATEGORY_BOOKS

Line 257: from fa_category_books

253: if X_ASSET_TYPE = 'CIP' then
254: -- check that CIP accounts are set up
255: select count(*)
256: into ll_count
257: from fa_category_books
258: where category_id = X_new_cat_ID
259: and book_type_code = ll_corp_book
260: and cip_cost_acct is not null
261: and cip_clearing_acct is not null;

Line 272: from fa_category_books

268:
269: -- check if cat is set up in this book
270: select count(*)
271: into ll_count
272: from fa_category_books
273: where book_type_code = ll_corp_book and
274: category_id = X_new_cat_ID;
275: --
276: if ll_count = 0 then