DBA Data[Home] [Help]

APPS.FA_EXP_PVT dependencies on FA_API_TYPES

Line 8: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

4: g_release number := fa_cache_pkg.fazarel_release;
5:
6: Function faxbds
7: (
8: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
9: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
10: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
11: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
12: X_dpr_ptr out NOCOPY fa_std_types.dpr_struct,

Line 9: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

5:
6: Function faxbds
7: (
8: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
9: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
10: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
11: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
12: X_dpr_ptr out NOCOPY fa_std_types.dpr_struct,
13: X_deprn_rsv out NOCOPY number,

Line 10: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,

6: Function faxbds
7: (
8: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
9: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
10: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
11: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
12: X_dpr_ptr out NOCOPY fa_std_types.dpr_struct,
13: X_deprn_rsv out NOCOPY number,
14: X_bonus_deprn_rsv out NOCOPY number,

Line 11: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

7: (
8: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
9: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
10: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
11: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
12: X_dpr_ptr out NOCOPY fa_std_types.dpr_struct,
13: X_deprn_rsv out NOCOPY number,
14: X_bonus_deprn_rsv out NOCOPY number,
15: X_impairment_rsv out NOCOPY number,

Line 19: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is

15: X_impairment_rsv out NOCOPY number,
16: p_amortized_flag boolean,
17: p_extended_flag boolean default FALSE, -- Japan Tax Phase3 Bug 6624784
18: p_mrc_sob_type_code IN VARCHAR2
19: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is
20:
21: l_rate_source_rule varchar2(40);
22: l_prorate_calendar varchar2(48);
23: l_fy_name varchar2(45);

Line 235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,

231: return (FALSE);
232: end FAXBDS;
233:
234: Function faxexp
235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,

Line 236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

232: end FAXBDS;
233:
234: Function faxexp
235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,

Line 237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

233:
234: Function faxexp
235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

Line 238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,

234: Function faxexp
235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,

Line 239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,

235: (px_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
243: p_period_rec IN FA_API_TYPES.period_rec_type,

Line 240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,

236: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
243: p_period_rec IN FA_API_TYPES.period_rec_type,
244: p_mrc_sob_type_code IN VARCHAR2,

Line 241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

237: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
243: p_period_rec IN FA_API_TYPES.period_rec_type,
244: p_mrc_sob_type_code IN VARCHAR2,
245: p_running_mode IN NUMBER,

Line 242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,

238: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
243: p_period_rec IN FA_API_TYPES.period_rec_type,
244: p_mrc_sob_type_code IN VARCHAR2,
245: p_running_mode IN NUMBER,
246: p_used_by_revaluation IN NUMBER,

Line 243: p_period_rec IN FA_API_TYPES.period_rec_type,

239: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
240: p_asset_fin_rec_old IN FA_API_TYPES.asset_fin_rec_type,
241: px_asset_fin_rec_new IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
242: p_asset_deprn_rec IN FA_API_TYPES.asset_deprn_rec_type,
243: p_period_rec IN FA_API_TYPES.period_rec_type,
244: p_mrc_sob_type_code IN VARCHAR2,
245: p_running_mode IN NUMBER,
246: p_used_by_revaluation IN NUMBER,
247: x_deprn_exp out NOCOPY number,

Line 252: p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is

248: x_bonus_deprn_exp out NOCOPY number,
249: x_impairment_exp out NOCOPY number,
250: x_ann_adj_deprn_exp out NOCOPY number,
251: x_ann_adj_bonus_deprn_exp out NOCOPY number,
252: p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is
253:
254: l_cur_deprn_rsv number;
255: l_cur_bonus_deprn_rsv number;
256: l_cur_impairment_rsv number;

Line 295: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;

291: -- Japan Tax Phase3
292: l_set_extend_flag boolean := FALSE;
293: l_reset_extend_flag boolean := FALSE;
294: -- Bug 6624784
295: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;
296:
297: --Bug8350248
298: CURSOR c_extend_get_original_adjcost(p_asset_id number,
299: p_book_type_code varchar2) is