DBA Data[Home] [Help]

APPS.FA_TXRSV_PKG dependencies on FA_BOOKS

Line 6: X_asset_id fa_books.asset_id%type

2: /* $Header: FATXRSVS.pls 120.1 2002/11/12 08:06:31 glchen ship $tpershad ship */
3:
4: Function fautca
5: (
6: X_asset_id fa_books.asset_id%type
7: ,X_book fa_book_controls.book_type_code%type
8: ,X_period_counter integer
9: ,X_is_amortized out nocopy boolean
10: )

Line 16: ,X_asset_id fa_books.asset_id%type

12:
13: Function fautubk
14: (
15: X_book fa_book_controls.book_type_code%type
16: ,X_asset_id fa_books.asset_id%type
17: ,X_sysdate date
18: ,X_user_id integer
19: ,X_login_id integer
20: ,X_th_id integer

Line 34: ,X_asset_id fa_books.asset_id%type

30: Function fautgpr
31: (
32: X_old_deprn_rsv_taken OUT NOCOPY number
33: ,X_old_adj_cost OUT NOCOPY number
34: ,X_asset_id fa_books.asset_id%type
35: ,X_book fa_book_controls.book_type_code%type
36: ,X_period_ctr integer
37: ,X_mrc_sob_type_code varchar2
38: )

Line 64: ,X_salvage_value fa_books.salvage_value%type

60: ,X_current_units fa_additions.current_units%type
61: ,X_asset_category_id fa_additions.asset_category_id%type
62: ,X_asset_type fa_additions.asset_type%type
63: ,X_new_cost number
64: ,X_salvage_value fa_books.salvage_value%type
65: ,X_new_recoverable_cost number
66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type

Line 66: ,X_recoverable_cost fa_books.recoverable_cost%type

62: ,X_asset_type fa_additions.asset_type%type
63: ,X_new_cost number
64: ,X_salvage_value fa_books.salvage_value%type
65: ,X_new_recoverable_cost number
66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type

Line 67: ,X_adjusted_rate fa_books.adjusted_rate%type

63: ,X_new_cost number
64: ,X_salvage_value fa_books.salvage_value%type
65: ,X_new_recoverable_cost number
66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type

Line 68: ,X_ceiling_name fa_books.ceiling_name%type

64: ,X_salvage_value fa_books.salvage_value%type
65: ,X_new_recoverable_cost number
66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type

Line 69: ,X_bonus_rule fa_books.bonus_rule%type

65: ,X_new_recoverable_cost number
66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type

Line 70: ,X_deprn_method_code fa_books.deprn_method_code%type

66: ,X_recoverable_cost fa_books.recoverable_cost%type
67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type

Line 71: ,X_life_in_months fa_books.life_in_months%type

67: ,X_adjusted_rate fa_books.adjusted_rate%type
68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type

Line 72: ,X_date_placed_in_service fa_books.date_placed_in_service%type

68: ,X_ceiling_name fa_books.ceiling_name%type
69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type

Line 73: ,X_prorate_date fa_books.prorate_date%type

69: ,X_bonus_rule fa_books.bonus_rule%type
70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type

Line 74: ,X_deprn_start_date fa_books.deprn_start_date%type

70: ,X_deprn_method_code fa_books.deprn_method_code%type
71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type

Line 75: ,X_depreciate_flag fa_books.depreciate_flag%type

71: ,X_life_in_months fa_books.life_in_months%type
72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type
79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type

Line 76: ,X_production_capacity fa_books.production_capacity%type

72: ,X_date_placed_in_service fa_books.date_placed_in_service%type
73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type
79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type
80: ,X_reval_amortization_basis fa_books.reval_amortization_basis%type

Line 77: ,X_book_type_code fa_books.book_type_code%type

73: ,X_prorate_date fa_books.prorate_date%type
74: ,X_deprn_start_date fa_books.deprn_start_date%type
75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type
79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type
80: ,X_reval_amortization_basis fa_books.reval_amortization_basis%type
81: ,X_old_deprn_rsv number

Line 79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type

75: ,X_depreciate_flag fa_books.depreciate_flag%type
76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type
79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type
80: ,X_reval_amortization_basis fa_books.reval_amortization_basis%type
81: ,X_old_deprn_rsv number
82: ,X_new_deprn_rsv number
83: ,X_fiscal_year integer

Line 80: ,X_reval_amortization_basis fa_books.reval_amortization_basis%type

76: ,X_production_capacity fa_books.production_capacity%type
77: ,X_book_type_code fa_books.book_type_code%type
78: ,X_transaction_header_id fa_transaction_headers.transaction_header_id%type
79: ,X_rate_adjustment_factor fa_books.rate_adjustment_factor%type
80: ,X_reval_amortization_basis fa_books.reval_amortization_basis%type
81: ,X_old_deprn_rsv number
82: ,X_new_deprn_rsv number
83: ,X_fiscal_year integer
84: ,X_period_counter_rsv integer