DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 2960: fa_category_book_defaults cbd

2956: l_corp_period_rec.period_counter + 1) > l_corp_period_rec.period_counter
2957: and ad.asset_type in ('CAPITALIZED', 'GROUP')
2958: and ad.asset_id = books.asset_id) assets,
2959: fa_books taxbk,
2960: fa_category_book_defaults cbd
2961: where taxbk.asset_id(+) = assets.asset_id
2962: and taxbk.book_type_code(+) = p_book_type_code
2963: and taxbk.transaction_header_id_out(+) is null
2964: and taxbk.asset_id is null

Line 3069: fa_category_book_defaults cbd

3065: and corp_bk_old.book_type_code(+) = corp_th.book_type_code
3066: and corp_bk_old.transaction_header_id_out(+) = corp_th.transaction_header_id) assets,
3067: fa_transaction_headers tax_th,
3068: fa_books tax_bk,
3069: fa_category_book_defaults cbd
3070: where tax_th.book_type_code(+) = p_book_type_code
3071: and tax_th.asset_id(+) = assets.asset_id
3072: and tax_th.source_transaction_header_id(+) = assets.transaction_header_id
3073: and tax_th.source_transaction_header_id is null