42: eofy_reserve FA_RETIREMENTS.eofy_reserve%type,
43: recapture_amount FA_RETIREMENTS.recapture_amount%type,
44: reserve_retired FA_RETIREMENTS.reserve_retired%type,
45: mrc_sob_type_code varchar2(1),
46: set_of_books_id FA_BOOK_CONTROLS.set_of_books_id%type
47: );
48:
49: TYPE book_struct is RECORD(
50: lifemonths FA_BOOKS.life_in_months%type,
59: jdis NUMBER,
60: prorate_jdate NUMBER,
61: deprn_start_jdate NUMBER,
62: pers_per_yr NUMBER,
63: cpd_fiscal_year FA_BOOK_CONTROLS.current_fiscal_year%type,
64: ret_fiscal_year NUMBER,
65: method_code FA_METHODS.method_code%type,
66: raf FA_BOOKS.rate_adjustment_factor%type,
67: adj_rate FA_BOOKS.adjusted_rate%type,
77: book_class BOOLEAN,
78: prorate_date FA_BOOKS.prorate_date%type,
79: deprn_start_date FA_BOOKS.deprn_start_date%type,
80: date_in_srv FA_BOOKS.date_placed_in_service%type,
81: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
82: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
83: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
84: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
85: ceiling_name FA_BOOKS.ceiling_name%type,
78: prorate_date FA_BOOKS.prorate_date%type,
79: deprn_start_date FA_BOOKS.deprn_start_date%type,
80: date_in_srv FA_BOOKS.date_placed_in_service%type,
81: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
82: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
83: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
84: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
85: ceiling_name FA_BOOKS.ceiling_name%type,
86: bonus_rule FA_BOOKS.bonus_rule%type,
80: date_in_srv FA_BOOKS.date_placed_in_service%type,
81: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
82: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
83: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
84: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
85: ceiling_name FA_BOOKS.ceiling_name%type,
86: bonus_rule FA_BOOKS.bonus_rule%type,
87: reval_amort_basis FA_BOOKS.reval_amortization_basis%type,
88: unrevalued_cost FA_BOOKS.unrevalued_cost%type,
87: reval_amort_basis FA_BOOKS.reval_amortization_basis%type,
88: unrevalued_cost FA_BOOKS.unrevalued_cost%type,
89: adj_capacity FA_BOOKS.adjusted_capacity%type,
90: capacity FA_BOOKS.production_capacity%type,
91: fiscal_year_name FA_BOOK_CONTROLS.fiscal_year_name%type,
92: adj_rec_cost number,
93: deprn_rounding_flag integer,
94: -- FA_BOOKS.ANNUAL_DEPRN_ROUNDING_FLAG
95: -- NULL->0, 'ADD'->1, 'ADJ'->2