DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_TRX_PKG dependencies on FA_CATEGORY_BOOKS

Line 474: fa_category_books cb,

470: cb.REVAL_RESERVE_ACCT
471: from fa_additions_b ad,
472: fa_asset_history ah,
473: fa_book_controls bc,
474: fa_category_books cb,
475: gl_ledgers le,
476: fa_transaction_headers th,
477: xla_events_gt ctlgd
478: where ctlgd.entity_code = 'TRANSACTIONS'

Line 580: fa_category_books cb,

576: cb.REVAL_RESERVE_ACCT
577: from fa_additions_b ad,
578: fa_asset_history ah,
579: fa_book_controls bc,
580: fa_category_books cb,
581: gl_ledgers le,
582: fa_transaction_headers th,
583: xla_events_gt ctlgd
584: where ctlgd.entity_code = 'TRANSACTIONS'

Line 729: fa_category_books cb,

725: cb.REVAL_RESERVE_ACCT
726: from fa_additions_b ad,
727: fa_asset_history ah,
728: fa_book_controls bc,
729: fa_category_books cb,
730: gl_ledgers le,
731: fa_transaction_headers th,
732: fa_trx_references trx,
733: xla_events_gt ctlgd

Line 837: fa_category_books cb,

833: cb.REVAL_RESERVE_ACCT
834: from fa_additions_b ad,
835: fa_asset_history ah,
836: fa_book_controls bc,
837: fa_category_books cb,
838: gl_ledgers le,
839: fa_transaction_headers th,
840: fa_trx_references trx,
841: xla_events_gt ctlgd

Line 943: fa_category_books cb,

939: cb.REVAL_RESERVE_ACCT
940: from fa_additions_b ad,
941: fa_asset_history ah,
942: fa_book_controls bc,
943: fa_category_books cb,
944: gl_ledgers le,
945: fa_transaction_headers th,
946: fa_trx_references trx,
947: xla_events_gt ctlgd

Line 1051: fa_category_books cb,

1047: cb.REVAL_RESERVE_ACCT
1048: from fa_additions_b ad,
1049: fa_asset_history ah,
1050: fa_book_controls bc,
1051: fa_category_books cb,
1052: gl_ledgers le,
1053: fa_transaction_headers th,
1054: fa_trx_references trx,
1055: xla_events_gt ctlgd

Line 2565: fa_category_books cb

2561: fa_distribution_history dh,
2562: fa_locations loc,
2563: fa_lookups lu ,
2564: fa_asset_history ah,
2565: fa_category_books cb
2566: WHERE adj.transaction_header_id = stg.transaction_header_id
2567: AND adj.book_type_code = stg.book_type_code
2568: AND adj.distribution_id = dh.distribution_id
2569: AND dh.location_id = loc.location_id

Line 2718: fa_category_books cb ,

2714: fa_distribution_history dh,
2715: fa_locations loc,
2716: fa_lookups lu ,
2717: fa_asset_history ah,
2718: fa_category_books cb ,
2719: fa_mc_book_controls bc ,
2720: gl_ledgers le
2721: WHERE adj.transaction_header_id = stg.transaction_header_id
2722: AND adj.book_type_code = stg.book_type_code