DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_TRX_PKG dependencies on FA_TRX_REFERENCES

Line 203: FA_TRX_REFERENCES trx

199: bc.AR_INTERCOMPANY_ACCT
200: FROM xla_events_gt ctlgd,
201: fa_deprn_periods dp,
202: fa_book_controls bc ,
203: FA_TRX_REFERENCES trx
204: WHERE ctlgd.entity_code = 'INTER_ASSET_TRANSACTIONS'
205: AND ctlgd.event_type_code in ('SOURCE_LINE_TRANSFERS',
206: 'CIP_SOURCE_LINE_TRANSFERS',
207: 'RESERVE_TRANSFERS')

Line 477: fa_trx_references trx,

473: fa_book_controls bc,
474: fa_category_books cb,
475: gl_ledgers le,
476: fa_transaction_headers th,
477: fa_trx_references trx,
478: xla_events_gt ctlgd
479: where ctlgd.entity_code = 'INTER_ASSET_TRANSACTIONS'
480: AND ctlgd.event_type_code in ('SOURCE_LINE_TRANSFERS',
481: 'CIP_SOURCE_LINE_TRANSFERS',

Line 573: fa_trx_references trx,

569: fa_book_controls bc,
570: fa_category_books cb,
571: gl_ledgers le,
572: fa_transaction_headers th,
573: fa_trx_references trx,
574: xla_events_gt ctlgd
575: where ctlgd.entity_code = 'INTER_ASSET_TRANSACTIONS'
576: AND ctlgd.event_type_code in ('SOURCE_LINE_TRANSFERS',
577: 'CIP_SOURCE_LINE_TRANSFERS',