DBA Data[Home] [Help]

APPS.IGI_IGIIARPR_XMLP_PKG dependencies on FA_CATEGORY_BOOKS

Line 753: from fa_category_books

749:
750:
751: Select asset_cost_acct,deprn_reserve_acct into
752: cp_cost_acct,cp_acc_deprn_acct
753: from fa_category_books
754: where book_type_code = p_book_type_code and
755: category_id = asset_category_id;
756:
757: cp_cost_acct := '('||cp_cost_acct||')';