DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_CATEGORY_BOOKS

Line 649: -- Get the various Accts from FA_CATEGORY_BOOKS

645: adj_row.code_combination_id := 0;
646:
647: adj_row.book_type_code := h_book;
648:
649: -- Get the various Accts from FA_CATEGORY_BOOKS
650:
651: if not fa_cache_pkg.fazccb (h_book, h_category_id) then
652: RAISE fagtax_error;
653: end if;

Line 2716: -- Get the various Accounts from FA_CATEGORY_BOOKS cache

2712: WHERE asset_id = RET.asset_id
2713: AND date_ineffective is null;
2714:
2715: if RET.units_retired > 0 then /* not partial cost retirement */
2716: -- Get the various Accounts from FA_CATEGORY_BOOKS cache
2717: if (not fa_cache_pkg.fazccb (RET.book, h_category_id) ) then
2718: RAISE fagiav_error;
2719: end if;
2720: