DBA Data[Home] [Help]

APPS.IGI_IGIIARPS_XMLP_PKG dependencies on FA_CATEGORY_BOOKS

Line 732: from fa_category_books

728:
729:
730: Select asset_cost_acct,deprn_reserve_acct into
731: cp_cost_acct,cp_acc_deprn_acct
732: from fa_category_books
733: where book_type_code = p_book_type_code and
734: category_id = asset_category_id;
735:
736: cp_cost_acct := '('||cp_cost_acct||')';