DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 2634: fa_category_book_defaults cbd

2630: l_corp_period_rec.period_counter + 1) > l_corp_period_rec.period_counter
2631: and ad.asset_type in ('CAPITALIZED', 'GROUP')
2632: and ad.asset_id = books.asset_id) assets,
2633: fa_books taxbk,
2634: fa_category_book_defaults cbd
2635: where taxbk.asset_id(+) = assets.asset_id
2636: and taxbk.book_type_code(+) = p_book_type_code
2637: and taxbk.transaction_header_id_out(+) is null
2638: and taxbk.asset_id is null

Line 2743: fa_category_book_defaults cbd

2739: and corp_bk_old.book_type_code(+) = corp_th.book_type_code
2740: and corp_bk_old.transaction_header_id_out(+) = corp_th.transaction_header_id) assets,
2741: fa_transaction_headers tax_th,
2742: fa_books tax_bk,
2743: fa_category_book_defaults cbd
2744: where tax_th.book_type_code(+) = p_book_type_code
2745: and tax_th.asset_id(+) = assets.asset_id
2746: and tax_th.source_transaction_header_id(+) = assets.transaction_header_id
2747: and tax_th.source_transaction_header_id is null