DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FA_BOOK_CONTROLS

Line 31: p_book IN fa_book_controls.book_type_code%type,

27:
28:
29: FUNCTION is_amortized
30: (p_asset_id IN fa_books.asset_id%type,
31: p_book IN fa_book_controls.book_type_code%type,
32: p_period_counter IN number,
33: x_is_amortized OUT NOCOPY boolean
34: ,p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) RETURN BOOLEAN;
35:

Line 274: fa_book_controls bc

270: SELECT count(*)
271: into l_count
272: from fa_transaction_headers th,
273: fa_deprn_periods dp,
274: fa_book_controls bc
275: where th.asset_id = px_asset_hdr_rec.asset_id
276: and th.book_type_code = px_asset_hdr_rec.book_type_code
277: and th.transaction_key = 'IM'
278: and th.date_effective > dp.period_open_date

Line 376: ,p_book IN fa_book_controls.book_type_code%type

372: END do_tax_rsv_adj;
373:
374: FUNCTION is_amortized
375: ( p_asset_id IN fa_books.asset_id%type
376: ,p_book IN fa_book_controls.book_type_code%type
377: ,p_period_counter IN number
378: ,x_is_amortized OUT NOCOPY boolean
379: ,p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) RETURN BOOLEAN is
380: