DBA Data[Home] [Help]

APPS.FA_TXRSV_PKG dependencies on FA_BOOK_CONTROLS

Line 19: ,X_book fa_book_controls.book_type_code%type

15: */
16: Function fautca
17: (
18: X_asset_id fa_books.asset_id%type
19: ,X_book fa_book_controls.book_type_code%type
20: ,X_period_counter integer
21: ,X_is_amortized out nocopy boolean
22: )
23: return boolean is

Line 65: X_book fa_book_controls.book_type_code%type

61: end FAUTCA;
62:
63: Function fautubk
64: (
65: X_book fa_book_controls.book_type_code%type
66: ,X_asset_id fa_books.asset_id%type
67: ,X_sysdate date
68: ,X_user_id integer
69: ,X_login_id integer

Line 304: ,X_book fa_book_controls.book_type_code%type

300: (
301: X_old_deprn_rsv_taken OUT NOCOPY number
302: ,X_old_adj_cost OUT NOCOPY number
303: ,X_asset_id fa_books.asset_id%type
304: ,X_book fa_book_controls.book_type_code%type
305: ,X_period_ctr integer
306: ,X_mrc_sob_type_code varchar2
307: )
308: return boolean is

Line 500: -- Get current fiscal year and Deprn_Adjustment_Acct from FA_BOOK_CONTROLS

496: raise fautxa_error;
497: end if;
498: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
499:
500: -- Get current fiscal year and Deprn_Adjustment_Acct from FA_BOOK_CONTROLS
501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then
502: raise fautxa_error;
503: end if;
504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;