DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_DEPRN_PKG dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 572: fa_distribution_accounts da

568: xl.REVAL_RESERVE_ACCT
569: from xla_events_gt xg,
570: fa_xla_ext_headers_b_gt xb,
571: fa_xla_ext_lines_b_gt xl,
572: fa_distribution_accounts da
573: where xg.event_class_code = 'DEPRECIATION'
574: and xb.event_id = xg.event_id
575: and xl.event_id = xg.event_id
576: and xl.distribution_id = da.distribution_id(+)