DBA Data[Home] [Help]

APPS.FA_TRANSFER_XIT_PKG dependencies on FA_CATEGORY_BOOKS

Line 595: from fa_category_books

591: X_adj_ptr.account_type := 'CIP_COST_ACCT';
592:
593: select cip_cost_acct
594: into X_adj_ptr.account
595: from fa_category_books
596: where book_type_code = h_book
597: and category_id = h_category_id;
598:
599: elsif (X_asset_type = 'CAPITALIZED' OR

Line 607: from fa_category_books

603: X_adj_ptr.account_type := 'ASSET_COST_ACCT';
604:
605: select asset_cost_acct
606: into X_adj_ptr.account
607: from fa_category_books
608: where book_type_code = h_book
609: and category_id = h_category_id;
610:
611: end if;

Line 627: from fa_category_books

623:
624:
625: select deprn_reserve_acct
626: into X_adj_ptr.account
627: from fa_category_books
628: where book_type_code = h_book
629: and category_id = h_category_id;
630:
631: if (X_select_mode = fa_adjust_type_pkg.FA_AJ_CLEAR) then

Line 646: from fa_category_books

642:
643:
644: select bonus_deprn_reserve_acct
645: into X_adj_ptr.account
646: from fa_category_books
647: where book_type_code = h_book
648: and category_id = h_category_id;
649:
650: if (X_select_mode = fa_adjust_type_pkg.FA_AJ_CLEAR) then

Line 664: from fa_category_books

660: X_adj_ptr.account_type := 'REVAL_RESERVE_ACCT';
661:
662: select reval_reserve_acct
663: into X_adj_ptr.account
664: from fa_category_books
665: where book_type_code = h_book
666: and category_id = h_category_id;
667:
668: if (X_select_mode = fa_adjust_type_pkg.FA_AJ_CLEAR) then