DBA Data[Home] [Help]

APPS.FA_RET_TYPES dependencies on FA_BOOK_CONTROLS

Line 59: cpd_fiscal_year FA_BOOK_CONTROLS.current_fiscal_year%type,

55: jdis NUMBER,
56: prorate_jdate NUMBER,
57: deprn_start_jdate NUMBER,
58: pers_per_yr NUMBER,
59: cpd_fiscal_year FA_BOOK_CONTROLS.current_fiscal_year%type,
60: ret_fiscal_year NUMBER,
61: method_code FA_METHODS.method_code%type,
62: raf FA_BOOKS.rate_adjustment_factor%type,
63: adj_rate FA_BOOKS.adjusted_rate%type,

Line 77: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,

73: book_class BOOLEAN,
74: prorate_date FA_BOOKS.prorate_date%type,
75: deprn_start_date FA_BOOKS.deprn_start_date%type,
76: date_in_srv FA_BOOKS.date_placed_in_service%type,
77: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
78: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
79: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
80: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
81: ceiling_name FA_BOOKS.ceiling_name%type,

Line 78: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,

74: prorate_date FA_BOOKS.prorate_date%type,
75: deprn_start_date FA_BOOKS.deprn_start_date%type,
76: date_in_srv FA_BOOKS.date_placed_in_service%type,
77: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
78: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
79: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
80: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
81: ceiling_name FA_BOOKS.ceiling_name%type,
82: bonus_rule FA_BOOKS.bonus_rule%type,

Line 80: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,

76: date_in_srv FA_BOOKS.date_placed_in_service%type,
77: p_cal FA_BOOK_CONTROLS.prorate_calendar%type,
78: d_cal FA_BOOK_CONTROLS.deprn_calendar%type,
79: ret_prorate_date FA_CONVENTIONS.prorate_date%type,
80: dis_book FA_BOOK_CONTROLS.distribution_source_book%type,
81: ceiling_name FA_BOOKS.ceiling_name%type,
82: bonus_rule FA_BOOKS.bonus_rule%type,
83: reval_amort_basis FA_BOOKS.reval_amortization_basis%type,
84: unrevalued_cost FA_BOOKS.unrevalued_cost%type,

Line 87: fiscal_year_name FA_BOOK_CONTROLS.fiscal_year_name%type,

83: reval_amort_basis FA_BOOKS.reval_amortization_basis%type,
84: unrevalued_cost FA_BOOKS.unrevalued_cost%type,
85: adj_capacity FA_BOOKS.adjusted_capacity%type,
86: capacity FA_BOOKS.production_capacity%type,
87: fiscal_year_name FA_BOOK_CONTROLS.fiscal_year_name%type,
88: adj_rec_cost number,
89: deprn_rounding_flag integer,
90: /* FA_BOOKS.ANNUAL_DEPRN_ROUNDING_FLAG */
91: /* NULL->0, 'ADD'->1, 'ADJ'->2 */