DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_STD_TYPES

Line 17: * X_fin_ptr FA_STD_TYPES.fin_info_struct

13: * the INSERT INTO FA_ADJUSTMENTS function 3 times-for adjustment type
14: * COST, COST CLEARING and DEPRECIATION.
15: *
16: * Parameters
17: * X_fin_ptr FA_STD_TYPES.fin_info_struct
18: * X_deprn_exp number
19: * X_bonus_deprn_exp number
20: * X_ann_adj number
21: * X_ccid number,

Line 38: FUNCTION faxiat (X_fin_ptr FA_STD_TYPES.fin_info_struct,

34: * 03/06/97 tpershad Created
35: *--------------------------------------------------------------------
36: */
37:
38: FUNCTION faxiat (X_fin_ptr FA_STD_TYPES.fin_info_struct,
39: X_deprn_exp number,
40: X_bonus_deprn_exp number,
41: X_ann_adj_amt number,
42: X_ccid number,

Line 61: * X_fin_info_ptr FA_STD_TYPES.fin_info_struct

57: * This function calculates the new rate adjustment factor and the
58: * new adjusted cost.
59: *
60: * Parameters
61: * X_fin_info_ptr FA_STD_TYPES.fin_info_struct
62: * X_new_raf number
63: * X_adj_cost number
64: * X_adj_capacity number
65: * X_new_reval_amo_basis number

Line 81: FUNCTION faxraf (X_fin_info_ptr in out nocopy FA_STD_TYPES.fin_info_struct,

77: * 03/24/97 tpershad Created
78: *--------------------------------------------------------------------
79: */
80:
81: FUNCTION faxraf (X_fin_info_ptr in out nocopy FA_STD_TYPES.fin_info_struct,
82: X_new_raf in out nocopy number,
83: X_new_adj_cost in out nocopy number,
84: X_new_adj_capacity in out nocopy number,
85: X_new_reval_amo_basis in out nocopy number,

Line 107: * X_fin_info_ptr FA_STD_TYPES.fin_info_struct

103: * This function calls faxraf to calculate the new rate adjustment
104: * factor and the new adjusted cost.
105: *
106: * Parameters
107: * X_fin_info_ptr FA_STD_TYPES.fin_info_struct
108: * X_new_raf number
109: * X_adj_cost number
110: * X_adj_capacity number
111: * X_new_reval_amo_basis number

Line 135: FUNCTION faxama(X_fin_info_ptr in out nocopy FA_STD_TYPES.fin_info_struct,

131: * 03/24/97 tpershad Created
132: *--------------------------------------------------------------------
133: */
134:
135: FUNCTION faxama(X_fin_info_ptr in out nocopy FA_STD_TYPES.fin_info_struct,
136: X_new_raf in out nocopy number,
137: X_new_adj_cost in out nocopy number,
138: X_new_adj_capacity in out nocopy number,
139: X_new_reval_amo_basis in out nocopy number,

Line 168: * X_fin_info_ptr in out fa_std_types.fin_info_struct,

164: * It will return reserve accumulated for up to the period right before the
165: * amortization period.
166: *
167: * Parameters
168: * X_fin_info_ptr in out fa_std_types.fin_info_struct,
169: * x_add_txn_id in number -- transaction id of addition txn
170: * x_amortize_fy in integer
171: * x_amortize_per_num in integer
172: * x_pers_per_yr in integer

Line 189: FUNCTION get_reserve(X_fin_info_ptr in out nocopy fa_std_types.fin_info_struct,

185: *--------------------------------------------------------------------
186: */
187:
188:
189: FUNCTION get_reserve(X_fin_info_ptr in out nocopy fa_std_types.fin_info_struct,
190: x_add_txn_id in number,
191: x_amortize_fy in integer,
192: x_amortize_per_num in integer,
193: x_pers_per_yr in integer,

Line 214: * X_method_code FA_STD_TYPES.fin_info_struct

210: * recoverable cost(for cost based methods), or return the NBV as of
211: * the beginning of the fiscal year
212: *
213: * Parameters
214: * X_method_code FA_STD_TYPES.fin_info_struct
215: * X_life FA_STD_TYPES.fin_info_struct
216: * X_rec_cost FA_STD_TYPES.dpr_struct
217: * X_prior_fy_exp FA_STD_TYPES.dprn_out_struct
218: * X_deprn_rsv null

Line 215: * X_life FA_STD_TYPES.fin_info_struct

211: * the beginning of the fiscal year
212: *
213: * Parameters
214: * X_method_code FA_STD_TYPES.fin_info_struct
215: * X_life FA_STD_TYPES.fin_info_struct
216: * X_rec_cost FA_STD_TYPES.dpr_struct
217: * X_prior_fy_exp FA_STD_TYPES.dprn_out_struct
218: * X_deprn_rsv null
219: * X_ytd_deprn null

Line 216: * X_rec_cost FA_STD_TYPES.dpr_struct

212: *
213: * Parameters
214: * X_method_code FA_STD_TYPES.fin_info_struct
215: * X_life FA_STD_TYPES.fin_info_struct
216: * X_rec_cost FA_STD_TYPES.dpr_struct
217: * X_prior_fy_exp FA_STD_TYPES.dprn_out_struct
218: * X_deprn_rsv null
219: * X_ytd_deprn null
220: * X_new_adj_cost new adjusted cost -- in out

Line 217: * X_prior_fy_exp FA_STD_TYPES.dprn_out_struct

213: * Parameters
214: * X_method_code FA_STD_TYPES.fin_info_struct
215: * X_life FA_STD_TYPES.fin_info_struct
216: * X_rec_cost FA_STD_TYPES.dpr_struct
217: * X_prior_fy_exp FA_STD_TYPES.dprn_out_struct
218: * X_deprn_rsv null
219: * X_ytd_deprn null
220: * X_new_adj_cost new adjusted cost -- in out
221: *